Hello All,
I am using the nRF52840 DK board. I want to implement OTA in Zephyr. I am a beginner at nordic. Is there any sample example code available to check?
Thanks in advance.
Regards,
Neeraj Dhekale
Hello All,
I am using the nRF52840 DK board. I want to implement OTA in Zephyr. I am a beginner at nordic. Is there any sample example code available to check?
Thanks in advance.
Regards,
Neeraj Dhekale
Hi Neeraj
First to clarify, we use the nRF Connect SDK, which is based on zephyr, but the two should be distinguished to avoid confusion.
While from v1.5.0(an old version, we are on v1.8.0 now), this nRF Connect SDK Tutorial is good for getting started with the concepts.
I also recommend to follow our nRF Connect for VS Code tutorial videos for installation.
Now, you can find samples under either nRF Connect SDK samples or Zephyr samples and demos.
For OTA, I guess you want the SMP Server Sample?
Regards,
Sigurd Hellesvik