Posts: 2
Threads: 1
Joined: Aug 2025
Reputation:
0
I have purchased a KC868-A16S unit and am having difficulties getting it to work with Arduino codes. I downloaded the firmware to the device and was able to control it via the Wi-Fi connection, but no Arduino code will work with Relay Control. I tried the example codes that were provided in the Arduino library: they all seem to upload but none seem to actually work on the board. I even checked via RealTerm to see if the code was taking, but it said that the Arduino example code failed. Let me know if there is anything I can do to fix this, thank you.
Posts: 9,085
Threads: 1,202
Joined: Oct 2020
Reputation:
235
which controller you are using? H32B Pro or A16S? what you want to do?
Posts: 3
Threads: 1
Joined: Aug 2025
Reputation:
0
I ran into the same problem. I had to make sure the board (NodeMCU-32S) was in bootloader mode. To do that, hold the "download button" on the KC868-A16S, then press and release the "reset" button. Then, while still holding the download button, I began the upload in Arduinio IDE. I waited to release the "download" button until I saw the output of Arduino IDE say "connecting". Then release the download button. This sets the processor to the bootloader and will then take your sketch. Once I did that, it uploaded correctly and worked really well.