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.
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.
Hi,
I recomend you start playing with SDK examples and review SDK documentation as needed. I suggest you start by reading SDK Getting Started.
The commands are too tough to understand the purpose.
And the documentation is,way too harder could you suggest me some simpler things
Can you elaborate on what you are looking for?
I want to connect a imu sensor g-271 to the board and take the x y z axis readings. Iam new to the board so that basically I dont understand the coding , I have only experiences with arduino.
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.