Hi, i am new to Arduino. I am a student trying to start a project. The thing is, I don't know how to start and am wondering if I can get some tips.
The project I am trying to build is an Abacus. I need to read the quantity of beads in each bar, make an Arduino read it, then "speak" (I mean to output audio from the Arduino) the value somehow.
The part of reading the beads I have an idea on how to start and am confident that I could solve with time. But, the last part where it's needed to "speak", I don't know how to get a good start.
The idea I have so far is to hold audio files in a sound module, then writing code in the Arduino to make it play an specific one each time (It doesn't have to read constantly the difference in beads, I was thinking of using a button to make one read for each press). I have been doing a little research for some external parts to the Arduino, but haven't found one with documentation or tutorials of some kind.
I appreciate any suggestions or tips. Also, sorry for any typos, english is not my native language.