- initial goals
- hurdles
- things to watch out for
- testing
- micropython constraints
sudo usermod -aG dialout $USER
screen /dev/ttyACM0 115200
My setup was having two projects, pylogix opened in one ide window, and then the mpy binaries are softlinked to another pycharm project which I use to easily push files to the device.
- https://docs.micropython.org/en/latest/
- https://www.raspberrypi.com/documentation/microcontrollers/micropython.html
- https://micropythpn.readthedocs.io/en/core/develop/gettingstarted.html
- https://community.element14.com/products/raspberry-pi/raspberrypi_projects/b/blog/posts/getting-started-with-the-micropython-in-pycharm-for-raspberry-pi-pico
- https://docs.micropython.org/en/latest/library/struct.html
- https://docs.micropython.org/en/latest/library/socket.html