Skip to main content
Module: Pro

Features

With this module you can communicate with LoRa and locate yourself with GNSS. It integrates a LoRa E80-900M2213S (LR1121) module from Ebyte and a GNSS MAX-M10S module from U-Blox. We are working on the integration with Meshtastic.

Connection with the Kode Dot

Connection scheme

LoRa module

The Ebyte E80-900M2213S module is connected to the ESP32-S3 as follows:

GNSS module

The GNSS MAX-M10S module is connected to the ESP32-S3 as follows:

Code examples

Communication with LoRa

lora_test.ino

Location with GNSS

For using the GNSS module, we recommend using the library SparkFun u-blox GNSS

Use by I2C

This code is an example of how to use the GNSS module via I2C.
gnss_test_I2C.ino

Use by UART

This code is an example of how to use the GNSS module via UART.
gnss_test_UART.ino

Download of examples

You can test the code examples using the Arduino IDE or the ESP-IDF IDE or download the codes in our drive: Examples of code from the Radio module