ESP vs Raspberry - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: DIY Project (https://www.kincony.com/forum/forumdisplay.php?fid=3) +--- Thread: ESP vs Raspberry (/showthread.php?tid=4197) |
ESP vs Raspberry - bavop - 01-25-2024 We are looking for the implementation of automation in our home. We have more than 32 inputs and outputs so we were looking at the following board: KC868-A64 What is the difference between this board with an esp32 and a board with a raspberry CM4? Or a board with both a raspberry and an esp. RE: ESP vs Raspberry - admin - 01-25-2024 CM4 is a server, ESP32 is a device of client. no board both have raspberry Pi and ESP chip. usually will use two board. one raspberry Pi work as a local server. ESP32 board will connect to server by ethernet . RE: ESP vs Raspberry - bavop - 01-25-2024 (01-25-2024, 10:21 AM)admin Wrote: CM4 is a server, ESP32 is a device of client. So at home we are using a raspberry with homeassistant and esphome. And we want to have more the 32 inputs and outputs. What whould you recommend? RE: ESP vs Raspberry - admin - 01-25-2024 use multi controllers, or use KC868-A64 or KC868-A128. RE: ESP vs Raspberry - NewONE - 03-02-2024 Good day admin and everyone, sir admin, can you post a sample configuration of esphome yaml code for kcs868-a64? all channel configuration especially the i2c:, Ethernet, pcf8574 bus and address. im planning buying it i just want to know the configuration sir. thank you sir. RE: ESP vs Raspberry - admin - 03-02-2024 see here: https://www.kincony.com/forum/showthread.php?tid=1904 RE: ESP vs Raspberry - NewONE - 03-02-2024 Good day sir, the link is very helpful, thank you. |