2019-06-20 02:20 AM
Hello.
In my project i need to send commands from my control station (Arduino Mega) with the HC-06 (or HC-05) bluetooth module, to the STEVAL-STLCS01V1 SensorTile BLE bluetooth sensor.
An example of a command i want to send:
Command: GET_TEMP
Data sent back from the SensorTile to the HC-06 on the control station: the temperature measurement
When i looked on google, i saw that the only way to get the sensors measurements is via a an app. but i want to create new commands and receive the sensors measurements to my control station (the Arduino Mega with the HC-06 or HC-05 bluetooth module).
How can i create new commands and send and receive data between the HC-06/05 and the STEVAL-STLCS01V1 SensorTile BLE bluetooth sensor?
Thank you for your help,
Reshef Finkelstein