Component: LoRa (LAMBDA SX1272) (LAMBDA SX1272) (Wireless)
From Flowcode Help
Jump to navigationJump to search
Author | Matrix TSL |
Version | 1.0 |
Category | Wireless |
Contents
LoRa (LAMBDA SX1272) component
Component to drive the LAMBDA LoRa Transciever module from RF Solutions. Uses an SPI bus connection to the microcontroller. Uses the Semtech SX1272 Transciever IC.
Component Source Code
Please click here for the component source code: FC_Comp_Source_LoRa_Lambda.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
![]() |
ReadReg |
Reads a register on the device and returns the value read | |
![]() |
Address |
![]() |
Return |
![]() |
ReceiveBuffer |
Attampt to read a number of bytes from the LoRa network. Returns the number of bytes received | |
![]() |
Data |
![]() |
Count |
![]() |
Timeout |
Time to wait in milliseconds | |
![]() |
Return |
![]() |
WriteReg |
![]() |
Address |
![]() |
Value |
![]() |
Return |
![]() |
TransmitBuffer |
Attampt to send a number of bytes to the LoRa network. | |
![]() |
Data |
Data buffer to transmit | |
![]() |
Count |
Number of bytes to send | |
![]() |
Return |
![]() |
SetFrequency |
Sets the module frequency | |
![]() |
Frequency |
![]() |
Return |
![]() |
Initialise |
Starts the SPI and configures the LoRa module frequency | |
![]() |
Return |