I want to design a board for home automation. Ideally, it would be an ethernet-based version of something like a Huzzah (ESP8266/ESP32)- Huzzah
It should meet the following requirements:
-
- Hardwired ethernet
-
- Multiple GPIO pins (Analog input would be nice to have)
-
- Can be programmed “over the wire” (from the server ala over the air)
-
- Power over Ethernet (could be handled by the board I’d like to make unless this already exists) Huzzah can take up to 6VDC.
Or to state another way, it would be a version of the Ether10 using a processor with more memory than the Atmel 328 and adding the ability to program over the air.
Thoughts?