I would like to configure my puck to broadcast the temperature, and don't want to use the eddystone protocol, i.e. i don't want to post a url that the user follows in order to see the temp on a website, i just want to broadcast it to a nearby device, like a raspberry with BLE. I'm pretty new to Bluetooth and am still trying to wrap my head around on how to go about this. Ideally i would like to use mqtt and send the data from the puck, to a broker on a raspberry, but that is after i get to send some plain text.
How would i go about this? Where could i begin?
PS: I tried puck as an eddystone beacon and it works great! Awesome little device!
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hey,
I would like to configure my puck to broadcast the temperature, and don't want to use the eddystone protocol, i.e. i don't want to post a url that the user follows in order to see the temp on a website, i just want to broadcast it to a nearby device, like a raspberry with BLE. I'm pretty new to Bluetooth and am still trying to wrap my head around on how to go about this. Ideally i would like to use mqtt and send the data from the puck, to a broker on a raspberry, but that is after i get to send some plain text.
How would i go about this? Where could i begin?
PS: I tried puck as an eddystone beacon and it works great! Awesome little device!