Smart Home Automation Forum
Lesson18- how to use UDP communication with KC868-A8 by ethernet - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1)
+--- Forum: KC868-A series and Uair Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=6)
+--- Thread: Lesson18- how to use UDP communication with KC868-A8 by ethernet (/showthread.php?tid=830)



Lesson18- how to use UDP communication with KC868-A8 by ethernet - admin - 10-08-2021


Arduino IDE source code: 

.zip   LAN8720_UDP.zip (Size: 902 bytes / Downloads: 706)


RE: Lesson18- how to use UDP communication with KC868-A8 by ethernet - Isaac639 - 01-30-2023

if I want to send a UDP packet when I press an input or button. Can be done?
What would be the solution?
Thanks


RE: Lesson18- how to use UDP communication with KC868-A8 by ethernet - admin - 01-30-2023

sure, our arduino source code demo already can send and receive package by UDP. you just add IF DI is pressed THEN use UDP send function is ok.