|
| 1 | +.. zephyr:board:: rak3112 |
| 2 | +
|
| 3 | +Overview |
| 4 | +******** |
| 5 | + |
| 6 | +The RAK3112 is a low-power, long-range LoRaWAN module based on the |
| 7 | +Espressif ESP32-S3 MCU with an integrated Semtech SX1262 LoRa |
| 8 | +transceiver. Supporting LoRa, BLE, and Wi-Fi, this module is ideal for |
| 9 | +various IoT applications such as home automation, sensor networks, |
| 10 | +building automation, and other IoT network applications. |
| 11 | + |
| 12 | +Hardware |
| 13 | +******** |
| 14 | + |
| 15 | +It is designed for easy access to the pins on the board and to simplify the evaluation of the RAK3112 |
| 16 | +module. |
| 17 | + |
| 18 | +The main hardware features are: |
| 19 | + |
| 20 | +- RAK3112 based on Espressif ESP32-S3, dual-core Xtensa® LX7 CPU up to 240 MHz |
| 21 | +- Semtech SX1262 for LoRa® modulations |
| 22 | +- Integrated 2.4 GHz Wi-Fi (802.11 b/g/n) and Bluetooth® LE 5 |
| 23 | +- 512 KB of SRAM and 384 KB of ROM on the chip |
| 24 | +- IPEX connectors for the antennas |
| 25 | +- I/O ports: |
| 26 | + |
| 27 | + - UART |
| 28 | + - I2C |
| 29 | + - SPI |
| 30 | + - GPIO |
| 31 | + - ADC |
| 32 | + |
| 33 | +.. image:: img/pinout.webp |
| 34 | + :align: center |
| 35 | + :alt: RAK3112-pinout |
| 36 | + |
| 37 | +For more information about the RAK3112 stamp module: |
| 38 | + |
| 39 | +- `WisDuo RAK3112 Website`_ |
| 40 | +- `Espressif ESP32-S3 Website`_ |
| 41 | + |
| 42 | +Supported Features |
| 43 | +================== |
| 44 | + |
| 45 | +.. zephyr:board-supported-hw:: |
| 46 | +
|
| 47 | +System requirements |
| 48 | +******************* |
| 49 | + |
| 50 | +Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command |
| 51 | +below to retrieve those files. |
| 52 | + |
| 53 | +.. code-block:: console |
| 54 | +
|
| 55 | + west blobs fetch hal_espressif |
| 56 | +
|
| 57 | +.. note:: |
| 58 | + |
| 59 | + It is recommended running the command above after :file:`west update`. |
| 60 | + |
| 61 | +Programming and Debugging |
| 62 | +************************* |
| 63 | + |
| 64 | +.. zephyr:board-supported-runners:: |
| 65 | +
|
| 66 | +.. include:: ../../../espressif/common/building-flashing.rst |
| 67 | + :start-after: espressif-building-flashing |
| 68 | + |
| 69 | +.. include:: ../../../espressif/common/board-variants.rst |
| 70 | + :start-after: espressif-board-variants |
| 71 | + |
| 72 | +References |
| 73 | +********** |
| 74 | + |
| 75 | +.. target-notes:: |
| 76 | + |
| 77 | +.. _WisDuo RAK3112 Website: |
| 78 | + https://docs.rakwireless.com/Product-Categories/WisDuo/RAK3112-Module/Overview/ |
| 79 | + |
| 80 | +.. _Espressif ESP32-S3 Website: |
| 81 | + https://www.espressif.com/en/products/socs/esp32-s3 |
0 commit comments