Hello All i have connected 2 HC05 Bluetooth modules, one as a master and another as a slave.
The Bluetooth link is working fine.
I have data like Temperature, humidity, voltages, pressure etc.. they are stored in integer and float variables.
All the sensors are connected at master side, they are storing the data in individual float or integer variable.
I want to send all these data to Slave side and there at slave side i should be able to identify that this data is for temperature, this data is for humidity and so on.
what should i write in a code to Parse and Identify all these data at slave side.
Thanks