Intro to CAD: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
*[http://www.instructables.com/id/Persistence-of-Vision-wand-for-Arduino/ Another simple Arduino POV device with understandable code.]
*[http://www.instructables.com/id/Persistence-of-Vision-wand-for-Arduino/ Another simple Arduino POV device with understandable code.]
*[http://www.instructables.com/id/Persistence-of-Vision-Wand/ A POV wand with 20 LEDs, and fairly understandable code.]
*[http://www.instructables.com/id/Persistence-of-Vision-Wand/ A POV wand with 20 LEDs, and fairly understandable code.]
We will have an [http://www.freescale.com/files/sensors/doc/data_sheet/MMA8452Q.pdf MMA8452 accelerometer] that communicates via a serial [http://www.arduino.cc/en/Reference/Wire I2C interface.] The accelerometer will measure the angular acceleration, which will allow the velocity of the bike wheel to be calculated. This will make it possible to flash LEDs at the proper time intervals to spell words, draw pictures, etc, as you ride your bike down the road at night.
We will have an [http://www.freescale.com/files/sensors/doc/data_sheet/MMA8452Q.pdf MMA8452 accelerometer] that communicates via a serial [http://www.arduino.cc/en/Reference/Wire I2C interface.] The accelerometer will measure the angular acceleration, which will allow the velocity of the bike wheel to be calculated. This will make it possible to flash LEDs at the proper time intervals to spell words, draw pictures, etc., as you ride your bike down the road at night.

Revision as of 13:12, 22 January 2014

This page is for the Intro to Engineering ENGR 122 EE/CPE Section

Two Dimensional CAD

Persistence of Vision Bike Light Project

This project will use a 3.3 volt Arduino Pro Mini clone that you will design the circuit board, housing, and software for. Persistence of vision is a psychological effect that allows you to see two dimensional images that were created by one dimensional flashing LEDs. Here are some similar projects:

We will have an MMA8452 accelerometer that communicates via a serial I2C interface. The accelerometer will measure the angular acceleration, which will allow the velocity of the bike wheel to be calculated. This will make it possible to flash LEDs at the proper time intervals to spell words, draw pictures, etc., as you ride your bike down the road at night.