Skip to the content.

RAK7205

The RAK 7205 is a board containing the RAK811 module, which in turn contains the ST STM32L151CBU6A micro processor, the Semtech SX1276 LoRa chip as well as a 3200mAh battery and a solar cell for charging it. It has the following peipherials:

Requirements

Connection

Registration at the LPNP

To get the required information for registering a device at the LPNP, run the command at+get_config=lora:status. It will output the following data:

Transmission of sample data

To transmit sample data, send at+send=lora:1:123456.

Send interval

Use at+set_config=lora:send_interval:1:120 to set the send interval to 120 seconds.

Firmware upgrade

To upgrade the firmware, upload your source code as a zip file to the RUI Online Compiler. Select RAK811-H as the product and run the compiler.

To put the device into DFU mode, run the command at+set_config=device:boot. It should print <BOOT MODE>. Disconnect the serial console and run the RAK Device Firmware Upgrade Tool to flash the new firmware to the device. Reconnect the serial console after you are done. You may need to run at+run to start the device.