Difference between revisions of "Component: LoRa (LAMBDA SX1272) (Wireless)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix TSL |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray...") |
|||
Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 32: | Line 34: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 178: | Line 182: | ||
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
+ | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | LoRa Properties | ||
|- | |- | ||
|- | |- | ||
Line 185: | Line 193: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
− | | width="10%" align="center" style="background-color:# | + | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] |
− | | width="90%" style="background-color:# | + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Connections |
|- | |- | ||
|- | |- | ||
Line 229: | Line 237: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
− | | width="10%" align="center" style="background-color:# | + | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] |
− | | width="90%" style="background-color:# | + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Simulation |
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-type-7-icon.png]] | | width="10%" align="center" | [[File:Fc9-type-7-icon.png]] | ||
| width="90%" | Simulate comms | | width="90%" | Simulate comms | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
|} | |} |
Latest revision as of 17:21, 9 November 2022
Author | Matrix TSL |
Version | 1.0 |
Category | Wireless |
Contents
LoRa 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 Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable 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 |