This Maduino Zero 4G LTE module uses the SIMCOM7600(E/A)CAT4 module, to help Makers to achieve the 4G connection easily. Besides, this module can be a fully 4G access to your computer/PI, and also for telephone/SMS... 1. As IoT applications 4G access to the Internet: For IoT appl...
Maduino Zero 4G LTE integrated two types of the 4G LTE CAT4 module SIM7600A-H or SIM7600E-H, SIM7600A-H/SIM7600E-H is a complete multi-band LTE-FDD/LTE-TDD/HSPA+/UMTS/EDGE/GPRS/GSM module solution in LCC type which supports LTE CAT4 up to 150Mbps for downlink and 50Mbps for...
pinMode(LTE_FLIGHT_PIN, OUTPUT); digitalWrite(LTE_FLIGHT_PIN, LOW); //Normal Mode // digitalWrite(LTE_FLIGHT_PIN, HIGH);//Flight ModeSerialUSB.println("Maduino Zero 4G Test Start!");sendData("AT+CGMM", 3000, DEBUG); }void loop()...