Hi Ya’akov, I have managed to buy exactly the same sound detector modules used in the project, however, I could not find the stepper motor driver. So I am stuck with the one I haveThe stepper driver you have needs the Stepper library. You have to combine the calls to the library with the code for the sound detection. So, instead of the two pins, you will need to make that two functions like step_direction() and step_move() that use the library calls to do what the program thinks the pins do.
It's really not too hard, but it may be daunting for a beginner. I will try to get a chance to make it work, ASAP.


