Ryan Powell
Ryan Powell
@prasad-alatkar I have found this issue as well. Steps to reproduce: - Connect & bond with ESP32 using a phone. - Disconnect from ESP32 - ESP deinitialize NimBLE stack and...
I'm not sure what the issue is. I am guessing that perhaps the bootloader is not installed and would try burning the bootloader first then test.
I haven't had to do that in a very long time, I can't really remember much about it now. Definitely easier with the arduino ide. Maybe try reinstalling the board...
@jhmaloney Thank you for this information, I totally agree that the bootloader for those boards should not be changed in this case and we may be able to leverage it...
Thanks, I have some ideas to support this. I think it would be a simple matter of selecting the linker script based on the bootloader setting. I would need to...
if you are not using a bootloader you should specify `board_bootloader = none`
I understand now, do you still have the original bootloader on the board? You will need to flash with stlink/jlink or some other debugger so that your sketch will be...
I find it strange that this is happening, I've not seen it on my end but will definitely make that change.
Hi, thank you for bringing this up. I do not have any ideas at the moment as to the cause of this. I suspect the USB lib may need some...
isn't the v2 based on the nrf52833? In that case the usb is built into the mcu and there should not be a support chip, but i'm not familiar with...