So I was interested in RFID for tracking monkeys. RFID comes in two flavors: passive and active. For tracking monkeys the preferable would be an active RFID chip.
Active vs Passive
Active
Power: Battery powered, average 7000 hrs *depending on receiver
Signal Strength needed: Low Signal
Range: up to 100m
Data Storage: 128kb read/write search and access to data
Passive
Power: comes from RF reader
Signal Strength needed: High signal
Range: 3-5m or less
Data Storage: 128 bytes of read/write
Depending on models active RFID could have high operating temperature, between -35c and 50c. This is important for the high temperatures in the amazon. Another advantage is the size and weight. Ranging around 14 grams and 2.4 in x 1.2 in x 0.4 in to big ones that are around 2in x 3in x 0.5 in
This link is a diy aduino based RFID reader
http://pimm.wordpress.com/2008/03/09/first-rfid-experience-arduino-controlled-parallax-reader/
This is a couple of data sheets from different companies
http://www.ananiahelectronics.com/RF40315T-s.htm
http://www.activewaveinc.com/products_datasheets.php
http://cliste.sailwhatcom.com/catalog/1
This link has standard pricing options
http://www.rfidexchange.com/purchasing.aspx
Tracking Cows
For this homework I wanted to mashup 3 Charles Bukowski programs and make them adorable. I started with 3 poems: Death wants more Death, The Riot, and Two Kinds of Hell.
I started with
cat deathwantsmoredeath.txt theriot.txt twokindsofhell.txt
This is how I combined multiple files.
I ran python hwfeb05.py <charles#.txt>charles#.txt with the pound being increasing numbers from 0-5
This is the code for hwfeb05.py this code divides the poem in half
Then I ran python hwfeb05replace.py< charles5.txt>charlesreplace.txt
Here is the code for hwfeb05replace.py. This replace code is what looks for the words I want to make adorable.
Finally I ran python hwfeb05finder.py<charlesreplace.txt>charlesfinder.txt
That gave me this output:
The only thing that I need to figure out now is how not to print out duplicate lines
The Pan-Ball Flute is a hand crank device the pulls back a pinball style lever. Once the lever is let go a magnet advances passing through the coils and hitting a piezo. The crank has crowbar style forks that pull back the lever. The intention is that with combination of generators my hope is to power some piezo buzzers
We went to Coles gym to observe people playing basketball. Tracking targets that move fast was difficult. The most important part was generating the short hand codes to be able to properly track the subjects. During our exercise, our code evolved to better track the game. An example of that was originally we only had a contact event. We added a grab event because we noticed that their were more times that contact was people trying to go for the ball. Here is all the info I collected
Katherine and I created this processing sketch to illustrate how the user would navigate through the world. In the next version the mouse will be replaced by a wheel chair. The idea is that the user will use the wheel chair to navigate around the world.
http://www.zevenrodriguez.com/blog/hospitableroom/ZoomInViewer_Feb02/
So tracking the red color of the iphone red light from the flashlight app, this code moves the cursor(the cow) around,