I've run into the same issue with two Circuit Playground Bluefruit by upgrading the OS to CircuitPython 6.2.0 where the devices do not show up in Windows Explorer or MU.
Steps to reproduce:
1. Double click on the reset button. All 10 NeoPixels light up green
2. Drag and drop adafruit-circuitpython-circuitplayground_bluefruit-en_US-6.2.0.uf2 to the CPLAYBYBOOT drive. All 10 NeoPixels turn red. Device does not reboot on its own
3. Click on the reset button. Device is not accessible in any way. Power LED is on. Activity LED is dark.
I can reliably access CPLAYBTBOOT, but not the CircuitPython drive.
Bootloader info:
- Code: Select all | TOGGLE FULL SIZE
UF2 Bootloader 0.4.1 lib/nrfx (v2.0.0) lib/tinyusb (0.6.0-272-g4e6aa0d8) lib/uf2 (remotes/origin/configupdate-9-gadbb8c7)
Model: Adafruit Circuit Playground nRF52840
Board-ID: nRF52840-CircuitPlayground-revD
SoftDevice: S140 version 6.1.1
Date: Feb 17 2021
Attempted fixes:
1. I've tried installing 6.1.0, without any visible results.
2. Tried installing an Arduino Blink sketch which works fine. Tried installing CircuitPython 6.1.0 and 6.2.0 with the same results as before.
3. Tried running the erase file (CP_Bluefruit_QSPI_Erase.uf2), which seems to work (blue NeoPixel for about 1 seconds, then green), and then 6.1.0. No improvements.
Running out of ideas on how to fix this.
Would you have any suggestions?
Thanks,
Stephen