YES, I was dragging the folder ' adafruit.....uf2' downloaded from the guide onto CIRCUITPY, which was FLASHING RED,
The CircuitPython firmware, which is what the UF2 file is, should only be dragged to the CPLAYBOOT folder. If you are already seeing a CIRCUITPY folder (different than the CPLAYBOOT folder), then the CircuitPython firmware is already installed and there is not need to install the firmware.
But then when I drag drop a code.py on to the CIRCUITPY, then it starts FLASHING RED again, and then when I delete this 'code.py' it is back FLASHING GREEN.
The flashing red may be indicating an error with code.py.
The flashing green with no code.py may be something else. Is it a very slow flashing? Like every couple of seconds there's a brief flash of green LEDs?
To test behavior with a code.py in place, try saving this simple example as
code.py in your
CIRCUITPY folder:
- Code: Select all | TOGGLE FULL SIZE
print("hello world")
while True:
pass
That should result in
no LEDs being lit.