arduino/lab-micropython-editor

Can't connect tp Arduino UNO in the Arduino Lab for Python

hash207 opened this issue · 2 comments

I've installed the Arduino Lab for MicroPython, then when I tried connecting to the UNO module, the app get stuck, I mean that it doesn't response to me any more and I've to close it and reopen it again, but it didn't work even once
Screenshot (12)

@hash207
Arduino UNO does not and cannot run MicroPython.
You need Arduino IDE 2.x to program and upload Arduino boards that only support Arduino C++

I didn't know that.
thanks