I’m trying to resurrect an old particle core. The issue I’m having is that I can’t get the device to connect to wifi, and i can’t update the device via usb (from the CLI).
I’ve tried:
❯ particle doctor
The Device Doctor will put your device back into a healthy state
It will:
- Upgrade system firmware
- Flash the default Tinker app
- Reset the device and server keys
- Clear the Wi-Fi settings
The Doctor will operate on your Core connected over USB
PLEASE DISCONNECT ALL OTHER DEVICES BEFORE PROCEEDING
You'll be asked to put your device in DFU mode several times to reset different settings.
Flashing the Device Doctor app
This app allows changing more settings on your device
Put the device in DFU mode
Tap RESET/RST while holding MODE/SETUP until the device blinks yellow.
? Select Continue when ready Continue
The Doctor didn't complete successfully. Error writing firmware: Cannot read property 'filter' of undefined
> Please visit our community forums for help with this error:
https://community.particle.io/
I’ve also run setup, gotten all the way through connecting the device via wifi, but the device never connects:
> Setup is easy! Let's get started...
> It appears as though you are already logged in as xxx@gmail.com
? Would you like to use this account? Yes
! PROTIP: Hold the MODE/SETUP button on your device until it blinks blue!
! PROTIP: Please make sure you are connected to the internet.
> I have detected a Core connected via USB.
? Would you like to continue with this one? Yes
? Should I scan for nearby Wi-Fi networks? Yes
? Select the Wi-Fi network with which you wish to connect your device: xxx
? Should I try to auto-detect the wireless security type? Yes
> Detected RSN(PSK/AES/AES) security
? Wi-Fi Password xxx
Done! Your device should now restart.
? Press ENTER when your core is breathing CYAN
But the device never breathes CYAN.
I’ve also tried updating the device via DFU:
particle flash --usb xxx.bin
Error writing firmware: Cannot read property 'filter' of undefined
Any suggestions?
Thanks in advance