RAK11160
Overview
RAK11160 is a WisDuo module based on the STM32WLE5 MCU with integrated LoRa transceiver. It uses an Espressif ESP8684H2 co-processor to support Bluetooth and WiFi connectivity. This module is ideal for various IoT applications such as home automation, sensor networks, building automation, and other IoT network applications.
Hardware
The module has below hardware features: - STM32WLE5CC MCU with LPWAN single-core Cortex®-M4 at 48 MHz - 256-Kbyte Flash memory and 64-Kbyte SRAM - RF transceiver LoRa® modulations - Hardware encryption AES256-bit and a true random number generator - SMA connectors for the LORA antenna and BLE/WiFi antenna - 32-bit single core RISC-V ESP8684 MCU - 2 MB in ESP8684 MCU flash - ESP8684 MCU support 802.11b/g/n - A Bluetooth LE subsystem that supports features of Bluetooth 5 and Bluetooth Mesh
For more information about the RAK3112 stamp module:
Supported Features
The rak11160 board supports the hardware features listed below.
- on-chip / on-board
- Feature integrated in the SoC / present on the board.
- 2 / 2
-
Number of instances that are enabled / disabled.
Click on the label to see the first instance of this feature in the board/SoC DTS files. -
vnd,foo -
Compatible string for the Devicetree binding matching the feature.
Click on the link to view the binding documentation.
Building & Flashing
The rak11160 board supports the runners and associated west commands listed below.
| flash | debug |
|---|
Connect the board to your host computer and build and flash an application. The sample application Hello World is used for this example. Build the Zephyr kernel and application, then flash it to the device:
# From the root of the zephyr repository
west build -b rak11160 samples/hello_world
west flash
Run a serial terminal to connect with your board. By default, usart1 is
accessible via the USB to TTL converter.
Speed: 115200
Data: 8 bits
Parity: None
Stop bits: 1
Hello World! rak11160/stm32wle5xx