A message published by AWS IoT Cloud will be received on your
router in few seconds.
logread
Application and Demo
Read BLE Thermal Sensor
The following demo show how to read data from a thermal sensor,
pack the data in JSON format and send to the GoodCloud.
#!/usr/bin/sh
. /usr/share/libubox/jshn.sh
while true
do
sleep 5
bletool on
bletool discovery_type 1 1
bletool discovery 1 1 0 | awk '/0d09536d6172745f426561636f6e02/{print
$0; exit}' >