Difference between revisions of "Component: Voice Recognition (V3) (Sensors)"
(8 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
==Component Source Code== | ==Component Source Code== | ||
− | Please click here | + | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_VoiceRecognitionELECHOUSEV3.fcfx FC_Comp_Source_VoiceRecognitionELECHOUSEV3.fcfx] |
+ | |||
+ | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_VoiceRecognitionELECHOUSEV3.fcfx FC_Comp_Source_VoiceRecognitionELECHOUSEV3.fcfx] | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Line 40: | Line 52: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Line 70: | Line 92: | ||
{{fcfile|ColourPicker.zip|ColourPicker}} | {{fcfile|ColourPicker.zip|ColourPicker}} | ||
− | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==Macro reference== | ||
+ | |||
+ | ===Initialise=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 83: | Line 116: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
− | |||
− | |||
Latest revision as of 13:13, 7 February 2023
Author | Matrix TSL |
Version | 1.0 |
Category | Sensors |
Contents
Voice Recognition component
Module supporting up to 7 active voice commands controlled via a serial UART interface. Commands are trained into the module by the user so as to be speaker-dependent.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_VoiceRecognitionELECHOUSEV3.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_VoiceRecognitionELECHOUSEV3.fcfx
Detailed description
No detailed description exists yet for this component
Examples
These examples are designed to work with a 4D systems display pre-programmed with the VISI Genie runtime files. These files are also included in the example archives to allow you to easily replicate the project.
The 4D display can either be connected to the PC running Flowcode using the 4D USB cable or connected to an embedded Microcontroller using a hardware or software UART. If you are using the Flowcode simulation to communicate with the Visi component then be sure to set the Visi COM port property to the COM port assigned by Windows to the 4D USB Cable.
The Console window should also show some helpful information to aid in debugging any problems.
The first example demonstrates a simple rocker switch Visi component.
RockerSwitch
The second example demonstrates controlling the colour of an RGB LED using the Visi colour picker component.
ColourPicker
Macro reference
Initialise