Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
121–130 of 157 posts
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#122I have three strings of ws2812b LEDs on my kitchen controlled by two ESP8266s with PIR sensors, providing various under-cupboard lighting. It sounds over-engineered and was quite a lot of work to set up, but I chose to 'roll my own' because I couldn't find anything pre-made with the right combination of features without being too bulky. (Honestly, I'd happily have bought someone's product instead.) A nice bonus is th…
Edit: not sure about the PIR sensor though... Edit2: nevermind, it'll do: https://kno.wled.ge/basics/compatible-hardware/#miscellaneou...
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#123I built a weather dashboard using an M5Paper from M5Stack. The M5Paper has an E-ink touch display, is the size of a small smart phone, and only needs to be charged every week or so. https://speechcode.com/blog/weather-dashboard/ I feel sheepish mentioning this project because there are so, so many weather displays like this. But this is mine, and not only was it fun to put together, but I use it every day.
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#124A video doorbell with display and fingerprint reader: https://www.youtube.com/watch?v=3w_xTNuditQ
Also smart meter readers, BLE Trackers... I just love it!
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#125A battery powered doorlock (pretty proud of that) https://www.youtube.com/watch?v=4-wtu9toda0 A video doorbell with display and fingerprint reader: https://www.youtube.com/watch?v=3w_xTNuditQ Also smart meter readers, BLE Trackers... I just love it!
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#126Button Bot - SwitchBot alternative
Wifi Calling Bell - Relay control calling bell with auto shut-off
Cameras - Uses ESPEye and ESP32 Cam, low res, low latency and does NOT hang Standing Desk - Turns on and off linear actuators
Water controllers - Relays attached to solenoids to automate my plants drip-watering and turn on sprinklers
PIR Sensors - A bit noisy, still not satisfied with performance
RF Transmitter - To replay RF signals
RF Receiver - To receive RF signals
The BLE Repeater has been really useful as it has helped me make many BLE devices available in Home Assistant making automations easy. The nRF connect app has been really helpful to make this happen.
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#127I've built tons of things. Most usefully, I built presence/motion/light/temperature sensors for my home, along with IR transmitter so I can control my TV/AC. They're about the size of two matchboxes, they cost about $10 each and they're amazing for my home automation: https://gitlab.com/stavros/sensor-board/ I've built cat toys for my blind cat, toy planes, a CNC, a cat feeder, a back-scratching robot, and more stuff…
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#128I've built tons of things. Most usefully, I built presence/motion/light/temperature sensors for my home, along with IR transmitter so I can control my TV/AC. They're about the size of two matchboxes, they cost about $10 each and they're amazing for my home automation: https://gitlab.com/stavros/sensor-board/ I've built cat toys for my blind cat, toy planes, a CNC, a cat feeder, a back-scratching robot, and more stuff…
> along with IR transmitter so I can control my TV/AC Any pointers for doing this? I've wanted to do this for a while
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#129I've built tons of things. Most usefully, I built presence/motion/light/temperature sensors for my home, along with IR transmitter so I can control my TV/AC. They're about the size of two matchboxes, they cost about $10 each and they're amazing for my home automation: https://gitlab.com/stavros/sensor-board/ I've built cat toys for my blind cat, toy planes, a CNC, a cat feeder, a back-scratching robot, and more stuff…
Your posts are awesome! They helped me get started on my journey. Thanks!