Is RUI not compatible with Rak5010?

Issue: Cannot find documentation regarding custom firmware for Rak5010

Setup: Rak5010, Arduino IDE.

Details: I need to configure my Rak5010 board to read all inbuilt sensor data and send to my MQTT server as JSON. I cannot find any documentation on this, and as per my knowledge Rak5010 has no RUI support. How can I achieve this? Is it possible with just AT commands or other workaround?

At the moment RAK5010 is supported by our old RUI V2 which has an online compiler ==> https://build.rakwireless.com

Example code for RAK5010 with RUI V2 can be found in our Github repo Products_practice_based_on_RUI_v2.0

Support from RUI3 is in planning, but not yet available.

Thank you for that. I have a few questions.

  1. Is there any way I can configure my Rak5010 to periodically send sensor data to my mqtt server through just AT command configuration?
  2. If not, any online documentation/resources for achieving the same with custom firmware with RUI 2?

Yes, you can enable automatic sending with at+set_config=cellular:send_interval:x:y
where x = 0 is disable, x = 1 = enable
where y = time in milliseconds

But read this thread, as when it is enabled, it is difficult to connect to the RAK5010 over AT commands.