Hi,
I am using nRF52832 and SDK 16.0.0 with SES.
My project consists in an application that read temperature from a sensor and send it via BLE to another board (no smartphone or laptop involved), the other board read-only these data without a response. My board (sender) is battery-powered so I need to reduce power consumption, while the other one (receiver) has no problem of power consumption.
It's my first BLE project so I'm asking you which is the best BLE protocol to implent this application, I was thinking about a BLE Beacon in which in major value i write the temperature, the other board when find my UUID read the major knowing that is the temperature. But it's like a workaround and maybe there's something better that I don't know.
So, basically from which BLE/example you suggest me to start to develop my project?
Thank you very much,
Simone