Component: LoRa (LAMBDA SX1272) (LAMBDA SX1272) (Wireless)

From Flowcode Help
Revision as of 14:12, 20 January 2023 by Wiki bot (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Author Matrix TSL
Version 1.0
Category Wireless


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

Fc9-comp-macro.png ReadReg
Reads a register on the device and returns the value read 
Fc9-u8-icon.png - BYTE Address
 
Fc9-u8-icon.png - BYTE Return


Fc9-comp-macro.png ReceiveBuffer
Attampt to read a number of bytes from the LoRa network. Returns the number of bytes received 
Fc9-u8-icon.png - BYTE Data
 
Fc9-u8-icon.png - BYTE Count
 
Fc9-u16-icon.png - UINT Timeout
Time to wait in milliseconds 
Fc9-u8-icon.png - BYTE Return


Fc9-comp-macro.png WriteReg
 
Fc9-u8-icon.png - BYTE Address
 
Fc9-u8-icon.png - BYTE Value
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png TransmitBuffer
Attampt to send a number of bytes to the LoRa network. 
Fc9-u8-icon.png - BYTE Data
Data buffer to transmit 
Fc9-u8-icon.png - BYTE Count
Number of bytes to send 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png SetFrequency
Sets the module frequency 
Fc9-u32-icon.png - ULONG Frequency
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Initialise
Starts the SPI and configures the LoRa module frequency 
Fc9-void-icon.png - VOID Return



Property reference

Fc9-prop-icon.png Properties
Fc9-conn-icon.png LoRa Properties
Fc9-type-21-icon.png Frequency
 
Fc9-conn-icon.png Connections
Fc9-type-16-icon.png Channel
SPI Channel selector 
Fc9-type-16-icon.png Prescale
Prescale option selector 
Fc9-type-5-icon.png MOSI
SPI Data Out Pin SDO - Also Known as Master Out Slave In (MOSI) when used in Master mode. 
Fc9-type-5-icon.png MISO
SPI Data In Pin SDI - Also Known as Master In Slave Out (MISO) when used in Master mode. 
Fc9-type-5-icon.png CLK
SPI Clock Pin CLK - The Clock signal is driven by the SPI master. 
Fc9-type-5-icon.png CS / SS
Chip Select / Slave Select Pin Master Mode: General purpose output pin used to select the remote SPI device. Slave Mode: Hardware chip select pin input used to select the SPI device.  
Fc9-type-5-icon.png RX Switch
 
Fc9-type-5-icon.png TX Switch
 
Fc9-conn-icon.png Simulation
Fc9-type-7-icon.png Simulate comms