This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52840 study

i'm new to this board can you find some course for this board 

from scratch the courses will be very helpful

just the video tutorials are very advanced 

the documentations are some what tough to understand

please some course.

Parents Reply
  • I see. Please note that unlike Arduino, the nRF5 SDK is tailored for embedded professionals, and you are expected to have a decent knowledge of embedded systems and C programming. With that basis, you should use the SDK documentation and refer to examples to learn the nRF SDK.

    Regarding what you want to do, it is important to know how you interface with the sensor. Is it, for instance, using I2C (TWI) or SPI? Then you should refer to SDK examples for the relevant peripheral, and learn how to use it based on the SDK documentation and example. You would have to implement support for your sensor using its datasheet to know how you communicate with it.

Children
No Data
Related