
Arduino Pro 4G GNSS Module Global
The effortless way to revolutionize your connectivity experience, with the fourth generation of broadband cellular network technology.
Overview
The cutting-edge Arduino Pro 4G Module allows you to expand your connectivity capabilities to unlock the full potential of your projects – without changing your Portenta board.
Powered by a robust Cat.4 modem from Quectel, it ensures fast data throughput and high bandwidths for quick data download and upload, in even the most remote locations. Secure data transfer and long-range coverage make it ideal for challenging environments.
Developed in the widely adopted mini PCIe form-factor, it easily integrates into a wide variety of projects.
In addition to reliable 4G connectivity across the world, the Arduino Pro 4G Module guarantees compatibility with 2G and 3G networks.
Key benefits include:
- Add 4G connectivity and positioning to the Portenta family
- Guarantee reliable and quick data download and upload even in remote locations
- Enable long range coverage, both indoors and outdoors
- Change connectivity capabilities without changing the board
- Reduce infrastructure investments with respect to other traditional solutions
- Install your products in multiple countries leveraging the global network coverage
- Send SMS and set-up real-time notifications in case of alarms
- Take advantage of the widely adopted Mini PCIe form factor
Applications
The Arduino Pro 4G Module allows you to connect to your devices via Arduino Cloud, making error analysis, firmware updates, and remote maintenance easier and faster than ever. Have a project on a bigger scale? The Arduino Pro 4G Module can help you monitor an entire building’s safety conditions: regularly check on deformation, temperature, moisture levels, and other critical parameters without having to travel to the location itself – and take timely action when needed.
Tech specs
Product Name | Arduino Pro 4G Module GNSS Global | |
Region | Global | |
Modem | Quectel EG25-G | |
Chipset | MDM9x07 (Qualcomm) | |
LTE | LTE CAT4 4G with 2G/3G fallback | |
GNSS | GPS, GLONASS, BeiDou (COMPASS), Galileo and QZSS | |
Interfaces |
|
*No antenna included. Please refer to this page if you would like to get a compatible antenna
Conformities
Documentation
Learn more
Get Inspired

Syntaxx is powered by three Arduino boards, each handling specific functions to create a seamless and dynamic performance:

It can be tough to get started with building an Internet of Things (IoT) project from the ground-up, as getting connected, serving a webpage, and managing other devices can all be a challenge to a beginner. This is why the YouTuber known as “Mario’s Ideas” made an end-to-end tutorial that details everything one might need to build a smart RGB lamp. Because the Arduino UNO R4 WiFi contains an ESP32-S3 chip for its Wi-Fi radio and Renesas RA4M1 microcontroller, it was the perfect candidate. Mario’s sketch begins with a call to initialize the Wi-Fi module before attempting to connect to his local access point. Once finished, it enters a loop that continuously checks if a client has connected to the web server, and if one has, reads the requested path while also seeing if the string contains “/H” to denote an “ON” command to set the LED. Toggling an LED is useful, but Mario wanted to take things a step further by building a tangible — in this case a lamp. His 3D-printed enclosure features a recessed base and translucent cube for diffusing the light emitted by a grid of NeoPixels. Controlling the color was just as easy since any browser could still send a request path containing a color and get back the lamp’s updated status. To see more about this IoT lamp project, you can watch Mario’s video below!