Difference between revisions of "Component: LoRa (LAMBDA SX1272) (LAMBDA SX1272) (Wireless)"
From Flowcode Help
Jump to navigationJump to searchLine 81: | Line 81: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
Line 87: | Line 89: | ||
==Macro reference== | ==Macro reference== | ||
+ | ===ReadReg=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 105: | Line 108: | ||
+ | ===ReceiveBuffer=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 133: | Line 137: | ||
+ | ===WriteReg=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 156: | Line 161: | ||
+ | ===TransmitBuffer=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 179: | Line 185: | ||
+ | ===SetFrequency=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 197: | Line 204: | ||
+ | ===Initialise=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- |
Revision as of 11:51, 3 February 2023
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. 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
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 |
WriteReg
![]() |
WriteReg |
![]() |
Address |
![]() |
Value |
![]() |
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 |
SetFrequency
![]() |
SetFrequency |
Sets the module frequency | |
![]() |
Frequency |
![]() |
Return |
Initialise
![]() |
Initialise |
Starts the SPI and configures the LoRa module frequency | |
![]() |
Return |