Receive data from PC

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
Jonathan357611
Posts: 1
Joined: Fri Apr 09, 2021 7:44 pm

Receive data from PC

Post by Jonathan357611 » Fri Apr 09, 2021 7:47 pm

Hello, Is there a way to send data from my (e.g.) Linux Laptop to my Raspberry Pi pico using the micro-USB port?
If yes how to do it? Im still learning :D
Thank you!

sonnybalut
Posts: 11
Joined: Tue Dec 22, 2020 7:19 pm

Re: Receive data from PC

Post by sonnybalut » Fri Apr 09, 2021 9:56 pm

Using Chrome browser on Ubuntu source in the description, here's a youtube demo --> https://www.youtube.com/watch?v=wAt93JhSLoQ

Thanks,
Sonny

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Receive data from PC

Post by dhylands » Sun Apr 11, 2021 4:32 pm

I put together an example which allows JSON data to be sent back and forth:
https://github.com/dhylands/json-ipc

Post Reply