Hi All.
If I wanted a book to learn embedded C programming focusing on nRF52, which one would you recommend for a starting level? And for the intermediate level?
Thanks
Hi All.
If I wanted a book to learn embedded C programming focusing on nRF52, which one would you recommend for a starting level? And for the intermediate level?
Thanks
Hello P143, the best and closest nRF52 tutorial I can see to help you is https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/ . However, it is not a c tutorial. Ppl using nrf and zephyr seems can always find some different ways to learn c. If you are looking for starting level of embedded C, I can only suggest you start with other RTOS e.g Arduino. On YT, I see Paul McWhorter has a pretty good playlist called `New Arduino Tutorials`. That tutorial gives you a good understanding of basic c syntax and knowledge about different hardware. After that, you can come back to nordic academy tutorials. GL HF
Hello P143, the best and closest nRF52 tutorial I can see to help you is https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/ . However, it is not a c tutorial. Ppl using nrf and zephyr seems can always find some different ways to learn c. If you are looking for starting level of embedded C, I can only suggest you start with other RTOS e.g Arduino. On YT, I see Paul McWhorter has a pretty good playlist called `New Arduino Tutorials`. That tutorial gives you a good understanding of basic c syntax and knowledge about different hardware. After that, you can come back to nordic academy tutorials. GL HF
Thanks for your comments, r0