points by westurner 3 years ago

Thonny has MicroPython support.

"BLD: Install thonny with conda and/or mamba" https://github.com/thonny/thonny/issues/2181

Mu editor has MicroPython support: https://codewith.mu/

For VSCode, there are a number of extensions for CircuitPython and MicroPython:

joedevivo.vscode-circuitpython https://marketplace.visualstudio.com/items?itemName=joedeviv...

Pymakr https://github.com/pycom/pymakr-vsc/blob/next/GET_STARTED.md

Pico-Go: https://github.com/cpwood/Pico-Go

/? CircuitPython MicroPython: https://www.google.com/search?q=circuitpython+micropython

Aurdino IDE now has support for Raspberry Pi Pico.

arduino-pico: https://arduino-pico.readthedocs.io/en/latest/index.html

Rshell and ampy are CLI tools for MicroPython:

rshell: https://github.com/dhylands/rshell

ampy: https://github.com/scientifichackers/ampy

Fedora MicroPython docs: https://developer.fedoraproject.org/tech/languages/python/mi...

awesome-micropython: https://github.com/mcauser/awesome-micropython#ides

awesome-arduino: https://github.com/Lembed/Awesome-arduino

KiCad (ngspice) is an open source tool for circuit simulation. Tinkercad is another.

TIL about Mecanum wheels.

wokwi/rp2040js: https://github.com/wokwi/rp2040js:

> Raspberry Pi Pico Emulator for the Wokwi Simulation Platform. It blinks, runs Arduino code, and even the MicroPython REPL!

What are some advantages of Arduino IDE? (which is cross-platform and now supports MicroPython and Pi Pico W (a $6 IC with MicroUSB and a pinout spec))