KorczynskiMcCall: Difference between revisions
imported>Projects221 No edit summary |
imported>Projects221 No edit summary |
||
| Line 41: | Line 41: | ||
==Components and Cost (Bill of Materials)== | ==Components and Cost (Bill of Materials)== | ||
===Transmitter=== | ===Transmitter=== | ||
[[File:TransmitterBreakdown.jpg|right]] | [[File:TransmitterBreakdown.jpg|400px|right]] | ||
#Arduino Pro Mini | #Arduino Pro Mini | ||
Revision as of 09:37, 21 March 2013
Back to Psych 221 Projects 2013
Active LED Illumination: Wireless Communication
Background
- Talk about Camera
- Talk about LED Experiments
You can use subsections if you like.
Below is an example of a retinotopic map. Or, to be precise, below will be an example of a retinotopic map once the image is uploaded. To add an image, simply put text like this inside double brackets 'MyFile.jpg | My figure caption'. When you save this text and click on the link, the wiki will ask you for the figure.
Once you upload the images, they look like this. Note that you can control many features of the images, like whether to show a thumbnail, and the display resolution.

Design Goals
- Enable multiple programmable light sources for experiments
- Synchronous wireless trigger that can handle 500fps speeds

System Overview
Transmitter
Receiver
Components and Cost (Bill of Materials)
Transmitter

- Arduino Pro Mini
- Parallax Transceiver
- 74AC157 Multiplexer
- 3 56Ω resistors
- 2 3-pin headers (0.1" spacing)
- 3 Green LEDS
Receiver
Design Methods and Execution
Project Exploration
Protocol Definition
Transmitter
Receiver
Software Error Correction
Testing and Emulator
Final Design Results
Equations
If you want to use equations, you can use the same formats that are use on wikipedia.
See wikimedia help on formulas for help.
This example of equation use is copied and pasted from wikipedia's article on the DFT.
The sequence of N complex numbers x0, ..., xN−1 is transformed into the sequence of N complex numbers X0, ..., XN−1 by the DFT according to the formula:
where i is the imaginary unit and is a primitive N'th root of unity. (This expression can also be written in terms of a DFT matrix; when scaled appropriately it becomes a unitary matrix and the Xk can thus be viewed as coefficients of x in an orthonormal basis.)
The transform is sometimes denoted by the symbol , as in or or .
The inverse discrete Fourier transform (IDFT) is given by
Retinotopic models in group-averaged data projected back into native space
Some text. Some analysis. Some figures.
Conclusions
Here is where you say what your results mean.
References - Resources and related work
Appendix I - Code and Data
Code
Transmitter: Transmitter code for Arduino
Receiver: Receiver code for Arduino
Camera_Emulator: Camera Emulator
Data
Appendix II - Work partition
Design Planning/Schematics: Allison and Corey
Wireless Transmitter Xbee Testing: Allison and Corey
Final Component Selection: Corey
Firmware and Testing software: Corey
Soldering/Assembly: Allison
Presentation and Wiki: Allison

