RAK3272-SiP Breakout Board AT Command Manual
Introduction
RAK3272-SiP Breakout Board is based on STM32WLE5x single-core chip and it is designed to simplify LoRaWAN and LoRa point-to-point (P2P) communication. To integrate LoRa technology into your projects, the RAK3272-SiP firmware is implemented with an easy-to-use UART communication interface, based on AT commands. Through these AT commands, you can set the parameters needed for LoRa P2P and LoRaWAN communication. You can also use any microcontroller with a UART interface to control the RAK3272-SiP board.
The UART serial communication is available on UART2, using Pin 7 (UART2 TX) and Pin 8 (UART2 RX) of the J3 header. The default UART2 communication settings are 115200 baud rate, 8 data bits, no parity, and 1 stop bit (8-N-1). Firmware upgrades can also be performed through this port. For details on the module's pin distribution and a reference application schematic, consult the RAK3272-SiP Breakout Board Datasheet.
RUI3 AT Command List
The RAK3272-SiP Breakout Board default firmware is based on RUI3 (RAKwireless Unified Interface V3). You can access the AT command via UART2 by default.
The complete list of commands can be found in RUI3 AT Commands Documentation.
In addition, aside on UART2, AT commands can also be interfaced via UART1 in J4 header Pin 5 (UART1_RX) and Pin 6 (UART1_TX). You can configure the settings of UART1 and UART2 interfaces via RUI3 Serial Operating Modes.