Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-A16 with IDE 2.3.4
#1
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
Reply
#2
board type: chose ESP32 DEV or Nodemcu-32s
Reply
#3
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
Reply
#4
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 Smile


Attached Files
.docx   Debugging results.docx (Size: 14.3 KB / Downloads: 3)
Reply
#5
take a screen photo what board you selected.
Reply
#6
(03-10-2025, 10:55 PM)admin Wrote: take a screen photo what board you selected.

Hello,

Thanks for the fast reply Smile
See attached the board I selected .
I hope this can help.

B. regards
Theo
   
Reply
#7
it's correct, you can test with our demo sample code firstly, not use your own code.
Reply
#8
Hello,
Thanks for your reply,
Could you send me your demo sample code,I would appreciate
B. regards,

Theo
Reply
#9
https://www.kincony.com/forum/forumdisplay.php?fid=25
   
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)