For the application to work with the combat system, you need HC-12 module (e.g. Hailege HC-12 433Mhz SI4438 Wireless Transceiver) connected to PC via USB to UART TTL converter (e.g. CP2102 MICRO USB to UART TTL Convert Module).
Optionally, install a separate 433mhz antenna to better reception.
NAME:
fpvc-lady - FPV Combat Events Announcer
USAGE:
fpvc-lady [global options] command [command options]
VERSION:
0.0.0
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--port value Port name where HC12 is connected to. (default: "auto") [$PORT]
--speak value Text-to-speech command: [system], google, none or any other command to convert text to speech. (default: "system") [$SPEAK]
--speak-lives Speak lives. (default: false) [$SPEAK_LIVES]
--speak-cheers Speak cheers. (default: false) [$SPEAK_CHEERS]
--help, -h show help
--version, -v print the version
When --speak=google
, must have mplayer
or ffplay
installed.
Macs have male voice by default, use command below to switch to a female voice.
fpvc-lady-darwin-amd64-x.x.x --speak "say -v samantha"
- Create a folder of your choice - we will use "D:\FPV-COMBAT\lady" in this example
- place fpvc-lady-windows-amd64-X.X.X.exe in that folder
- Create a Shortut on your Desktop
- Target: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit "D:\FPV-COMBAT\lady\fpvc-lady-windows-amd64-0.3.0.exe --port COM3"
- Exchange COM3 with the port that your CP2102 module uses when plugged in
- add arguments according to your needs - refer to global options above
- Execute in: "D:\FPV-COMBAT\lady"
- Target: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit "D:\FPV-COMBAT\lady\fpvc-lady-windows-amd64-0.3.0.exe --port COM3"
- Replace the standard Icon with our loveley Combat Lady Icon
Good luck!