user158106
Member since May 2024 • Last active May 2024Most recent activity
-
-
the following is the console output
$ telnet localhost 4444 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Open On-Chip Debugger > nrf5 mass_erase nRF52832-CIAA(build code: E0) 512kB Flash, 64kB RAM Target not halted > halt [nrf52.cpu] halted due to debug-request, current mode: Handler HardFault xPSR: 0x01000003 pc: 0xfffffffe msp: 0xffffffd8 > cd nrf > program espruino_bt_nbl.hex verify [nrf52.cpu] halted due to debug-request, current mode: Thread xPSR: 0x01000000 pc: 0xfffffffe msp: 0xfffffffc ** Programming Started ** Adding extra erase range, 0x00062d60 .. 0x00062fff ** Programming Finished ** ** Verify Started ** ** Verified OK ** > reset run >
-
-
Hi,
I have couple of Holyiot YJ-17095 modules based on nRF52832 for which i want to flash espruino.
I have the espruino files on a Debian 10 VM and have copied the MDBT42Q.py file to MDBT42Q_CUSTOM.py and changed the console to EV_BLUETOOTH. The pin numbers are changed as per the module.
The compile is successful. I copy the firmware to another linux laptop and flash the firmware using a ST-LINK V2 and openocd. i am able to flash the firmware.
After the firmware flash and power reset of the module, the module is not discovered by bluetooth.
Any pointers to where i may be wrong or missing some requied steps?Thanks in advance.
After your point of me missing to flash the softdevice i tried the below steps and now the device is being detected over bluetooth. I was able to connect to the device over bluetooth, from mobile using the webide on chrome.
The message after "reset run" being the device power cycle.
Thanks for the help.