5G NB IoT Click Board
5G NB IoT Click Board
Key Features:
- Optimized specifically for IoT applications, Five Band LTE (3, 5, 8, 20, 28) connectivity with deep indoor coverage and extended range in rural areas, a built-in IP stack which supports a range of internet services protected by an enhanced security concept
- Based on the ENS22 5G NB IoT Module from Thales
- Optimized specifically for IoT applications, Five Band LTE (3, 5, 8, 20, 28) connectivity with deep indoor coverage and extended range in rural areas, a built-in IP stack which supports a range of internet services protected by an enhanced security concept
- mikroBUS: UART and GPIO Interfaces
The 5G NB IoT Click Board™ is based on the Thales ENS22 NB-IoT Wireless Module platform that boosts highly efficient future 5G connectivity for the IoT. The 5G NB IoT Click Board™ combines single-mode NB-IoT connectivity with extreme power efficiency, extended coverage range and advanced security features providing steadfast reliability for data-only solutions. The module offers built-in internet services protected by an enhanced security concept.
The 5G NB IoT Click Board™ is supported by a mikroSDK compliant library, which includes functions that simplify software development. This Click Board™ comes as a thoroughly tested product, ready to be used on a system equipped with the mikroBUS™ socket.
How Does The 5G NB IoT Click Board™ Work?
The Cinterion® ENS22 IoT wireless module marries future 5G connectivity with expanded coverage and enhanced security features to connect and protect industrial IoT solutions. Delivering data speeds up to 27 Kbit/s downlink and 63 Kbit/s uplink, the ENS22 IoT module is ideal for long life data-only solutions such as utility meters and smart city solutions.
The 5G NB IoT Click Board™ features an integrated NB-IoT transceiver, multi-band mobile cellular devices. The module can operate over 698-960 MHz and 1695-2180MHz with a 200 kHz system bandwidth. It is designed to communicate with mobile network operator (MNO) infrastructure equipment using the 3GPP NB-IoT radio protocol.
The Cinterion ENS22 IoT module platform offers a suite of NB-IoT connectivity solutions optimized specifically for IoT applications and prepared to support release 14 without the need to migrate to a new chipset. It delivers Five Band LTE (3, 5, 8, 20, 28) connectivity with deep indoor coverage and extended range in rural areas. The module offers a built-in IP stack which supports a range of internet services protected by an enhanced security concept.
Incremental Firmware Over The Air (FOTA) updates allow revision of only the portion of code that needs updating, saving power and bandwidth to extend the life span of IoT solutions. The module's simplified power supply design and advanced management system extends battery lifetime and improves TCO.
This Click Board™ is equipped with the USB type C connector. It allows the module to be powered and configured by a personal computer. The FT230X IC requires drivers in order to work. FTDI offers drivers for all major OSes on their official driver download web page. Also, Windows OS drivers are included in the download section, below.
5G NB IoT Click Board™ have fully-integrated Li-Ion or Li-Polymer battery charger witch in combination with module up to 10 ~ 15 years of battery life allow user using it completely standalone and battery powered ony.
J1 jumper can be used for power consumption monitoring.
Specifications
Type | LTE IoT |
Applications | 5G NB IoT Click Board™ is ideal for stationary IoT applications that send data only at intermittent intervals such as metering and smart city applications |
On-board modules | ENS22 |
Key Features | Optimized specifically for IoT applications, Five Band LTE (3, 5, 8, 20, 28) connectivity with deep indoor coverage and extended range in rural areas, a built-in IP stack which supports a range of internet services protected by an enhanced security concept |
Interface | UART,GPIO |
Compatibility | mikroBUS |
Click Board™ size | L (57.15 x 25.4 mm) |
Input Voltage | 3.3V,5V |
PINOUT DIAGRAM
This table shows how the pinout on 5G NB IoT Click Board™ corresponds to the pinout on the mikroBUS socket (the latter shown in the two middle columns).
Notes | Pin | Pin | Notes | ||||
---|---|---|---|---|---|---|---|
NC | 1 | AN | PWM | 16 | NC | ||
Ignition | ON | 2 | RST | INT | 15 | RTS | Ready to Send |
Clear to Send | CTS | 3 | CS | RX | 14 | TX | UART TX (transmit) |
NC | 4 | SCK | TX | 13 | RX | UART RX (receive) | |
NC | 5 | MISO | SCL | 12 | NC | ||
NC | 6 | MOSI | SDA | 11 | NC | ||
Power Supply | 3.3V | 7 | 3.3V | 5V | 10 | 5V | Power Supply |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
ONBOARD SETTINGS AND INDICATORS
Label | Name | Default | Description |
---|---|---|---|
LD1 | LED GREEN | - | Power LED Indicator |
LD2 | CHG | - | Battery charing |
LD3 | RX/TX | - | RX/TX LED |
LD4 | ON | - | Module ON |
SW1 | ON | - | Ignition |
J1 | - | Populated 1.2.3 | PWR jumper |
Software Support
We provide a library for the 5G NB IoT Click Board™ on our LibStock page, as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Library Description
Library provides control over on pin and ability to send commands through UART module.
Key Functions
void c5gnbiot_send_cmd ( uint8_t *cmd )
- Function for sending commands to devicevoid c5gnbiot_set_on ( uint8_t state )
- Generic function for setting on pin status
Example Description
The application is composed of three sections :
- System Initialization - Initialization of UART MODULE and additional pins
- Application Initialization - Turns on device and sends initial commands
- Application Task - Checks some device parameters by sending AT commands
void application_task ( ) { c5gnbiot_send_cmd( &AT_CGATT[0] ); Delay_ms( 5000 ); c5gnbiot_send_cmd( &AT_CEREG[0] ); Delay_ms( 5000 ); }
The full application code, and ready to use projects can be found on our LibStock page.
Other mikroE Libraries used in the example:
- UART
Additional Notes and Information
Depending on the development board you are using, you may need a USB UART Click Board™, USB UART 2 Click Board™ or RS232 Click Board™ to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.
MIKROSDK
The 5G NB IoT Click Board™ is supported with mikroSDK - MikroElektronika Software Development Kit. To ensure proper operation of mikroSDK compliant Click Board™ demo applications, mikroSDK should be downloaded from the LibStock and installed for the compiler you are using.
5G NB IoT Click Board
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.