Does anyone know how to get CircuitPython 6.x series working on this board?
The version of CircuitPython downloadable in the SparkFun tutorial is the 4.x series, which is quite out of date now. Despite that, it seems to work - I can connect to the serial console, see the CircuitPython mass storage device, and uploaded code.py files run ok.
https://learn.sparkfun.com/tutorials/nr … stallation
The version of CircuitPython 6.1.0 UF2 made for this board downloadable from the CircuitPython website doesn’t seem to work - I see the CircuitPython mass storage device in Windows 10, but I can’t connect to a serial console (making debugging hard) and any program I save to code.py doesn’t seem to run.
https://circuitpython.org/board/sparkfun_nrf52840_mini/
Anyone got a newer version working? If so, any tips on how?