Name: Liz Franson
Where you live: Chicago, Illinois, USA
Did you attend university? University of Chicago
What are your favorite electronics projects from element14 presents or youtube
https://www.youtube.com/watch?v=GS9A1JuOKE8&list=PLs9pGH4RJq5fpp_AtdFE4cmGpcJr95NLX&index=1
Episode 410: MacPro G5 Cheese Grater with Raspberry Pi 4
https://www.youtube.com/watch?v=T0JN2DOCmFU
https://www.youtube.com/watch?v=8JrqH2oOTK4&list=PLs9pGH4RJq5fpp_AtdFE4cmGpcJr95NLX&index=43
https://www.youtube.com/watch?v=M1B3gATS0GE&list=PLs9pGH4RJq5fpp_AtdFE4cmGpcJr95NLX&index=63
Tell us about your project:
It's a catapult alarm clock! what better way to wake up than to have a catapult launch a remote control necessary to turn off the infernal buzzer blaring in your ears across the room. This project uses an Arduino uno, rtc, ir remote, dc motor, buzzer and of course a catapult made from household materials to make your mornings a little more interesting. This is my first time documenting a larger project, so hopefully, it makes sense and you learn about things besides my hatred of buzzers and desire to somehow make a servo work on the catapult.
Parts list
For circuit
Arduino uno
6 aa batteries
Battery pack with jack
2 npn transistors
Diode
3 220 resistors
potentiometer
Passive buzzer
Dc motor
Ir receiver and remote
Ds3231 rtc
16x2 lcd screen
Breadboard
Lots of connectors
For catapult
4x old gift cards
Cd case
Popsicle sticks
Rubber bands
Mechanical pencil end
String
2 large 1 small bottle cap
Dc motor
Plastic gears
Wooden axle (cut from skewer)
Piece of construction board to hold motor parts
Are there any links or files you'd like to provide that support your project? Code snips, 3d print files, etc.
code is attached as a zip file, along with a diagram of the catapult, breadboard schematic, and helpful links for the parts used
.https://www.tutorialspoint.com/arduino/arduino_dc_motor.htm dc motor tutorial
https://github.com/fochica/fochica-wiki/wiki/Passive-buzzer-guide passive buzzer guide
https://www.circuitbasics.com/arduino-ir-remote-receiver-tutorial/ ir remote tutorial, includes finding your remote protocol, printing hex codes, and printing to lcd, libraries
https://lastminuteengineers.com/ds3231-rtc-arduino-tutorial/ rtc ds3231 tutorial
https://lastminuteengineers.com/arduino-1602-character-lcd-tutorial/ 16x2 lcd screen tutorial
https://github.com/adafruit/RTClib rtc library, includes examples for dsr3231
https://bitbucket.org/teckel12/arduino-new-tone/downloads/ new tone library
Your Project video:
Top Comments