Is there an hobby equivalent for Bluetooth Low Energy (BLE)? Wifi tends to be power hungry for battery-operated devices. With BLE, you can get months of lifespan while still being able to connect to it with your phone. I was looking at the micro:bit, but it's still $15. Anything in the $2 range for BLE?
Try the ESP32, it might fit the bill, although I've never worked with its Bluetooth capabilities and don't know much about them.
Build your own IoT/MQTT node for less than $2
11–20 of 44 posts
Re: Build your own IoT/MQTT node for less than $2
#12Earlier quoted context omitted.
Those are really cool. Here's an esp8266 framework primarily intended for home automation: https://github.com/xoseperez/espurna
I use this in about ten devices (one of which is a custom-built dog feeder) and love it. I hate using closed-source IoT devices and this is a perfect alternative.
Re: Build your own IoT/MQTT node for less than $2
#13I am not familiar with them, and the build looks simple - but what do once created? Is it simply a BLE beacon?
Re: Build your own IoT/MQTT node for less than $2
#14Re: Build your own IoT/MQTT node for less than $2
#15I don't get why DIY/Maker folks are so extremely bent on finding and buying the cheapest shit from China in every regard of their builds.
Also makes it so you can use it on small projects that might not work and not worry about it failing, or losing it.
Re: Build your own IoT/MQTT node for less than $2
#16For those new to this, you can get little esp8266 based modules with usb, header pins etc for about the same price. https://en.m.wikipedia.org/wiki/NodeMCU Arduino software compatible too.
I would go with the Lolin D1 mini, it's better designed and has a more convenient form factor, in my opinion.
The ESP32 is good out of the box, and can be even better if you need dual core or Bluetooth.
Re: Build your own IoT/MQTT node for less than $2
#17I don't get why DIY/Maker folks are so extremely bent on finding and buying the cheapest shit from China in every regard of their builds.
Re: Build your own IoT/MQTT node for less than $2
#18I don't get why DIY/Maker folks are so extremely bent on finding and buying the cheapest shit from China in every regard of their builds.
Are you serious? It make it easier for everyone to get into, especially kids. Also makes it so you can use it on small projects that might not work and not worry about it failing, or losing it.
Price is a product feature in a lot of cases.
Re: Build your own IoT/MQTT node for less than $2
#19Can someone ELI5 what can be accomplished with these devices? I am not familiar with them, and the build looks simple - but what do once created? Is it simply a BLE beacon?
Re: Build your own IoT/MQTT node for less than $2
#20Can someone ELI5 what can be accomplished with these devices? I am not familiar with them, and the build looks simple - but what do once created? Is it simply a BLE beacon?
It's a real-world-to-web interface.