adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
453 stars 340 forks source link

Arduino Uno #744

Closed shahad2802 closed 10 months ago

shahad2802 commented 10 months ago

i was trying to import board library to combine between arduino and python but it keeps sending errors and tell me maybe my board not supported yet :(

makermelissa commented 10 months ago

If you are referring to Arduino Uno R3 or earlier, it uses an atmega328, which is not powerful enough. If you meant the Arduino Uno R4, you are correct in that it isn't supported yet.

shahad2802 commented 10 months ago

I think mine is R3, is it work on it?

makermelissa commented 10 months ago

Blinka won't work on the R3. It is not powerful enough.

makermelissa commented 10 months ago

It looks like there isn't enough flash memory to work on the R4 either. It barely fit on the pico with 2MB and the R4 only has 256KB.

makermelissa commented 10 months ago

It's possible CircuitPython could support the R4 in the future, but it's a new chipset, so it would take time.