Part Number: CC2642R
Hi Team,
We have developed some code on top of the "simple central" example code. which is our gate-way device.
On the other hand, we have a sensor node device (i.e. temperature sensor) which is developed on top of "simple_peripheral" example code.
Both devices have CC2642 soc.
Use case:-
1) sensor node brodcast data and store the same data at configurable interval and gateway will scan it also store this data into local memory.
this thing is working fine.
2) gateway can change above mentioned configurable interval by doing connection with sensor node and write new interval in characteristic running on a sensor node.
this thing is working fine.
3) if somehow gateway miss any scan (due to out of range ) then the gateway must get those data from sensor node.
To achieve this on sensor node indication is implemented to get saved data (that is working).
But form the gateway device when I try to discover UUID of this indication I am always disconnected from sensor node.
So can you help me how can I get data from indication running on sensor node via the gateway device.