Having a problem running my original code that I tested last week, which worked on multiple days last week.
I tried to do a DFU reset and update the BootLoader, but it didn't work. I checked the baudrate and board selections in the Tools tab, but those were fine.
I didn't change anything in the code, I checked the wires on the hardware setup (nothing looks loose).
Thought it could be an error with the USB cable, changed the USB cable to a different one, still same error.
Also - using a Mac. But the same issue arose on the Windows PC. Did not try to reset using the Windows computer, but reset issue has more to do with the other hardware?
Checked the serial port - and it's selected to right one. enter image description here
-
Maybe you should choose the right serial port.Majenko– Majenko2019年07月24日 15:55:43 +00:00Commented Jul 24, 2019 at 15:55
-
True, forgot to mention that. I did check that though, I only have one serial port (have a driver to be able to get serial data on the Mac - and that has worked). It's selected to the only valid serial port.ThermoRestart– ThermoRestart2019年07月24日 16:04:04 +00:00Commented Jul 24, 2019 at 16:04
-
Clarification - to do a DFU reset - you have to make sure the DFU and ground pins are connected with a jumper wire. You click the reset button - and try to update the bootloader?ThermoRestart– ThermoRestart2019年07月24日 16:08:44 +00:00Commented Jul 24, 2019 at 16:08
-
1Well, the port you have selected is (the hint is in the name) a bluetooth port, not a USB port.Majenko– Majenko2019年07月24日 16:17:44 +00:00Commented Jul 24, 2019 at 16:17
-
1It seems to be working. Thanks.ThermoRestart– ThermoRestart2019年07月24日 16:19:50 +00:00Commented Jul 24, 2019 at 16:19
1 Answer 1
Step Zero - check that the port selected works.
Step Next - if you still get the error, try the DFU reset options and follow the steps outlined in the link below.
https://learn.adafruit.com/bluefruit-nrf52-feather-learning-guide/using-the-bootloader
-
It's OK to accept your own answer as the solution to the problem.VE7JRO– VE7JRO2019年12月22日 18:50:45 +00:00Commented Dec 22, 2019 at 18:50