Close

Component Selection

A project log for TalkPal - Configurable Speaking Clock

My foray into the world of segment-based speech synthesis

torbjrn-lindholmTorbjörn Lindholm 04/16/2019 at 16:330 Comments

Okay, let's begin.

Time to select our components!

For the main board, I'm currently using Arduino Uno because that's what I have but if required I may move to Arduino Mega 2560 (either compatible board or 3D printer controller board which basically is Arduino Mega with extra hardware thingamajigs)

For the display, I have few selections:

For the speakers I plan to use 0.5~1W paper cone speaker with the venerable 2W tiny amp with adjustable volume.

For the nighttime dimming function I'll just use a transistor circuit. I don't think it needs any fancy microcontroller features but if I have any pins left and if I don't muck the code up too much I might add the fancy PWM dimming.

Discussions