Component: Bluetooth (E-Blocks 3) (Wireless): Difference between revisions
Appearance
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..." |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 26: | Line 26: | ||
===ConnectionStatus=== | ===ConnectionStatus=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ConnectionStatus''' | ||
|- | |- | ||
| colspan="2" | Checks to see if the Bluetooth is connected to a master device | | colspan="2" | Checks to see if the Bluetooth is connected to a master device | ||
| Line 40: | Line 40: | ||
===Initialise=== | ===Initialise=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Initialise''' | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
| Line 59: | Line 59: | ||
===ReceiveArray=== | ===ReceiveArray=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ReceiveArray''' | ||
|- | |- | ||
| colspan="2" | Read an array of bytes from the Bluetooth connection and store into the Data array. Returns the number of bytes received | | colspan="2" | Read an array of bytes from the Bluetooth connection and store into the Data array. Returns the number of bytes received | ||
| Line 83: | Line 83: | ||
===SendArray=== | ===SendArray=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SendArray''' | ||
|- | |- | ||
| colspan="2" | Send an array of bytes via Bluetooth | | colspan="2" | Send an array of bytes via Bluetooth | ||
| Line 107: | Line 107: | ||
===Uninitialise=== | ===Uninitialise=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Uninitialise''' | ||
|- | |- | ||
| colspan="2" | Shuts down Bluetooth communications. | | colspan="2" | Shuts down Bluetooth communications. | ||
| Line 122: | Line 122: | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|} | |} | ||
Latest revision as of 14:23, 13 July 2026
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Wireless |
Bluetooth (E-Blocks 3) component
A component to drive the Bluetooth functionality using the E-blocks 3 Capacitive touch display module.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
ConnectionStatus
| ConnectionStatus | |
| Checks to see if the Bluetooth is connected to a master device | |
| Return | |
Initialise
| Initialise | |
| Name | |
| Friendly device name | |
| Return | |
ReceiveArray
SendArray
| SendArray | |
| Send an array of bytes via Bluetooth | |
| Data | |
| Count | |
| Return | |
Uninitialise
| Uninitialise | |
| Shuts down Bluetooth communications. | |
| Return | |
Property reference
| Properties |
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Bluetooth_EB3_CapTouch_Display.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Bluetooth_EB3_CapTouch_Display.fcfx