Iron Man is a fictional comic book character published by Marvel Comics. His true identity is that of businessman and billionaire Tony Stark, who uses high-tech armor in the fight against crime.
Material- Arduino Uno
- 4-channel relay board
- Ultrasonic module
- 330 ohm resistor
- Modulo mini MP3 player
- Cable p2
The purpose of this project is to bring an Iron Man doll to life. We use an Ardudino Uno to control everything. When programming, we use the MP3 DFPlayer library and call the function random () to make the choices of the Iron Man audio files.
The audio was taken from Tony Stark's pessimistic films, and were renamed with numbers (001, 002, 003) to be performed by the MP3 module. Link of some auddio files: https://github.com/Sandromesquita/audioIronMan
When a person approaches (about 1.3m), the ultrasonic module identifies and commands the Arduino to call a BURF command (MP3 play command).
Circuit
Comments