Telit Modem

From Yantrr Wiki
Revision as of 05:05, 7 December 2016 by Vaibhav (Talk | contribs) (AT commands)

Jump to: navigation, search

Overview

3G Modem

Vayu 3GHx-E, VIBE 3GHx-E and VIBE2 3GHx-E comes with Telit HE910 3G modem. This modem creates 6 ports :
  1. /dev/ttyACM0 : Modem port and AT commands port
  2. /dev/ttyACM1
  3. /dev/ttyACM2
  4. /dev/ttyACM3 : AT commands port
  5. /dev/ttyACM4
  6. /dev/ttyACM5

4G Modem

Vayu 4GLx-E, VIBE 4GLx-E and VIBE2 4GLx-E comes with Telit LE910 modem. This modem creates 6 ports :
  1. /dev/ttyUSB0
  2. /dev/ttyUSB1
  3. /dev/ttyUSB2 : Modem port and AT commands port
  4. /dev/ttyUSB3 : AT commands port
  5. /dev/ttyUSB4
  6. /dev/cdc-wdm0 : QMI Port

Modem Control

Please ensure that the modem is properly turned on before ppp connections can be established. If PPP connection cannot be established properly, soft reset the modem following the timing procedures for ZTE modem.

The modem can be powered on/off by either using the push button switch or GPIO45. Power on

The module will be turned off after power-on(when power is supplied) normally. In the state of power off, provide a low level pulse more than 5 seconds to ON/OFF PIN to turn on the module by either toggling the push button switch or by cycling the GPIO through Low-High cycle.

The default state of ON/OFF GPIO should be high.

cd /sys/class/gpio
echo 45 > export
cd gpio45
echo “high” > direction
cd /sys/class/gpio/gpio45
echo "low" > direction
sleep 5
echo "high" > direction


Power off

In the state of Power On, provide atleast a 2000ms low level pulse to ON/OFF PIN to turn off the module.

cd /sys/class/gpio/gpio45
echo "low" > direction
sleep 5
echo "high" > direction

Soft Reset

To soft reset the modem, cycle the Modem On/Off pin through a Power-Off and then Power-On cycle.

AT commands

All the AT commands can be executed on the serial port /dev/ttyACM3 for 3G device or /dev/ttyUSB3 for 4G device, with baud rate of 115200 8N1.

Note : If the AT command/ppp connection is not established, please look at the Module power on/off procedure again. Maybe the module has not started properly.

Note : AT commands manual available on request. Please contact Yantrr support.

PPP Connection

Integrated GPS