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

Programming nrf5e with accelerometer

Hi guys, I just ordered doc.mokotechnology.com/index.php device which is nrf52 + accelerometer + firmware that is just broadcasting the location over BLE. This is almost what I want, I just need to customize the device a little. What I need is just the BLE to advertise simple encrypted UUID and when the accelerometer detects movement, the device to stop advertising.
I'm new to programming with Microcontrollers and especially with the Nordic spec.
 
So, my questions are:
1. Which example from the SDK examples to use in order to have a min. changes ?
2. Is there a guide that I can read that will give me a clue what I need to change and how to do it ?

Regards,
Milen Yanchev

Parents Reply
  • Amanda, thanks for the provided posts, but I don't think they are enough for a beginner to write something.

    For example, in the post for stopping the advertising, they are explaining some functions that eventually can stop it, but I don't see anything for accelerometer and how it can be integrated with this ble_app_uart project and be used as stopping flag. 

    I will really appreciate if there is something like that for a beginners.

    Regards,

    Milen Yanchev

Children
Related