User manual

Ausgabe 27.12.2017 Copyright by Joy-IT 15
3
Talking-Pi
Please note that the les to be executed must sll be created by you in the corresponding folders.
You can of course dene as many les as you need.
In our standard conguraon we have dened the following les for execuon.
These can be used for your personal conguraon.
Display-Control:
File locaon: /home/pi/I2C-LCD/[YourFile].py
Example:
Sound-Output:
File locaon: /home/pi/GassistPi/src/resources/[IhreTonDatei].wav
Other executable files:
File locaon: /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.
Aer restarng 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)