speedtest cli with Raspi Pico #12469
Replies: 2 comments 2 replies
-
You did not tell exactly which interface you want to test. If it is the internet connection between the provider and your local network, a Pico W is surely not suitable. I just tested the transfer rate of a Pico W to a PC in my LAN, and it was ~1800kByte/s or roughly 20-25 MBit/s. If your internet provider promises higher Rates, the Pico W is the bottleneck. For performance test better use a wired device, like a Raspberry Pi or a PC. And even then, the speed of the components in your LAN may limit the transfer rate. |
Beta Was this translation helpful? Give feedback.
-
Yep what Robert said, but also FYI https://github.com/micropython/micropython-lib/tree/master/python-ecosys/iperf3 is a micropython implementation of the iperf3 tool which you can use for speed testing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i want to build a small stupid devices, that logs my internet speed at home. For that I want to try and build it with a Raspberry Pico W. I haven't found any documentation if it's possible to use speediest cli in micropython. I its a dumb question im sorry, because a am a newbie at python and micro python.
Hope someone has an answer. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions