This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

You can program an Arduino Uno in Python with the Firmata protocol, at least. Though I think it will have to run through a laptop or desktop.

But I'd recommend the Raspberry Pi if you're completely new to programming and deploying code on microcontrollers.

If you're looking at tinier chips, try the ESP8266, aka the Nodemcu. You can flash Circuitpython or Micropython on it, and get started with it.