I took espruino_node from https://github.com/gfwilliams/MQTToBLE and added it to the end of my watch code (the date/time sample) and commented out the references to TX and Serial1 and switched it to BTN3.
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.
I'm making progress.
I took
espruino_node
from https://github.com/gfwilliams/MQTToBLE and added it to the end of my watch code (the date/time sample) and commented out the references to TX and Serial1 and switched it to BTN3.I'm also running the server from https://www.npmjs.com/package/aedes.
I was getting
So I installed EspruinoHub on one of my pi's and it found a lot of Bluetooth devices but I'm still getting the error message.
Is there good reference doc I can use to understand this from scratch since the examples have lots of additional complexity.