![]() |
|
KC868-A16 with IDE 2.3.4 - 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: KC868-A16 with IDE 2.3.4 (/showthread.php?tid=7741) Pages:
1
2
|
KC868-A16 with IDE 2.3.4 - Theo - 02-28-2025 Hello, After installation of IDE 2.3.4 on Windows 11 and inserted the link "https://dl.espressif.com/dl/package_esp32_index.json" in the preferences The "esp32 by espressif Systems 3.1.1" is installed I see only under "Tools" the board "esp32" Under sep32 I see a lot of modules but no ESP32 Arduino Module. I cannot connect via the Com3 to my KC868-A16 REV:1.6 Can anyone help me with installation of the correct board and module to get the communication with my KC868 Great thanks Theo RE: KC868-A16 with IDE 2.3.4 - admin - 03-01-2025 board type: chose ESP32 DEV or Nodemcu-32s RE: KC868-A16 with IDE 2.3.4 - Theo - 03-10-2025 Hello, I found the ESP32 and Nodemcu-32S. I uploaded a simple sketch "void setup() { pinMode(3,OUTPUT); } void loop() { digitalWrite(3,HIGH); } But still no LED on Dig out 3 When debugging , this is the reply: Waiting for gdb server to start...[2025-03-10T16:26:28.761Z] SERVER CONSOLE DEBUG: onBackendConnect: gdb-server session connected. You can switch to "DEBUG CONSOLE" to see GDB interactions. "C:\\Users\\herma\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\openocd-esp32\\v0.12.0-esp32-20241016/bin/openocd" -c "gdb_port 50000" -c "tcl_port 50001" -c "telnet_port 50002" -s "c:\\Users\\herma\\Documents\\Arduino\\sketch_mar1b" -f "C:/Users/herma/AppData/Local/Programs/Arduino IDE/resources/app/plugins/cortex-debug/extension/support/openocd-helpers.tcl" -f board/esp32-wrover-kit-3.3v.cfg Open On-Chip Debugger v0.12.0-esp32-20241016 (2024-10-16-14:17) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html DEPRECATED! use 'gdb port', not 'gdb_port' DEPRECATED! use 'tcl port' not 'tcl_port' CDRTOSConfigure Info : Listening on port 50001 for tcl connections Info : Listening on port 50002 for telnet connections Error: unable to open ftdi device with description '*', serial '*' at bus location '*' C:/Users/herma/AppData/Local/Arduino15/packages/esp32/tools/openocd-esp32/v0.12.0-esp32-20241016/bin/../share/openocd/scripts/target/esp_common.cfg:9: Error: at file "C:/Users/herma/AppData/Local/Arduino15/packages/esp32/tools/openocd-esp32/v0.12.0-esp32-20241016/bin/../share/openocd/scripts/target/esp_common.cfg", line 9 [2025-03-10T16:26:29.291Z] SERVER CONSOLE DEBUG: onBackendConnect: gdb-server session closed GDB server session ended. This terminal will be reused, waiting for next session to start... Would appreciate your reply , Thanks Theo RE: KC868-A16 with IDE 2.3.4 - Theo - 03-10-2025 Hello, I am able to use now the Nodemcu-32S and the ESP32 Dev Module but still no response on the KC868-A16 board, (LED) See attached here the error file after debugging. Thanks in advance for your reply. Theo
RE: KC868-A16 with IDE 2.3.4 - admin - 03-10-2025 take a screen photo what board you selected. RE: KC868-A16 with IDE 2.3.4 - Theo - 03-11-2025 (03-10-2025, 10:55 PM)admin Wrote: take a screen photo what board you selected. Hello, Thanks for the fast reply See attached the board I selected . I hope this can help. B. regards Theo RE: KC868-A16 with IDE 2.3.4 - admin - 03-11-2025 it's correct, you can test with our demo sample code firstly, not use your own code. RE: KC868-A16 with IDE 2.3.4 - Theo - 03-11-2025 Hello, Thanks for your reply, Could you send me your demo sample code,I would appreciate B. regards, Theo RE: KC868-A16 with IDE 2.3.4 - admin - 03-12-2025 https://www.kincony.com/forum/forumdisplay.php?fid=25 RE: KC868-A16 with IDE 2.3.4 - Theo - 03-12-2025 Hello, Thanks, I already installed the PCF8574 library from Renzo Mischianti and copied his sample code. But with no results. After debugging I alway see in the "Notifications" OpenOCD: GDB Server Quit unexpected. Attached you find the screenshot: B. regards, Theo |