First Time USB Data Streaming from the Raspberry Pico 2W Using TinyUSB
embeddedjourneys.com·3h·
Discuss: r/embedded
🤖Embedded Go
Preview
Report Post

Going into the datasheet of the RP2350, I noticed the presence of an ADC, which led me to the idea to measure and visualize one of the signals produced by an ultrasonic distance sensor I previously wrote about. Using the ADC to measure the data is one thing, visualizing it is another. In order to visualize the data, I first had to find out a way to transfer the data from the Pico 2W onto my desktop. This is where USB comes in. This post describes how I finally managed to get my first USB data stream in place from the Raspberry Pico 2W to my desktop. The TinyUSB stack on the Pico 2W and python’s PyUSB on the desktop provided the necessary tools to enable this USB datastream. Python’s matplotlib package then made it possible to get a…

Similar Posts

Loading similar posts...