Component: Zigbee (BL0152) (E-blocks 2)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 1.0 |
Category | E-blocks 2 |
Contents
- 1 Zigbee component
- 2 Component Source Code
- 3 Detailed description
- 4 Examples
- 5 Macro reference
- 5.1 ConnectFromLibrary
- 5.2 ConnectToAddress
- 5.3 ConnectToAll
- 5.4 ConnectToCoordinator
- 5.5 ConnectToName
- 5.6 EnterCommandMode
- 5.7 ExitCommandMode
- 5.8 GetATResponse
- 5.9 GetSignalLevel
- 5.10 InitNetwork
- 5.11 NodeConfigureSleep
- 5.12 NodeWake
- 5.13 ReadATResponse
- 5.14 ReadAddressFromBuffer
- 5.15 ReadNameFromBuffer
- 5.16 ReceiveChar
- 5.17 RestartNetwork
- 5.18 ScanBuffer
- 5.19 ScanNetwork
- 5.20 SendATCommand
- 5.21 SendChar
- 5.22 StoreParams
- 6 Property reference
Zigbee component
Component Source Code
Please click here to download the component source project: FC_Comp_Source_EBlocks2_Zigbee_BL0152_2d.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_EBlocks2_Zigbee_BL0152_2d.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
ConnectFromLibrary
![]() |
ConnectFromLibrary |
Attempts to connect the data channel to a known device on the network. | |
![]() |
Mode |
![]() |
Device |
![]() |
Return |
ConnectToAddress
![]() |
ConnectToAddress |
Attempts to connect the data channel to a specific device address on the network. | |
![]() |
Address |
![]() |
Return |
ConnectToAll
![]() |
ConnectToAll |
Attempts to connect the data channel to all devices on the network. | |
![]() |
Return |
ConnectToCoordinator
![]() |
ConnectToCoordinator |
Attempts to connect the data channel to the network coordinator node. | |
![]() |
Return |
ConnectToName
![]() |
ConnectToName |
Attempts to connect the data channel to a named device on the network. | |
![]() |
Name |
![]() |
Return |
EnterCommandMode
![]() |
EnterCommandMode |
Moves from data mode into command mode by sending the special characters | |
![]() |
Return |
ExitCommandMode
![]() |
ExitCommandMode |
Returns from command mode to allow data to be sent and received | |
![]() |
Return |
GetATResponse
![]() |
GetATResponse |
Waits for a response from the Zigbee module. If the Logging parameter is set then the response is stored in memory allowing the software to read the reply. | |
![]() |
Logging |
![]() |
Return |
GetSignalLevel
![]() |
GetSignalLevel |
Returns the signal strength of the last signal received | |
![]() |
Return |
InitNetwork
![]() |
InitNetwork |
Initialises the Zigbee module and attempts to setup or join the network | |
![]() |
Return |
NodeConfigureSleep
NodeWake
![]() |
NodeWake |
Wakes up the local Zigbee module from sleep mode. | |
![]() |
Return |
ReadATResponse
![]() |
ReadATResponse |
Reads a single byte from the received AT command response. | |
![]() |
idx |
Specified the byte index in the buffer. Range 0-15 | |
![]() |
Return |
ReadAddressFromBuffer
![]() |
ReadAddressFromBuffer |
Reads a byte from a 16-bit Zigbee device address | |
![]() |
Device |
![]() |
Idx |
![]() |
Return |
ReadNameFromBuffer
![]() |
ReadNameFromBuffer |
Returns a byte from the 8-Byte name | |
![]() |
Device |
The Device name to collect. Range: 0-7 | |
![]() |
Idx |
The index position of the name. Range: 0-7 | |
![]() |
Return |
ReceiveChar
![]() |
ReceiveChar |
Attempt to receive a byte from the Zigbee module. | |
![]() |
nTimeout |
![]() |
Return |
RestartNetwork
![]() |
RestartNetwork |
Attempts to restart the network | |
![]() |
Return |
ScanBuffer
![]() |
ScanBuffer |
Returns a binary list of matched identifier names | |
![]() |
Compare_Str |
![]() |
Length |
![]() |
Return |
ScanNetwork
SendATCommand
![]() |
SendATCommand |
Transmits a string of values to the Zigbee module. | |
![]() |
Command |
Transmits a command to the Zigbee module followed by a carriage return | |
![]() |
Return |
SendChar
![]() |
SendChar |
Transmits a byte value to the Zigbee module. | |
![]() |
Byte |
Data byte to transmit. Range 0-255 | |
![]() |
Return |
StoreParams
![]() |
StoreParams |
Stores the current register set into the Zigbee module's non volatile memory | |
![]() |
Return |