- EOL
Attention! The product has been discontinued. Check other products in category. |
Description
The module working withArduinoandRaspberry Pi (in version 3B, 2B, B+ and A+)that provides communication in GSM 900 MHz / 1800 MHz and UMTS 900 MHz / 2100 MHz. It allows for voice calls, sending SMS messages. On the board are: connector of SIM card, powering module for battery LiPol, as well as SMA female slot to mountan external antenna.
The system works withArduinoandRaspberry Pi (in version 3B, 2B, B+ and A+), it has a connector u.FL to connectan external antenna. In our offer you will also findthe module with U.fl connectorand specialvoltage converters. |
The distribution of elements on the board d-u3G μ-shield.
Specification
- Driver: Quectel UG95F
- Supported standards: GSM / UMTS
- Frequencies:
- GSM: 900 / 1800 MHz
- UMTS: 900 / 2100 MHz
- One SIM connector
- SMA antenna female connector
- Digital audio interface
- Built-in converter USB to UART (USB connector can be used to power the module)
- Automatic selection of logic levels between 3 V to 5 V
- Buttons of modem: Power and Reset
- Works withArduinoandRaspberry Pi, along with sample codes of manufacturer
- Two mounting holes with diameter of: 2.5 mm
- Board sizes: 40 x 35 mm
Detailed module description can be found in the user guide in partfirstandsecond, and onthe website of the manufacturer. |
Pins
Pin | Description |
---|---|
SLP | The sleep pin is activated by the high state. |
CTS | Input Clear to Send - details indocumentation. |
RTS | Output Ready to Send - details indocumentation. |
STATUS | The status pin. |
RI | The output Ring Indicator - details indocumentation. |
GROUND | The ground of the system. |
Vcc 4V IN/OUT | Input/output 4 V. When using battery, you need to include a LED (e.g., 1N14148) between the positive pole of battery and BkBat+ on the board, the anode heading the battery. |
Vin 5V LiPol IN | Input 5 V to charge with a LiPol battery. |
Vusb 5V OUT | The output Is 5 V. |
POWER ON | The control of a supply voltage of the system GSM (On/Off). |
RESET | GSM system reset. |
TX (RXD) | Communication via the serial interface. |
RX (TXD) | Communication via the serial interface. |
LiPol +/- | Connecting the battery LiPol, respectively "+" and "-". |
ANTENNA CONNECTOR UFL OR SMA | Antenna connector, depending on version of the SMA or u.FL. |
DIGITAL AUDIO | Mass for analog audio ports. |
Backup bat +/- | Backup battery, respectively "+" and "-". When using the battery, you need to include a LED (e.g., 1N14148) between the positive pole of battery and BkBat+ on the boar, the anode heading the battery. |
The connection to the Arduino
The system works with Arduino Uno using the following pins:
Pin | Arduino | Description |
---|---|---|
GSM RX | D3 | Communication via the serial interface. |
GSM TX | D2 | Communication via the serial interface. |
RESET | D6 | GSM system reset. |
POWER ON | D7 | The control of a supply voltage of the system GSM (On/Off). |
VIN (5 V LiPol) | 5 V |
Power supply 5 V. Details of the connection in the battery LiPol case, are available in the manufacturer's manual. |
GND |
GND | The ground of the system. |
STATUS |
D5 | The status pin. |
Check out the example of project for Arduino -home alarm system! |
Connect to the Raspberry Pi
The purpose of the launch module with the Raspberry Pi, you must perform the following connections:
Pin | RPi | Description |
---|---|---|
GSM RX | 10 |
Communication via the serial interface (don't work in the USB communication). |
GSM TX | 08 |
Communication via the serial interface (don't work in the USB communication). |
RESET | 18 | GSM system reset. |
ON / OFF | 16 | The control of a supply voltage of the system GSM (On/Off). |
VIN (5 V LiPol) | 02/04 | The supply voltage of 5 V. |
GND |
04/14 | The ground of the system. |
STATUS | 12 | The status pin. |
Useful links |