-
The Enclosure
07/05/2021 at 14:09 • 0 commentsFirst I drew a case in Sketchup to get a better idea of it.
Since the parts are laser-cut from 3mm MDF, I made a layered construction.
Then I drew all the parts in QCAD and lasered them out.
-
The Sound Files
07/05/2021 at 14:00 • 0 commentsA directory with the name 01 must be created on the SD card. This has the advantage that you can create several folders (02,03....) and then simply name them 01 if necessary.
The six sound files are then placed in this folder, whereby 001.mp3 corresponds to the first button and 016.mp3 to the last button.
Sound file 020.mp3 contains the text "Battery low". I created this with Text to Speech.
030.mp3 and 031.mp3 are played randomly after a few minutes to remind you to switch off the device when it is not in use (creepy but effective).Battery Low example:
https://github.com/awall9999/ScottCom/blob/master/voice%20english/020.mp3
Power Off Example:
https://github.com/awall9999/ScottCom/blob/master/voice%20english/030.mp3
https://github.com/awall9999/ScottCom/blob/master/voice%20english/031.mp3
-
The Plan and the Prototype
07/05/2021 at 13:29 • 0 commentsThe PECS board, should support 16 buttons, so I used a matrix. For audio output I use a DF player mini with sd card. The sound files can be uploaded via the USB port. The whole thing is battery powered.
Here is the first prototype. I decided to use an Arduino pro mini 8Mhz because it only needs 3.3V.