I have followed the documentation available on your website, but some of the links provided are either unavailable or no longer functional.
I have tested
two different SIM7600E modules, and neither shows any sign of operation: they do not respond to AT commands and do not register on the network.
My goal was to integrate the KC868-A2 into a patented project with potential industrial application. I was convinced that your product could simplify my solution, but to date, I have not been able to use it.
I kindly request:
- An updated step-by-step guide for configuring and testing the KC868-A2 with Arduino IDE.
- Working links for downloading drivers, libraries, and example sketches.
- Any specific instructions for verifying the proper functionality of the SIM7600E module.
If we can find a solution, it will be mutually beneficial. Otherwise, I will be forced to abandon the use of this module.
Technical Tests Already Performed on KC868-A2 with SIM7600E
- Development Environment Setup
- Arduino IDE (tested with both version 1.x and 2.x)
- Official ESP32 core installed via URL:
Code:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
- Selected board: ESP32 Dev Module
- Baud rate set to 115200
- Sketch Upload
- Tested official KinCony sketches for KC868-A2 with SIM7600
- Tested custom sketches for sending AT commands
- Tested with PSRAM disabled to eliminate
- Compilation and upload completed successfully → ESP32 is working correctly
- Connections and Power Supply
- KC868-A2 powered with 12V as per manual
- LTE antenna connected to MAIN port of SIM7600 (not AUX/GNSS)
- Verified presence of power and indicator LEDs:
- Red power LED solid on
- Green modem LED blinking continuously
- SIM Cards
- Tested two different SIM cards in two different SIM7600E modules → no response
- SIM cards confirmed working in a mobile phone
- SIM PIN disabled
- Contacts cleaned
- Correct insertion verified
- AT Command Tests from ESP32
- ,
,
,
→ no response
- Serial Monitor shows nothing or “modem not found”
- Alternative Checks
- Attempted direct connection via USB MODEM to PC (drivers not easily available)
- Tried alternative SIM slots and different LTE antennas
- Evaluated alternative GSM modules (SIM800C, SIM800L) → working in other projects
Conclusion:
The ESP32 works and communicates correctly via USB, but
the SIM7600E module does not respond to any AT command, even after testing with two different units, proper power supply, and a suitable LTE antenna.