Hi
I would like to add to the scan_adv example, the possibility of the FOTA upgrade.
I can merge the scan_adv and smp_svr examples, and get them to work at the same time?
Thanks in advance
Fausto
Hi
I would like to add to the scan_adv example, the possibility of the FOTA upgrade.
I can merge the scan_adv and smp_svr examples, and get them to work at the same time?
Thanks in advance
Fausto
Hi,
I can merge the scan_adv and smp_svr examples, and get them to work at the same time?
Yes, that should be possible.
Hi,
I can merge the scan_adv and smp_svr examples, and get them to work at the same time?
Yes, that should be possible.
Hi
OK, How switch from App and DFU?
Thanks
Fausto
Hi, I have modified the scan_adv example to send and receive Eddyston Beacon.
I merge the smp_svr for FOTA, but when start the application, only scan and beacon send work.
How switch from application to FOTA in software?
Best regards
Thanks
Fausto
scan_adv only does scanning and non-connectable advertising. You would need to do connectable advertising, so that the device(e.g. phone) that will send the new firmware can connect to the nRF52. After connecting, the other device will use the SMP service to transfer the firmware image.
Hi,
How do I make the scan_adv example connectable?
Thanks
Fausto