Hello,
I want to transmit data gain from an i2C sensor from one nRF52832 to another via BLE.
I have successfully configured i2C and now I can store those values to Variables.
What I want is, Transmit those values to a specified device within range. Like the deviceID of both Transmitter and Receiver is "A0005". So the transmitter should automatically connect with the corresponding Receiver and transmit Data.
Can you tell me a source to begin? I am using SDK17. What example from BLE_Pheripheral and BLE_Cetral I should use?
How to implement above-mentioned things?
Thanks in advance.