Smart Home Automation Forum

Full Version: Lesson18- how to use UDP communication with KC868-A8 by ethernet
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Arduino IDE source code: 
[attachment=329]
if I want to send a UDP packet when I press an input or button. Can be done?
What would be the solution?
Thanks
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.