Intro to CAD: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
This project will use a 3.3 volt [http://arduino.cc/en/Main/ArduinoBoardProMini Arduino Pro Mini] clone that you will design the circuit board, housing, and software for. [https://en.wikipedia.org/wiki/Persistence_of_vision 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:
This project will use a 3.3 volt [http://arduino.cc/en/Main/ArduinoBoardProMini Arduino Pro Mini] clone that you will design the circuit board, housing, and software for. [https://en.wikipedia.org/wiki/Persistence_of_vision 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:
*[http://www.youtube.com/watch?v=OKmpINvPJYk This] is video shows some POV projects from Japan.
*[http://www.youtube.com/watch?v=OKmpINvPJYk This] is video shows some POV projects from Japan.
*[http://hackedgadgets.com/2007/08/20/arduino-pov/ An Arduino on a breadboard spinning.
*[http://hackedgadgets.com/2007/08/20/arduino-pov/ An Arduino on a breadboard spinning].
*[http://hackaday.com/2013/11/18/a-pov-spinner-display-with-arduino/ Another spinning POV display.]
*[http://hackaday.com/2013/11/18/a-pov-spinner-display-with-arduino/ Another spinning POV display.]
*[https://github.com/karanjthakkar/Arduino-POV Simple Code for a simple POV device using the Arduino]
*[https://github.com/karanjthakkar/Arduino-POV Simple Code for a simple POV device using the Arduino]

Revision as of 13:04, 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.