Consider changing MCU to ESP32? #31
Replies: 3 comments 2 replies
-
Yea I think this is a good idea, there is an ESP-32 in the same form factor as well. |
Beta Was this translation helpful? Give feedback.
-
The ESP32 C3 that you linked does not provide capacitive touch capabilities. The full ESP32 does have those, but is bigger and much more power hungry. (we are talking about 1W idle, which is quite a lot if the light is to be plugged in all the time). |
Beta Was this translation helpful? Give feedback.
-
We could also use a dev board like this to add battery support and have more features. It's a bit big though. Here's an idea, to balance out the weight and size of the housing on each side you could run wires through to the other side of the housing and put some more circuitry like a battery or something. |
Beta Was this translation helpful? Give feedback.
-
It would be really cool to consider the ESP32 for this project! I think Seeed even makes a $5 drop-in replacement you could use!
Wifi/BT built-in opens a lot of doors! You could fine tune the color temp or brightness remotely from your phone, integrate the lamp with Google/Siri/Alexa, create schedules, auto-off timers, over-the-air updates, and Home Assistant automation!
As @DimaVIII pointed out, this would solve issue #5 with the LEDC peripheral, since we have an 80MHz clock we can divide by however many bits of PWM duty resolution we want.
The ESP32-CAM boards could be something to consider for an all-in-one solution for the color temperature matching feature. It might need a lot of calibration though!
Thanks for considering and for this awesome project (and entertaining videos)!
Beta Was this translation helpful? Give feedback.
All reactions