Component: LoRa (LAMBDA SX1272) (LAMBDA SX1272) (Wireless)
From Flowcode Help
Jump to navigationJump to searchAuthor | 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. Compatible with the LoRaWan network when used with an additional protocol layer.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_LoRa_Lambda.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_LoRa_Lambda.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Initialise
![]() |
Initialise |
Starts the SPI and configures the LoRa module frequency | |
![]() |
Return |
ReadReg
![]() |
ReadReg |
Reads a register on the device and returns the value read | |
![]() |
Address |
![]() |
Return |
ReceiveBuffer
![]() |
ReceiveBuffer |
Attempt to read a number of incoming bytes. Returns the number of bytes received | |
![]() |
Data |
![]() |
Count |
![]() |
Timeout |
Time to wait in milliseconds | |
![]() |
Return |
SetFrequency
![]() |
SetFrequency |
Sets the module frequency | |
![]() |
Frequency |
![]() |
Return |
TransmitBuffer
![]() |
TransmitBuffer |
Attempt to send a number of bytes to be transmitted. | |
![]() |
Data |
Data buffer to transmit | |
![]() |
Count |
Number of bytes to send | |
![]() |
Return |
WriteReg
![]() |
WriteReg |
![]() |
Address |
![]() |
Value |
![]() |
Return |