Comment on I built a smart mailbox
justme@lemmy.dbzer0.com 5 months agoThank you, that helps a lot. This kind of hardware introduction is missing on esphome.io :)
Comment on I built a smart mailbox
justme@lemmy.dbzer0.com 5 months agoThank you, that helps a lot. This kind of hardware introduction is missing on esphome.io :)
Heavybell@lemmy.world 5 months ago
No problem. The one I used is an ESP32 DevKitC, and you can find info about it on Espressif’s site, or just google the pinout diagram. For basic tasks it should be all you need since it has lots of binary pins, two ADC channels, two DAC channels, realtime clock, special pins for waking it from deep sleep, two I2C, etc. Though if you want to do video input you probably want something else, I’m learning.
Anyway, if you can spare the money to get one just to toy with I’d definitely recommend it.