-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Can somebody explain to me the difference between the default Python on the micro:bit V2.2, and the firmwares as can be found https://github.com/microbit-foundation/micropython-microbit-v2/releases (edit: moved RFI to different issue)
Out of the Box, Thonny or the default MicroPython CLI mpremote do not connect with a micro:bit. I used Thonny to install the latest MicroPython firmware (latest release of micropython-microbit-v2 ) and now I can connect.
I have two micro:bits. One could be flashed with Thonny, the other could not. Both still work with python.microbit.org...
Also, I still cannot get the PyCharm plugin to work for micro:bit, discussion on this issue here lukaskremla/micropython-tools-jetbrains#83
I get a warning about Missing MicroPython Libraries : The connected board is missing the crc32 and a2b_base64 binascii functions. The already uploaded files check won't work and uploads may be slower.
When I continue, I get the error: Connect I/O error - Micropython filesystem scan failed, Device aborted raw paste mode. The device's memory might be fragmented or insufficient for this operation. Please reset the board and try again.
Thanks for any help!