element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
#badass Online Film Festival
  • Challenges & Projects
  • element14 presents
  • #badass Online Film Festival
  • More
  • Cancel
#badass Online Film Festival
Documents #badass Woman Project Entry - Liz Franson
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join #badass Online Film Festival to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: kellyhensen
  • Date Created: 13 Apr 2020 3:08 PM Date Created
  • Last Updated Last Updated: 19 May 2020 4:18 PM
  • Views 4654 views
  • Likes 20 likes
  • Comments 17 comments
Related
Recommended

#badass Woman Project Entry - Liz Franson

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:

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

Attachments:
image
image
catapultalarmclock.zip
  • clock
  • lcd
  • arduino uno
  • badass
  • badass women makers and engineers
  • buzzer
  • rtc
  • ds3231
  • catapult
  • ir remote
  • alarm clock
  • alarm
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • thelizardwizard
    thelizardwizard over 5 years ago in reply to davedarko +4
    Thanks! i debated using a second arduino, but ultimately decided it was easier to connect the motor instead. I know there are some (currently still mysterious to me) ways to change timers in the code …
  • thelizardwizard
    thelizardwizard over 5 years ago in reply to rocits +3
    Thank you, im glad you like it! i actually dont have a youtube channel as of now, since this is my first time recording and publishing a video of myself making one of my projects. But i really enjoyed…
  • cstanton
    cstanton over 5 years ago in reply to mayermakes +2
    What if it catapulted bacon at you?
  • casslind1986
    casslind1986 over 5 years ago

    That's really cool!! Prob the only thing that would make me get out of bed! I hit the snooze button repeatedly on my phone. Def something I would buy!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mjkdavid
    mjkdavid over 5 years ago

    I would be willing to invest! Excellent work on the catapulting alarm clock Liz!!!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • eminentpw
    eminentpw over 5 years ago

    Very creative and brilliant execution.  Taking basic household materials and making it into something like this is ingenious.  Very polished presentation too!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • beacon_dave
    beacon_dave over 5 years ago in reply to ralphjy

    Could perhaps just catapult the remote's batteries to reduce the size of the catapult. Try finding a coin cell at 6am in the dark whilst bleary-eyed image

     

    Optionally catapult the remote and its batteries separately to different parts of the room for that "some assembly required" pre-breakfast experience. (Although you could probably achieve the same result in one go with stronger rubber bands in the catapult !)

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • thelizardwizard
    thelizardwizard over 5 years ago in reply to davedarko

    Thanks!

     

    i debated using a second arduino, but ultimately decided it was easier to connect the motor instead. I know there are some (currently still mysterious to me) ways to change timers in the code , I also tried the servotimer2 library, which usually works, but that was still conflicting.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • thelizardwizard
    thelizardwizard over 5 years ago in reply to Workshopshed

    yes! i actually wasnt thinking of his ejector bed when i made this, but that is also a good catapult driven wake up device.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • thelizardwizard
    thelizardwizard over 5 years ago in reply to rocits

    Thank you, im glad you like it!

     

    i actually dont have a youtube channel  as of now, since this is my first time recording and publishing a video of myself making one of my projects. But i really enjoyed it, and appreciate your and everyone's feedback, so I'm considering making a channel and doing more videos. i will definitely let you know once i have done that so you can add it.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ralphjy
    ralphjy over 5 years ago

    Nice project - I like that you used an IR remote for the interface.  Good thing you used a small one image.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • rocits
    rocits over 5 years ago

    Great concept, has that fantastic inventor-y  "Wallace & Gromit"/Honey I shrunk the kids" vibe, nice one!

     

    I added your entry video to my playlist . Do you have YouTube account so I can add it to the playlist here:  https://www.youtube.com/watch?v=CFDZhLtOt5g&list=PLUqSARZt5KdEc90IqY_D4yOoR3qGEeSMC

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Workshopshed
    Workshopshed over 5 years ago

    Perhaps a Colin Furze fan?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube