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

To collect multiple sensor values and transmit it over bluetooth using nrf52840 DK

Hello!

I'm looking to build an application on nrf52840 DK that collects multiple sensor values and transmits it over Bluetooth. For now, I don't have a bluetooth application of my own so it's enough if I'm able to read those values using nrf connect app. I'm planning to retrieve values from the onboard temperature sensor and two other sensors that are connected using i2c. I have gone through the posts and tutorials but I find that most of them aren't ported to nrf52840 board. Can anyone point me to right example/ tutorial/ blog that can help me achieve this on nrf52840?

Parents Reply
  • Hi Karthikeyan,

    1) I am trying out the above ble_ app_template code for a MPU9250 but I am confused as to how to go around including the drivers for it in the project explorer and also I tried compiling the file from the mpu.zip and it throws an error for the #include app_mpu.h in the main.c saying that no such file or directory found. I could not find the file. If this needs to be written then would you be kind enough to point me in a direction where I can start.

    2) Could you also help me understand the SDK and how to go through it since there seem to be many folders with .h and .c files and which ones to use. Any general structure or procedure or even a nudge in the right direction would be helpful.

    I am using Segger embedded studio and SDK 14.2.0 currently.

    Thank you!!

Children
Related