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

Datalogger device with nRF52832

Hello,

We are developing an datalogger application that will push data to a server on the cloud using a cellphone app as intermediate. We are testing a BMD-350 DK board from Rigado that has a nRF52832 device inside. Basically the application will log some data from some sensors, save that data every 60 seconds and push trough bluetooth to the server when the cellphone is paired. Is there any example or suggestion to implement this application?

Regards,

Parents Reply
  • Perfect, I could make it works. Second question. I am a bite new on this BLE world so I have a few questions. How can I reduce as maximum as possible the current consumption with this set up using the BLE? Should I change minimum and maximum connection interval? Considering the same payload of data and no real time needs. Shoul I add some slave latency?

    Finally I would need that the app to reconnect automatically if the device goes off and on.. is this something possible? Anything to pay attention on the firmware or just on the cellphone app side?

    Thank you!

Children
Related