complete code Arduino IDE for M16 - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-M16 / M1 / MB / M30 (https://www.kincony.com/forum/forumdisplay.php?fid=50) +--- Thread: complete code Arduino IDE for M16 (/showthread.php?tid=5481) |
complete code Arduino IDE for M16 - 105Timi - 04-08-2024 Hello, is the full Arduino IDE code for the M16 board available somewhere? I can't figure out how to write code that will handle the LAN connection, read current from 16 sensors, read voltage, temperature and humidity and send it to domoticz. Thank you very much in advance for any help. RE: complete code Arduino IDE for M16 - admin - 04-08-2024 arduino sample code separates each function. if you want full , you can combine them or you can config by ESPHome, ESPHome is very easy. RE: complete code Arduino IDE for M16 - 105Timi - 04-08-2024 ESPHome does not work with Domoticz as far as I know... RE: complete code Arduino IDE for M16 - admin - 04-08-2024 you can config mqtt by ESPHome, so that can integrate to Domoticz by mqtt. RE: complete code Arduino IDE for M16 - yesyes - 08-14-2024 (04-08-2024, 04:39 AM)admin Wrote: arduino sample code separates each function.... Where can I find this sample code, please? I have just received 2x KC868 M16v2 and would like to start on my own code for them. I see the product page on your website mentions Arduino open source sample code, but I can't find a link anywhere. Thanks! Chris RE: complete code Arduino IDE for M16 - admin - 08-14-2024 do you seen many named such as "[Arduino source code for KC868-M16v2]" topic in the forum? all these are arduino demo source code. RE: complete code Arduino IDE for M16 - yesyes - 08-14-2024 Ah, I see them, thank you!! ;-) |