LTE M8321 Module Wireless Communication Module GSM GPRS 4G M2M Industrial M5Stack® for Arduino - products that work with official Arduino boards

LTE M8321 Module Wireless Communication Module GSM GPRS 4G M2M Industrial M5Stack® for Arduino - products that work with official Arduino boards
Arduino
sku: 1536564
$53.99
Shipping from: China
   Description
Description: This is a wireless communication module, integrated an NB-IOT M8321 module that released by China Mo bile, provided TD-LTE/FDD-LTE/WCDMA/TD- SCDMA/GSM/GPRS/EDGE Frequency Band and LCC+LGA package type. It has integrated plentiful Internet protocols, field standard interface, and functions, supported WindowsXP,Windows7,Windows8,Windows10,Linux and Android USB driver. In the LTE-4G module scheme, we added more hardware resources, 1 reserved speaker solder panel, 3 LEDs, exported USB interface, double antennea allowed. M8321 is 4V power input, so in the hardware of LTE-4G module, we added a Bidirectional Voltage-Level Translator (TXS0104E) to switch the power supply to 4V. In telecommunication, Long-Term Evo lution (LTE) is a standard for wireless broadband communication for mo bile devices and data terminals, based on the GSM/EDGE and UMTS/HSPA technologies. It increases the capacity and speed using a different radio interface together with core network improvements. Product Features: Double Antenna Resolved Speaker on board(I2S) Power Input: 5V Serial Communication: Uart2 16/17 M8321 Tem: -40C ~ + 85C Frequency Band: LTE-TDD: B38/B39/B40/B41 LTE-FDD: B1/B3/B8 TD-SCDMA: B34/B39 WCDMA: B1/B8 GSM(MHz): 900/1800 Data Transmit: LTE speed: (Mbps) LTE-FDD 50(UL)/150(DL)LTE-TDD 50(UL)/100(DL) HSPA+ speed: (Mbps) 5.76(UL)/21.6(DL) TD-SCDMA speed: (Mbps) 2.2(UL)/2.8(DL) EDGE speed: (Kbps) 384(UL)/384(DL) GPRS speed: (Kbps) 85.6(UL)/85.6(DL) SMS supported PDU/TEXT mode Network Protocol: IPV4/IPV6/TCP/PPP/UDP/FTP/HTTP/NTP Comsuption: 17uA@Poweroff 3mA@Sleep 45mA@Idle Product Size: 54.2mm x 54.2mm x 12.8mm Product weight: 18.1g Package Included: 1x Antenna 1x LTE module Application: M2M industrial Vehicle-mounted Video Security CPE Router POC ?Click to check the list: frequency band of Globle mo bile operators? Links: Datasheet - M8321 Datasheet - TXS0104E Schematic Sche - GSM Module EasyLoader click to download EasyLoader 1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. 2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click "Burn" to start burning. 3.Please make sure you have CP210X(USB driver) on you computerClick here for driver installation tutorial Code: 1. for IDE To get complete code, please click here. #include void IotWriteCommand(char cmd[],char date[]){ char buf[256] = {0}; if(cmd == NULL) sprintf(buf,"ATrn"); else if(date == NULL) sprintf(buf,"AT+%srn",cmd); else sprintf(buf,"AT+%s=%srn",cmd,date); Serial2.write(buf); } void get_time(void){ IotWriteCommand(NULL,NULL); while(Serial2.available()){ uint8_t ch = Serial2.read(); Serial.write(ch); M5.Lcd.write(ch); } } void setup() { M5.begin(); Serial.begin(115200); Serial2.begin(115200, SERIAL_8N1, 16, 17); pinMode(5, OUTPUT); digitalWrite(5, 1); } void loop() { if(M5.BtnA.wasReleased()){ M5.Lcd.fillScreen(TFT_BLACK); M5.Lcd.setCursor(60,80,2); get_time(); } M5.update(); }Copy to clipboardErrorCopied Pin Map: M5Stack GPIO16 GPIO17 5V
   Price history chart & currency exchange rate

Customers also viewed