Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-A16v3 ESP32-S3 IO pins define
#14
I am currently working on an LV panel control project using the KC868-A16v3 module. The project is being developed in PlatformIO (VS Code). However, I am encountering persistent challenges when attempting to make Wi-Fi and Ethernet work together, as well as when combining Ethernet and SD card functionality. Both scenarios frequently lead to MCU crashes with no stable solution so far.

After two months of research and testing, I identified the khoih-prog/WebServer_ESP32_SC_W5500 library as the most suitable option for the ESP32-S3-WROOM-1U (N16R8) paired with the W5500 Ethernet module, which is the hardware configuration of the KC868-A16v3.

The problem arises when the SD.h library is integrated. Despite correct I/O pin assignments, the MCU often crashes due to frequent SPI bus conflicts. My further investigation confirmed that the SD card and Ethernet module cannot operate reliably together because they share the same SPI interface. Additionally, enabling Wi-Fi alongside Ethernet introduces further instability, causing communication failures and system crashes.

When I reviewed your video, I noticed that your firmware (KCS v3) appears to seamlessly integrate Ethernet, Wi-Fi, and SD card functionality, running smoothly without the issues I am facing. For this reason, I am seeking your support and guidance. Could you kindly advise which libraries and techniques were used in your firmware project? I believe following a similar approach will help me overcome these challenges and successfully complete my project.
Reply


Messages In This Thread
KC868-A16v3 ESP32-S3 IO pins define - by admin - 02-15-2025, 03:00 AM
RE: KC868-A16v3 ESP32-S3 IO pins define - by alexnino881 - 10-01-2025, 09:29 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)