Difference between revisions of "Component: RF 2.4GHz (nRF24L01) (Wireless)"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==RF 2.4GHz component== | ==RF 2.4GHz component== | ||
A simple RF communications module based on the 2.4GHz nRF24L01 modules. | A simple RF communications module based on the 2.4GHz nRF24L01 modules. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | COMMSB | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 32: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 16:30, 7 January 2022
Author | Matrix Ltd. |
Version | 2.0 |
Category | Wireless |
Contents
RF 2.4GHz component
A simple RF communications module based on the 2.4GHz nRF24L01 modules.
Component Pack
COMMSB
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
ReadRxByte |
Reads a single byte back from the local Rx buffer. | |
![]() |
Index |
Byte to read, range 0 - 31 | |
![]() |
Return |
![]() |
WriteTxByte |
Reads a single byte to the local Tx buffer. | |
![]() |
Index |
Byte to read, range 0 - 31 | |
![]() |
Value |
![]() |
Return |
![]() |
FlushRx |
Tells the RF module to flush the contents of the receive buffer. Returns the status from sending the command. | |
![]() |
Return |
![]() |
WriteTxFifo |
Writes the contents of the local Tx buffer to the Transmit FIFO. | |
![]() |
NumBytes |
Number of bytes to write to the FIFO, Range 1 - 32 | |
![]() |
Return |
![]() |
FlushTx |
Tells the RF module to flush the contents of the transmit buffer. Returns the status from sending the command. | |
![]() |
Return |
![]() |
CheckRX |
Check the Rx FIFO status register for any new data. Returns 0 = No data Returns 1 = New data available | |
![]() |
Return |
![]() |
ReadRegister |
Reads a single bytes from the selected register. Directly returns the value read back from the register. | |
![]() |
Reg |
Register address to access | |
![]() |
Return |
![]() |
WriteRegister |
Writes a single byte to the selected register. Returns the status of the write command. | |
![]() |
Reg |
Register address to access | |
![]() |
Value |
![]() |
Return |