![]() |
|
[Arduino IDE demo source code for KC868-A16]--#01-config Arduino IDE for ESP32 module - 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-A16 (https://www.kincony.com/forum/forumdisplay.php?fid=25) +--- Thread: [Arduino IDE demo source code for KC868-A16]--#01-config Arduino IDE for ESP32 module (/showthread.php?tid=1613) |
[Arduino IDE demo source code for KC868-A16]--#01-config Arduino IDE for ESP32 module - KinCony Support - 01-05-2022 Before using KC868-A16, you need to set the parameters of the preference Copy the following URL: https://dl.espressif.com/dl/package_esp32_index.json
KC868-A16-schematic.pdf (Size: 794.92 KB / Downloads: 1,251)
RE: [Arduino IDE demo source code for KC868-A16]--#01-config Arduino IDE for ESP32 module - Olsen@HuaHin - 03-31-2023 I have tried to make my first Sketch including Arduino.h & PCF8574.h for testing I-O and get to know how to program in ARDUINO IDE 2.0.4 As recommended in above thread I have selected the NodeMCU-32S board and the IDE tells me that debugging is not supported by NodeMCU-32S Which of the other esp32 boards can I use that will support debugging? RE: [Arduino IDE demo source code for KC868-A16]--#01-config Arduino IDE for ESP32 module - admin - 03-31-2023 There are two requirements for support to be available for use of the Arduino IDE integrated debugger with the ESP32 boards: The debugger extension must have support for the ESP32 target The ESP32 boards platform authors must configure their platform to provide the necessary information to the debugger details you can search by "google". RE: [Arduino IDE demo source code for KC868-A16]--#01-config Arduino IDE for ESP32 module - cturqueti - 06-26-2025 Hello, the product arrived. When I tried to program using VSCode + PlatformIO, it did not accept programming, there was a flash size error, I got another prototyping board with the same processor and programmed it. I went back to the board, tried to reset the flash, but without success. After many attempts, I managed to program, then after some programming the defect returned, I tried to do the same procedure and I can no longer program. The cable is fine because I have serial communication with the PC. RE: [Arduino IDE demo source code for KC868-A16]--#01-config Arduino IDE for ESP32 module - admin - 06-27-2025 can you test with KCS v2 firmware or download by arduino code, just to confirm the hardware is well. RE: [Arduino IDE demo source code for KC868-A16]--#01-config Arduino IDE for ESP32 module - cturqueti - 07-02-2025 It worked, thank you very much RE: [Arduino IDE demo source code for KC868-A16]--#01-config Arduino IDE for ESP32 module - kessnogueira3456 - 07-31-2025 Ola, estou com uma grande dificuldade em programar a placa A16. Ela fica reconhecendo que as entradas digitais 1 a 16 estão ABRINDO e FECHANDO várias vezes por segundo, mesmo com 2 fios conectados direto do GND a ENTRADA. OQUE poderia causar isso, visto que não e problema físico, pois quando uso um código de exemplo ela funciona normal? Segue em anexo meu código. RE: [Arduino IDE demo source code for KC868-A16]--#01-config Arduino IDE for ESP32 module - admin - 07-31-2025 you can test with KCS v2 firmware firstly. if KCS firmware work well , that means hardware is ok, need check your code. you can see our arudino demo source code. RE: [Arduino IDE demo source code for KC868-A16]--#01-config Arduino IDE for ESP32 module - kessnogueira3456 - 07-31-2025 Pode me passar o link de um código fonte de demonstração? Está meio confuso para mim qual RE: [Arduino IDE demo source code for KC868-A16]--#01-config Arduino IDE for ESP32 module - admin - 07-31-2025 all arduino demo code see here: https://www.kincony.com/forum/forumdisplay.php?fid=25 this is A16 OUTPUT demo: https://www.kincony.com/forum/showthread.php?tid=1620 |