You can use Parallax RFID reader module to identify object from a large set by hiding RFID card inside it. Basically reader has two signal pins, one out and one in. First is used to enable/disable reading, second is used for reading the card identification number.
This is not a very meaningful interaction, but I was playing with different in- and outputs and transferring information from one source to another.
I connected a 7-digit display to Arduino and made it display random numbers from 1 to 9.
Then I added the slidelong-touchsensor in order to create the random numbers.
Additionally I connected a potentiometer, which determines the speed of the display. You need a resistor for the display, otherwise it gets to hot.
Creating the numbers:
In your code have to define which LED goes to which input. I gave each LED a number from one to seven and created an array, which contains the binary codes of each number I want to display (see photo). For example number 1 is LED 1 off, LED 2 on, LED 3 on, LED 4, LED 5, LED 6, LED 7 off (in binary: 0110000). More info in the code.
Analog input: The slidelong-touchsensor gives number from 0 on one side to 1024 on the other side, depending how you connect 5V and GND.
The potentiometer gives as well numbers from 0 to 1024.
warning, will get hot. (needs resistor)
using arduino 5V the electricity is not enough? lights get dim.
other pins go LED to (-), the pin 9(sheet pin numbers are not correct?) goes to (+), on same side of pin 1 hole but on the other end. each pin will light one part of digit.
Our first working test setup visualised electromagnetic induction by changing the intensity of a LED. We routed the +5V power through a potentiometer into a wire coil and from there the to the analog input pin of the Arduino NG. The changes in the magnetic field inside and around the coil(like when waving a magnet near the coil) induce small voltages in the coil which show up in the readout of the analog pin.
Minimum and maximum voltage values and the difference between these are computed for 100ms intervals. The difference is used as a measure of the amount of voltage fluctuation and translated into the intensity of the LED.
overall view: arduino, chip and wires on breadboard, touch sensor and program on background.
Touch sensor is component of many (tangible) interfaces and uses. with proper chip it will send binaric on-off (touched-intact) data or can be utilised as on-off switch. in “touch mode” the binaric value is 0 when touched, and otherwise 1. In on off mode touching will change 0 to 1 and 1 to 0. So, it works just like light switch.
Controller chip on breadboard. Black wire goes to sensor.
Touch component reacts from ~1 cm distance, no touching is required. It can be placed behind thin walls to react on press, or even under mouse matt:
Here the touch sensor will react if the mouse reaches the corner. Touch sensor merged with other components can create funny and interactive tangible toys and interfaces. E.g. vibrating component and touch sensor in rabbits ears could make ears wobble if one touches them. Component of creative use!
Experiments of Joonas Kiviharju and Jukka Liukkonen.
Infrared LED x 1 / any component shop
Infrared Filter x 1 / Fimeko Oy, Helsinki
Note
Remember infrared is invisible for your eyes so even if you look at the world through the filter, it shows only “Black”. You have to see it through a camera. Some cameras has the safety filter which cuts the infrared. In this case, your infrared filter won’t work. I found iSight and Nokia 6330 camera work well at least!
You need to chose one filter from several types of the infrared filters. It depends on which nano meter of infrared you want to transmit. Infrared LED generally emit 940nm light so the filter which transmits 940nm at maximum could be the most useful infrared filter.
Note
Once I had a broken solar panel, I tried if its still make any power supply. It actually worked. movie shows that even half piece of solar panel is working.
If you make a coil with the wire where you touch, you don’t even have to touch the sensor wire so you can have another thin material between your finger and the sensor wire. see video 2
This sensor is very simple and tiny. It turns on while it is detecting vibrations. You might also use it as a touch sensor. It get a trigger when somebody touch it and release it.
I recommend to use Bluetooth devices to controll wireless devices. Bluetooth is very complicated device but ready Bluetooth modules are easy to use. For example, you can control a Bluetooth wireless device with your mobile phone or computer.
XPort is network device you can access from internet. It is as small as your thumb but it has webpages and some controll pins for other devices. For example, you can controll motors, lights and speakers via XPort.
TV Remote controller use a infrared LED to send commands but anything hot glows infrared which means a infrared detect any thing hot. However, the infrared sensor for the TV remote controller only detects if the infrared flash with 38KHz.
This feature can be used in a object detection. Put both a infrared LED and infrared Sensor next each other. When the object come over the sensor, it reflect infrared light from the LED and the sensor detects the infrared light.