You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a Adafruit nRF52840 Feather Express board and my application is built using PlatformIO. I can upload and run the application through the usb serial just fine. I have also downloaded and built this bootloader successfully and flashed it using a JTAG programmer so I have the ability to make modifications if necessary. In my application code I have a way of calling enterOTADfu(); . When I do that the BTLE device changes to "AdaDFU" which is a good sign.. Now... given a hex file that PlatformIO or even Arduino IDE creates how do I load it? I've tried various ways using the Bluefruit Connect app but have yet to be successful. Thoughts? I've googled this to death and I'm not sure what I'm missing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using a Adafruit nRF52840 Feather Express board and my application is built using PlatformIO. I can upload and run the application through the usb serial just fine. I have also downloaded and built this bootloader successfully and flashed it using a JTAG programmer so I have the ability to make modifications if necessary. In my application code I have a way of calling enterOTADfu(); . When I do that the BTLE device changes to "AdaDFU" which is a good sign.. Now... given a hex file that PlatformIO or even Arduino IDE creates how do I load it? I've tried various ways using the Bluefruit Connect app but have yet to be successful. Thoughts? I've googled this to death and I'm not sure what I'm missing.
Beta Was this translation helpful? Give feedback.
All reactions