PyBoard 1.1 and WIZnet 850io

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: PyBoard 1.1 and WIZnet 850io

Post by Roberthh » Thu May 14, 2020 5:14 pm

You should be able to ping your pyboard. And in the frozen bytecodr of flash there shoul be uping.

from uping is import ping
ping (ip_address)

kwiley
Posts: 140
Joined: Wed May 16, 2018 5:53 pm
Contact:

Re: PyBoard 1.1 and WIZnet 850io

Post by kwiley » Thu May 14, 2020 5:47 pm

Sorry, you lost me. uping is a MicroPython module, so you aren't referring to pinging *to* the PyBoard from the desktop, you are showing code for pinging *from* the PyBoard. Right?

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: PyBoard 1.1 and WIZnet 850io

Post by Roberthh » Thu May 14, 2020 7:04 pm

You can always ping to the pyboard, but with the uping module you can also ping from the pyboard.

kwiley
Posts: 140
Joined: Wed May 16, 2018 5:53 pm
Contact:

Re: PyBoard 1.1 and WIZnet 850io

Post by kwiley » Thu May 14, 2020 8:18 pm

I just discovered that. Thanks. I put the PyBoard with its now-working ethernet on my home network, and then put an ESP-01S on my home network via wifi, and I was able to ping to the ESP-01S from the PyBoard even though one device was on ethernet and the other on wifi. That's super cool.

And of course, they both have access to the rest of the world too.

Nifty.

Post Reply