Smart Home Automation Forum
Lesson10- control relay by KBOX app without internet via Arduino IDE - 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: Lesson10- control relay by KBOX app without internet via Arduino IDE (/showthread.php?tid=295)



Lesson10- control relay by KBOX app without internet via Arduino IDE - admin - 06-19-2021




RE: Lesson10- control relay by KBOX app without internet via Arduino IDE - ahmedwizza - 05-04-2022

where is the code ?


RE: Lesson10- control relay by KBOX app without internet via Arduino IDE - admin - 05-04-2022

https://www.kincony.com/forum/showthread.php?tid=1888


RE: Lesson10- control relay by KBOX app without internet via Arduino IDE - ahmedwizza - 05-05-2022

Hello engineer . 

when I upload the KBOX code gave me litters in serial monitor like that in attached photo .

and also IR code same letters . I don't know what's problem . Huh

so what's error I made ?

please help .


RE: Lesson10- control relay by KBOX app without internet via Arduino IDE - admin - 05-06-2022

check your code: Serial.begin(115200); but your serial monitor using 9600bps, change to 115200bps.


RE: Lesson10- control relay by KBOX app without internet via Arduino IDE - ahmedwizza - 05-07-2022

(05-06-2022, 12:48 AM)admin Wrote: check your code: Serial.begin(115200);  but your serial monitor using 9600bps, change to 115200bps.

yes Engineer its okay after changing same you say. Smile


RE: Lesson10- control relay by KBOX app without internet via Arduino IDE - admin - 05-07-2022

ok