Live data from Hacker News

DIY IoT Fan

mulliken.net

1–10 of 32 posts

Re: DIY IoT Fan

#2
The pinout of that ESP32 board says 3.3V but the author feeds 5V into it. But apparently it works :)

Something else I didn't quite understand: they write "NodeMCU ESP32 which is a small IoT device with a USB port and is programmable in ESPHome". Does that mean that the little board itself does not need to be flashed? That, out of the box, it's controllable/programmable in ESPHome, which is webbased?

Looks like a fun little project, all in all. Kudos for documenting and sharing it!

Re: DIY IoT Fan

#3
I have this same exact fan! And the remote recently stopped working so I was thinking of doing something really similar to this. Glad to see it worked out.

Re: DIY IoT Fan

#4
post #2

The pinout of that ESP32 board says 3.3V but the author feeds 5V into it. But apparently it works :) Something else I didn't quite understand: they write "NodeMCU ESP32 which is a small IoT device with a USB port and is programmable in ESPHome". Does that mean that the little board itself does not need to be flashed? That, out of the box, it's controllable/programmable in ESPHome, which is webbased? Looks like a fun…

> The pinout of that ESP32 board says 3.3V but the author feeds 5V into it.

He is using a dev-board with a USB jack and an integrated step-down converter. The ESP32 is not 5V tolerant at all, the pinout diagram is for the pads on the ESP32 module, not the whole board.

Re: DIY IoT Fan

#6
post #2

The pinout of that ESP32 board says 3.3V but the author feeds 5V into it. But apparently it works :) Something else I didn't quite understand: they write "NodeMCU ESP32 which is a small IoT device with a USB port and is programmable in ESPHome". Does that mean that the little board itself does not need to be flashed? That, out of the box, it's controllable/programmable in ESPHome, which is webbased? Looks like a fun…

It does still need to be flashed. ESP32 are blank on arrival

Re: DIY IoT Fan

#7
I have the same fan, I'll love to control it with esp32. Is he using 3 relays to trigger on/off, rotation and speed? Also, from what I see, he is not detecting the previous state?

Re: DIY IoT Fan

#9
For those less keen on mains voltage - some wifi smart plugs can be flash with tasmota without opening them.

Tricky but is you need a fan that powers on when it gets juice. Something that requires a button press won’t work

Re: DIY IoT Fan

#10
post #9

For those less keen on mains voltage - some wifi smart plugs can be flash with tasmota without opening them. Tricky but is you need a fan that powers on when it gets juice. Something that requires a button press won’t work

A neat trick: there is almost always enough AC on the neutral, even when the line is off to run some very low power MCU, or even do some LED blinks.
Post reply on HN