View Categories

E70x UNO Arduino Header

Basic Overview #

The Arduino LTE HAT is a compact cellular expansion board (shield) designed for Arduino platforms. It integrates a Eicut E70x series module to provide reliable 4G LTE connectivity without needing complex external RF design, SIM circuitry, or power management.

This HAT enables easy IoT and M2M applications by adding LTE data communication (up to 10 Mbps downlink / 5 Mbps uplink in FDD mode), along with support for protocols like TCP/UDP, MQTT, HTTP/HTTPS, and more. It includes a Nano SIM slot, USB Type-C interface, GNSS antenna support, and a 2×9 pin header for additional signals.

The board is fully compatible with popular Arduino boards such as UNO R3/R4, Leonardo, Zero, and Yun Rev2. All logic pins operate at 1.8V (level shifting required for 3.3V/5V systems). It is ideal for projects needing wireless internet, remote monitoring, or cloud connectivity in areas without Wi-Fi.

Supported Module List #

  • Arduino UNO R3
  • Arduino UNO Q
  • Arduino UNO R3 SMD
  • Arduino Zero
  • Arduino Yun Rev2
  • Arduino UNO Wi-Fi Rev2
  • Arduino UNO R4 Wi-Fi
  • Arduino UNO R4 Minima
  • Arduino Leonardo

Feature List #

  • Class 3 (23dBm±2.7dB) for FDD-LTE bands
  • Class 3 (23dBm±2.7dB) for TDD-LTE bands
  • Maximum support CAT1 Bis
  • Support 1.4 ~ 20MHz RF bandwidth
  • FDD: Maximum uplink rate 5Mbps, maximum downlink rate 10Mbps
  • TDD: Maximum uplink rate 2Mbps, maximum downlink rate 8Mbps
  • Support Wi-Fi Scan positioning, share the main antenna
  • TCP/UDP/MQTT/FTP/FTPS/HTTP/HTTPS/LWM2M/Coap
  • For audio use, requires an external codec chip
  • Supports 16-bit linear encoding format
  • Supports short frame mode: the module is only used as a master device

Board Resources #

Function Description #

The detailed assignment of the peripheral interfaces on the Arduino HAT board is as follows:

E70x UNO Header PCB layout
Top Layout
Back view of E70x UNO Header
Bottom Layout
NO. Name Silkscreen Comment
1 USB Type-C Interface USB1
2 Reset button RESET push button
3 PWR button PWRKEY push button
4 External LORA Antenna GNSS ANT UFL ANTENNA
5 Jumper hardware/software P2 2*3 pin 2.54
6 External GNSS Antenna GNSS ANT UFL ANTENNA
7 Pin header 2*9 pin P1 2*9 pin 2.54
8 SIMCARD CASE J1 4ff (Nano SIM)

The Arduino HAT board has 4 functional indication LEDs, as follows:

  • D2: LED Connect NETSTATUS
  • D3: LED Connect POWER
  • D4: LED Connect 1PPS
  • D5: LED Connect STATUS

Board Interfaces #

The main pin placement of the Arduino HAT board is shown in the following figure:

E70x UNO Header pinout
E70x UNO Header Pin Mapping
NO. Name Silkscreen Comment
2*9-1Pin SIM2DATA SDATA SIM2 card data signal line
2*9-2Pin SIM2VDD SVVD SIM2 card power supply
2*9-3Pin DTR DTR DTE is ready; otherwise, it remains suspended.
2*9-4Pin SDA SDA CI21 serial data signal
2*9-5Pin SCL SCL CI21 serial clock signal
2*9-6Pin RTS RTS DTE request sent
2*9-7Pin DEBUG_TXD DBTX DEBUG Serial Port Send
2*9-8Pin DEBUG_RXD DBRX DEBUG Serial Port Receive
2*9-9Pin Ground GND
2*9-10Pin SIM2CLK SCLK SIM2 card clock signal line
2*9-11Pin SIM2RST SRST SIM2 card reset signal line
2*9-12Pin ADC ADC The input voltage detection range is 0~1.2V. When using the analog-to-digital converter interface, connect it in series with a 1kΩ pin; otherwise, leave it floating.
2*9-13Pin RI RI Output a ringing notification; otherwise, leave it floating.
2*9-14Pin DCD DCD Module output carrier detection: if not in use, leave floating.
2*9-15Pin CTS CTS DTE Clear Send
2*9-16Pin GRF1 GRF1 General Radio Frequency Control
2*9-17Pin 5+ VBUS Input voltage
2*9-18Pin Ground GND
The voltage level of the pins is 1.8V

Board Dimensions #

Arduino HAT board dimensions:

E70x UNO Header mechanical Dimensions
Board Dimensions

Getting Started Preparation #

Step 1: Connect the Arduino hat Board

Connect the Arduino hat board to the computer’s USB port using a USB Type-C cable for power supply and data.

make sure the power supply voltage is stable.

Step 2: In the next step, install the Qnavigator software from the link below.

🔗Qnavigator Software

Download Qnavigator Software

Step 3: After installing the software, follow the software instructions and select your board in the port section, set the baud rate to 115200, and click Connect.

FAQ #

What is the Arduino LTE HAT?

A cellular communication expansion board designed for Arduino platforms that integrates LTE Cat-1 Bis connectivity, reducing the need for external RF design, SIM interfacing, and power management circuitry.

Which Arduino boards are supported?

It supports multiple boards including Arduino UNO R3, UNO R4 WiFi, UNO R4 Minima, Arduino Zero, Leonardo, Yun Rev2, and other UNO-compatible variants.

What LTE capabilities does the module provide?

Supports FDD/TDD LTE Cat-1 Bis with up to 10 Mbps downlink and 5 Mbps uplink (FDD), and up to 8 Mbps downlink and 2 Mbps uplink (TDD), with 1.4–20 MHz bandwidth support.

Which interfaces are available on the board?

Includes USB Type-C, UART, SIM interface, I2C, ADC input, RTS/CTS flow control, debug UART, and multiple GPIO signals via a 2×9 pin header.

What is the operating voltage of the pins?

All logic-level pins operate at 1.8V, so level shifting is required when interfacing with 3.3V or 5V systems.

What communication protocols are supported?

Supports TCP, UDP, MQTT, HTTP, HTTPS, FTP, FTPS, LWM2M, and CoAP for IoT and industrial communication applications.

How is the module configured and tested?

It is configured using Quectel QNavigator software via USB Type-C connection. After selecting the correct COM port and baud rate (115200), AT commands are used for testing and control.

What is the purpose of the RESET and PWRKEY buttons?

RESET is used to restart the module, while PWRKEY controls power-on and power-off behavior of the LTE modem.

E70G-EU Arduino HAT

Updated on May 24, 2026

Leave a Reply