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
This project fully implements ClassA, ClassB and ClassC end-device classes and it also provides SX1272/73, SX1276/77/78/79, SX1261/2 and LR1110 radio drivers.
31
30
@@ -383,6 +382,24 @@ $ make
383
382
* ping-pong.bin - binary format
384
383
* ping-pong.hex - hex format
385
384
385
+
### Serial console NVM management
386
+
387
+
The `periodic-uplink-lpp` and `fuota-test-01` examples allow to reset the NVM storage through the serial interface.
388
+
389
+
In order to reset the NVM contents one must hit `ESC` + `N` keyboard keys on a serial terminal.
390
+
391
+
The serial terminal will show the following after `ESC` + `N` keyboard keys are hit. After reseting the end-device the clean NVM will be used.
392
+
393
+
```text
394
+
ESC + N
395
+
396
+
397
+
NVM factory reset succeed
398
+
399
+
400
+
PLEASE RESET THE END-DEVICE
401
+
```
402
+
386
403
## Acknowledgments
387
404
388
405
* The mbed (https://mbed.org/) project was used at the beginning as source of
0 commit comments