MIKROE-2226

MIKROE-2226 Datasheet


From MikroElektonika Documentation

Part Datasheet
MIKROE-2226 MIKROE-2226 MIKROE-2226 (pdf)
Related Parts Information
MIKROE-2296 MIKROE-2296 MIKROE-2296
PDF Datasheet Preview
3G click

From MikroElektonika Documentation
3G click is a mikroBUS add-on board with Quectel’s UG95 3G UMTS/HSPA module. The board has a rich set of components to simplify development an SMA connector, earphone/microphone jack, MicroUSB port, as well as a SIM card slot. The network protocol stack includes support for TCP, UDP, PPP, MMS, SMTP, SMTPS, PING, and SSL. 3G click communicates with the target MCU through the mikroBUS UART interface RX, TX , with additional functionality provided by STAT, PWRKEY, RTS, R1, and CTS pins. The board is designed to use either a 3.3V or a 5V power supply.

Features and usage notes
3G click

Due to the nature of the protocol, 3G click comes in two different versions. The Europe and Australia version operates on the frequency band, while the USA version works on frequency band.

The boards are otherwise identical.

Schematic also available in PDF

An onboard jumper allows you to choose the I/O voltage levels between 3.3V and 5V. Signal LEDs show the status of the data transmission.

The following are data rates the UG95 module can achieve using various supported protocols:
- HSPA Mbps DL / Mbps UL - UMTS 384 Kbps DL / 384 Kbps UL - GPRS Kbps DL / Kbps UL - EDGE Kbps DL

Programming

This code snippet shows how easy it is to establish a connection with 3G click, and answer or hangup an incoming call.
1 #include "3G_click_lib.h"
2 #include "resources.h"
4 // TFT module connections
5 unsigned int TFT_DataPort at GPIOE_ODR;
6 sbit TFT_RST at GPIOE_ODR.B8;
7 sbit TFT_RS at GPIOE_ODR.B12;
8 sbit TFT_CS at GPIOE_ODR.B15;
9 sbit TFT_RD at GPIOE_ODR.B10;
10 sbit TFT_WR at GPIOE_ODR.B11;
11 sbit TFT_BLED at GPIOE_ODR.B9;
13 sbit GSM_PWR at GPIOC_ODR.B2;
14 sbit GSM_CTS at GPIOD_ODR.B13;
15 sbit GSM_RTS at GPIOD_IDR.B10;
17 bool answer_call = false;
18 bool hangup_call = false;
20 void system_init void ;
22 void main
system_init ;
display_init ;
click_3g_api_init ;
while 1
click_3g_process ;
if Button &GPIOC_IDR, 9, 80, 1
answer_call = true;
if Button &GPIOC_IDR, 8, 80, 1
hangup_call = true;
if answer_call
click_3g_call_answer ;
More datasheets: CSI-RSFB-100-UFFR | GS1500M-EVK2-S2W-WEB-R2 | PTFA181001GL V1 | PTFA181001GL V1 R250 | PTFA181001HL V1 R250 | PTFA181001HL V1 | DDR3-P-E3-U1 | DDR3-P-E3-UT1 | LTD-482GC | BSS223PW L6327


Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived MIKROE-2226 Datasheet file may be downloaded here without warranties.

Datasheet ID: MIKROE-2226 649231