RUI3 (RAK Unified Interface 3) - RAK4631
rak1910

Public Member Functions

 rak1910 ()
 
RAK1910_status status ()
 
bool init ()
 This function enabled the RAK1910 sensor and puts the device into standby mode / sleep mode for lowest power consumption. More...
 
bool update ()
 This function will trigger the RAK1910 to update the longitute and latitude values, after the values are updated theRAK1910 will go back to power saving mode. More...
 
float latitude ()
 This function will trigger the RAK1910 to return the latest latitude value. More...
 
float longitude ()
 This function will trigger the RAK1910 to return the latest longitude value. More...
 
float altitude ()
 
float speed ()
 
float hdop ()
 

Constructor & Destructor Documentation

◆ rak1910()

rak1910 ( )

Member Function Documentation

◆ status()

RAK1910_status status ( )

◆ init()

bool init ( )

This function enabled the RAK1910 sensor and puts the device into standby mode / sleep mode for lowest power consumption.

Returns
bool True if successfully query and identify RAK1910 module. FALSE if RAK1910 init failed

◆ update()

bool update ( )

This function will trigger the RAK1910 to update the longitute and latitude values, after the values are updated theRAK1910 will go back to power saving mode.

Returns
True if values updated successfully. FALSE if update failed

◆ latitude()

float latitude ( )

This function will trigger the RAK1910 to return the latest latitude value.

Returns
float

◆ longitude()

float longitude ( )

This function will trigger the RAK1910 to return the latest longitude value.

Returns
float

◆ altitude()

float altitude ( )

◆ speed()

float speed ( )

◆ hdop()

float hdop ( )