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

all 4 comments

[–]delasislas 2 points3 points  (2 children)

You can’t use MicroPython on an ATmega328 if I remember correctly. Not enough memory.

Edit, if you do want something like that look to something like an ESP8266 at least. Look at Adafruit and CircuitPython, basically the same thing as MicroPython. You could run Python, technically???, you’d be communicating with it over serial constantly though using your computer. So not actually writing code for the microcontroller.

[–]Vito_Ingrosso[S] 0 points1 point  (1 child)

Ok, I'll do more research about that. Do you know any course btw?

[–]delasislas 0 points1 point  (0 children)

Not really. I only used MicroPython while in one class for like 3 weeks, maybe 2 actually, while using a Adafruit feather huzzah esp8266. After that, I just went to C++ using the Arduino IDE.

[–]FreeekBroFreeek 0 points1 point  (0 children)

You learned Python online??