User manual
Ausgabe 27.12.2017 Copyright by Joy-IT 15
3
Talking-Pi
Please note that the les to be executed must sll be created by you in the corresponding folders.
You can of course dene as many les as you need.
In our standard conguraon we have dened the following les for execuon.
These can be used for your personal conguraon.
Display-Control:
File locaon: /home/pi/I2C-LCD/[YourFile].py
Example:
Sound-Output:
File locaon: /home/pi/GassistPi/src/resources/[IhreTonDatei].wav
Other executable files:
File locaon: /home/pi/TalkingPi_Befehle/
File format: .sh
Note: The individual command les are subdivided into the following folders: Projector, Light, Computer
and Receiver.
You can of course add more categories.
However, please make sure that you specify them correctly when referencing les.
Aer restarng your Talking-Pi, your new voice command should be recognized and processed
successfully.
import lcddriver
from time import *
lcd = lcddriver.lcd()
lcd.lcd_clear()
lcd.lcd_display_string("+++ Ausgabe +++", 1)
lcd.lcd_display_string("+Ich bin eine Ausgabe+", 2)