Hey everyone. I'm new with Arduino and I'm excited to start building. I'm in a competition called Science Olympiad and I'm building a Rube Goldberg machine. I would like to implement an Arduino One to play a single track that says "The end."
I would like to activate this sound without the use of a button, for example, with a thermistor or with IR. I have an NTC thermistor, and the IR transmitter and receiver diodes (neither are a remote) are arriving soon. My idea is to basically just have the sound module activated when it gets a "HIGH" signal due to an IR pulse from a transmitter diode (connected to a separate circuit and Arduino) or from a reading of an NTC thermistor's resistance.
I have watched several YouTube tutorials on MP3 sound modules and they all use either the DFPlayer or the Elechouse MP3 shield, but in the videos they are always controlled with push buttons or IR remotes. I would prefer to use the DFPlayer or another cheap alternative, and I would like to do this without push buttons. Thanks!!