Intro to CAD: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
* [http://www.unm.edu/~bgreen/autocad/AutoCAD%202.pdf Orthographic Projection (Front, Side and Top View) Drawing Tutorial]
* [http://www.unm.edu/~bgreen/autocad/AutoCAD%202.pdf Orthographic Projection (Front, Side and Top View) Drawing Tutorial]
===Persistence of Vision Bike Light Project===
===Persistence of Vision Bike Light Project===
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. [http://www.youtube.com/watch?v=OKmpINvPJYk Here] is an example of a similar project.
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://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.]
*[https://github.com/karanjthakkar/Arduino-POV Simple Code for a simple POV device using the Arduino]
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:03, 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.