Hello!
I'm pretty new to BLE and Nordic, and hope that someone can give me some good advice.
I'm working on a project were I have 2-4 sensors, each connected to a nRF52832. When one of the different sensors is triggered I want them to transmitt this information over BLE to a central nRF52DK.
I need some advice on the best way to do this. I was thinking of using the nRF52832 as beacons, and make them advertise when a sensor has been triggered, but I don't know if this is the best solution. There isn't any data that needs to be transfered, the central only needs to know if a sensor has been triggered and which sensor. I'm guessing the the central can find out which sensor has been triggered depending on the address or ID of the transmitting nRF52832.
I'm using s132.
What is the best setup of the BLE(peripheral and central), what is the best way to identify the different peripherals and are there any good examples for this?
Hope that someone can help. Many thanks!