This product has shipping restrictions, so it might have limited shipping options or cannot be shipped to the following countries:
Creative Commons images are CC BY 2.0
Description: This is a simple to use light sensor that outputs an analog value from 0 to 5V. With exposure to daylight, this sensor will output 5V. Covering the sensor with your hand, the sensor will output 0V. In a normal indoor lighting situation, the sensor will output from 1 to 2V.
LilyPad is a wearable e-textile technology developed by Leah Buechley and cooperatively designed by Leah and SparkFun. Each LilyPad was creatively designed to have large connecting pads to allow them to be sewn into clothing. Various input, output, power, and sensor boards are available. They’re even washable!
Note: A portion of this sale is given back to Dr. Leah Buechley for continued development and education of e-textiles.
Dimensions:
Documents:
The LilyPad Arduino 328 Main Board is an Arduino-programmed microcontroller designed to be easily integrated into e-textiles …
This is a simple pack of five Red LilyPad LEDs that are still attached to one another, letting you snap the LEDs apart at you…
This is a simple pack of five Blue LilyPad LEDs that are still attached to one another, letting you snap the LEDs apart at yo…
This is a simple pack of five Green LilyPad LEDs that are still attached to one another, letting you snap the LEDs apart at y…
This is the LilyPad Arduino Simple Board. It's controlled by an ATmega328 with the Arduino bootloader. It has fewer pins than…
This is a simple pack of five Yellow LilyPad LEDs that are still attached to one another, letting you snap the LEDs apart at …
The LilyPad SimpleSnap is a new, easy way to create e-textiles projects with LilyPad that are modular and can be disassembled…
The LilyPad SimpleSnap Protoboard is a new, easy way to create e-textiles projects with LilyPad that are modular and can be d…
Here we have some conductive ribbon. Essentially, it's a fabric with 3 conductors woven into the ribbon. It measures roughly …
This is a small ambient light sensor that acts as an NPN transistor. The more the sensor is exposed to light, the stronger th…
Sure, your flashing, chip-tune playing T-shirt is really cool at the party... but at some point you need to turn it off. And …
Detecting temperature changes has never been easier. The MCP9700 is a small thermistor type temperature sensor. This sensor w…
This is a three axis accelerometer for the LilyPad system. Based on the ADXL335 MEMS accelerometer from Analog Devices, the L…
The LilyPad Simple just got a whole lot... simpler. We've updated the Simple board to create the LilyPad USB by replacing the…
We designed this board to give the user a low profile button without any sharp edges. Button closes when you push it and open…
This is a small buzzer for the LilyPad system. Use 2 I/O pins on the LilyPad main board and create different noises based on …
This is the LilyPad Rainbow LED strip, with seven LilyPad LEDs that are still attached to one another, letting you snap LEDs …
Apply 5V and be shaken by this small, but powerful vibration motor. Works great as an physical indicator without notifying an…
The ProtoSnap series is a new way to prototype your project without a breadboard. Everything is wired together on a single bo…
This is a simple pack of five White LilyPad LEDs that are still attached to one another, letting you snap the LEDs apart at y…
This is a simple slide switch for the LilyPad. Use it as a simple ON/OFF switch, or to control LEDs, buzzers, sensors, etc. T…
The SparkFun Soil Moisture Sensor is a simple breakout for measuring the moisture in soil and similar materials. The soil moi…
The LilyTwinkle is a tiny little LilyPad board designed to add some twinkle to your project. Even though it's as small as som…
No reviews yet.
Forgot your password?
No account? Register one!
This may be a kinda dumb question (I’m new to this!)… is there a sensor that does the opposite? I mean, a sensor that increases power to (say, an LED or 4) when available light decreases?
I’m looking to create a motion detection system using lilypad in a quilt. I want the whole thing to fire up when someone walks by it (as it hangs on the wall) so they are surprised by the effect.
Yes, connect one lead of a 10k ohm resistor to +V, connect other lead of resistor to one lead of a photocell, then connect last lead of the photocell to GND. The output will be where the lead of the resistor touches the lead of the photocell. As photocell detects less light, the output increases.
Does this need to be driven at 5V or can it be driven by 3.3V?
I guess if you were doing a stationary project you could stick this thing onto a cheap night light with its own sensor, and black out everything around your mcguyvered rig so when the night light came on in the dark, the light triggered this thing on.
Does this need a battery to work, or is this like a solar panel, creating the power?
It is very much like a solar panel (one could argue it is a solar panel, albeit a very very very very very tiny one with slightly different characteristics). You wouldn’t really use it to power anything, but it’s great as a sensor.
OK, so I would use this with a battery, and more of a switch to turn something on when it is exposed to light… Like the mini photocell, it just works different?
Yep. I figured the sensor used was the TEMT6000, and it is, so if you google for e.g. ‘arduino temt6000’, you’ll find tons of examples. If you’re not going to use an arduino (or any other microcontroller platform, since they’re mostly the same in approach), look for circuits that use a “phototransistor”, which is what this technically is :)
OK. If it measures intensity, then does a formula exist for converting from voltage to lux?
You probably want to check out the datasheet for the sensor. Figure1 gives you the relationship between collector current and lux.
Do you have a conversion formula from voltage to nanometers?
This sensor measures intensity, not wavelength.
I added support of this part to the Fritzing custom libary. You can download it at the Fritzing code site:<br />
http://code.google.com/p/fritzing/issues/detail?id=875<br />
Enjoy!
I added support of this part to the Fritzing custom libary. You can download it at the Fritzing code site:<br />
http://code.google.com/p/fritzing/issues/detail?id=875
The link to the sensor sheet appears to be incorrect. It is the same as the product sticker sheet. Thanks.