[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: 629) 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". |