Getting sensor data when there is a change on it

Hi,

As I see RAK5010 models send sensor data at certain times with time interval command. Do I have any chance to force device to send sensor data (i.e. pressure sensor) to my server when there is a change on that sensor?

I tried to check all topics if there is a related one about this but i didn’t see anyone. If there is one sorry about that in advance.

Best regards,
Enes

Hi @kladen ,

The default FW will not be able to achieve that.

Your few options:

  1. Use external MCU that will get the reading then send to the server via AT command.
  2. Use RAK5010 via Micropython or Arduino and develop your own code.
  3. Use RUI to modify the default RAK5010 firmware.