项目作者: midasgossye

项目描述 :
Open source Frsky telemetry dashboard using RPi with TTS functionality
高级语言: Python
项目地址: git://github.com/midasgossye/frsky_dash.git
创建时间: 2020-04-10T12:48:44Z
项目社区:https://github.com/midasgossye/frsky_dash

开源协议:

下载


frsky_dash

Example setup

A DIY Frsky telemetry dashboard with Text-To-Speech functionality. Using a RPi to decode the signals sent by the Frsky XJT module and calling out the battery voltage, RSSI level, … using pico2wave TTS.

Getting the TTS working

In my experience Pico Text to Speech is one of the best free offline TTS programs out there for linux. An overview of available TTS packages for the RPi can be found here).

Unfortunately the required packages for the pico text to speech are no longer part of the standard raspbian distro.
By following these steps you can download and install the required packages from the older raspbian distro. This method has been tested and proved to be working on raspbian/debian buster February 2020 with a raspberry pi zero V1.3 (source bugs.launchpad.net)

  1. wget http://archive.raspberrypi.org/debian/pool/main/s/svox/libttspico-utils_1.0+git20130326-3+rpi1_armhf.deb
  2. wget http://archive.raspberrypi.org/debian/pool/main/s/svox/libttspico0_1.0+git20130326-3+rpi1_armhf.deb
  3. sudo apt-get install -f ./libttspico0_1.0+git20130326-3+rpi1_armhf.deb ./libttspico-utils_1.0+git20130326-3+rpi1_armhf.deb