Steps I Followed:
- First, connect the boot pin to VDD, the reset pin to GND, and power up the module.
- After a few seconds, disconnect the reset pin from GND.
- In the Arduino IDE, select the correct board and choose the “Burn Bootloader” option.
- Connect to the board over serial port COM100.
- The prompt reads: “Connecting with Corvette over serial port COM100… RESET RAK11720 BOARD!!! Sending Hello.”
At this stage, I reconnect the reset pin to GND, but I keep encountering the following error:
No response for command 0x00000000
received bytes 20
[‘0xd’, ‘0xa’, ‘0xd’, ‘0xa’, ‘0xd’, ‘0xa’, ‘0x0’, ‘0x0’, ‘0x0’, ‘0xff’, ‘0xd’, ‘0xa’, ‘0xd’, ‘0xa’, ‘0xd’, ‘0xa’, ‘0x0’, ‘0x0’, ‘0x0’, ‘0x0’]
Traceback (most recent call last):
File “uart_wired_update.py”, line 353, in
File “uart_wired_update.py”, line 42, in main
File “uart_wired_update.py”, line 62, in connect_device
File “uart_wired_update.py”, line 252, in send_command
NoResponseError
[1436] Failed to execute script ‘uart_wired_update’ due to unhandled exception!
Failed to burn bootloader: uploading error: exit status 1
what to do?