Skip to main content
RUI banners

The RAKwireless Unified Interface V3 (RUI3) is designed to help IoT developers make their IoT products faster. It is compatible with RAK LPWAN modules and supports the standard AT Commands and the Binary Mode. The Binary mode is an improved version of the AT command with its efficient byte-array-based protocol and implementation of checksum. RUI3 also allows you to create your own custom firmware using RUI3 APIs that are compatible with popular IDEs like Arduino and Visual Studio. With custom firmware, you will not need any external host microcontroller or microprocessor, which can save you cost, circuit board space, and current consumption.

RUI3 v3.1.0 Release Note

December 20, 2021
3.1.0

Added

No.FeatureDescriptionReference
1Support Button DFU via UART1 TX pin--

Changed

No.FeatureDescriptionReference
1AT+MASK behavior from 8 to be 8+1 for US915/AU915-AT Command Manual
2Remove the power-consuming auto hello mechanism--
3Change the behavior of the following commands:
   - AT+JN1DL
   - AT+JN2DL
   - AT+RX1DL
   - AT+RX2DL
-AT Command Manual
4Change the default port of transport mode from 130 to 1-AT Command Manual
5Change the output format of AT+LTIME-AT Command Manual
6Change the output format of LoRaWAN asynchronous event-AT Command Manual
7Change AT+DEUI to AT+DEVEUI and AT+DADDR to AT+DEVADDR-AT Command Manual
AT Command Manual
8Modify the design of the following command:
   - AT+SN
   - AT+FSN
   - AT+FACTORY
--
9Change the transparent mode AT command from AT+PAM to ATD--
10Remove the command name in all the reply content--
11Change the delimiter of AT command from **,** to **:**--
12Modify AT CMD handler of the following AT command for API mode:
   - AT+JN1DL
   - AT+JN2DL
   - AT+RX1DL
   - AT+RX2DL
   - AT+RX2FQ
--

Fixed

Daily Build No. / Bug No.Description
Bug #637AT+LSTMULC will cause an unrecoverable/unstoppable print event
Bug #627RX2 parameter may not be updated by NS via RXParamSetReq
Bug #626Over-length uplink frame will cause unexpected uplink event
Bug #621Join process was stopped while 500 kHz channels were all disabled
-Fix can't wakeup from external wakeup source problem
Bug #628DUT won't actively trigger a uplink event after receiving a confirmed downlink message
-Fix AT+BUILDTIME
Bug #512AnalogRead() return should be 0~1023