Mind's Forge |
Notes »
Programming the T-SIM7600GSetup7600x Github - I cloned this repo for easy access to the examples. I already had the "ESP32 Dev" board installed on the Arduino IDE, but I had to install a couple libraries: TinyGSM and StreamDebugger, they were easily found through the library manager search. Programming ESP32I had to plug the USB-C cable into the TTL port (there are 2, one labeled USB and one TTL) I set the baud rate to 115200 and left everything else default. I had to select the After setting the Serial Monitor to "115200" and to use "Both NL & CR", and pressing the RST button on the board, we were able to get an "OK" response! AT CommandsAttach:SIM7500_SIM7600_Series_AT_Command_Manual_V3.00.pdf I couldn't send the "ctrl-z" control character with the Arduino serial monitor, so I ended up struggling with minicom (it would've worked if I just unplugged/replugged the board), but I ended up compiling gtkterm. After that I was able to send the AT command to send a text message (after changing the mode: Very cool |
Page last modified on September 03, 2023, at 05:41 pm |