![]() |
|
[arduino code examples for A32 Pro]-10 How to test AT command with SIM7600 4G modulde - 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-A32/A32 Pro (https://www.kincony.com/forum/forumdisplay.php?fid=27) +--- Thread: [arduino code examples for A32 Pro]-10 How to test AT command with SIM7600 4G modulde (/showthread.php?tid=6689) |
[arduino code examples for A32 Pro]-10 How to test AT command with SIM7600 4G modulde - admin - 09-14-2024 Code: /*
10-4g-sim7600.zip (Size: 1.04 KB / Downloads: 720)
BIN file (you can use esp32 download tool download to ESP32-S3 with address 0x0 then directly to use) download:
10-4g-sim7600.ino.merged.zip (Size: 182.27 KB / Downloads: 720)
RE: [arduino code examples for A32 Pro]-10 How to test AT command with SIM7600 4G modulde - davisjame - 10-02-2025 This is a great example of using the ESP32-S3 with the SIM7600 and RS485 communication! The code is well-structured and easy to follow. I appreciate the detailed comments explaining the connections and functionality. The periodic querying of the SIM7600 for its model number is a practical approach for monitoring. For anyone looking to implement a similar project, make sure to check the baud rates for both the SIM7600 and RS485 to ensure proper communication. Thanks for sharing this valuable resource! RE: [arduino code examples for A32 Pro]-10 How to test AT command with SIM7600 4G modulde - huanmarie - 08-19-2026 Here we see the ESP32-S3 in action with the SIM7600 and RS485 connection. The code is organised and straightforward. The thorough explanations of the links and functions in the comments are much appreciated. The SIM7600 can be practically monitored by periodically querying it for its model number. If you are planning to execute a project similar to this, you should verify that the SIM7600 and RS485 have compatible baud rates. I appreciate you giving me the link to this helpful tool. |