Image | Item | Location | Available | |
---|---|---|---|---|
AM2302 (wired DHT22) temperature-humidity sensor The AM2302 is a wired version of the DHT22, in a large plastic body. It is a basic, low-cost digital temperature and humidity sensor. It uses a capacitive humidity sensor and a thermistor to measure the surrounding air, and spits out a digital signal on the data pin (no analog input pins needed). Its fairly simple to use, but requires careful timing to grab data. The only real downside of this sensor is you can only get new data from it once every 2 seconds, so when using our library, sensor readings can be up to 2 seconds old.Simply connect the red 3-5V power, the yellow wire to your data input pin and the black wire to ground. Although it uses a single-wire to send data it is not Dallas One Wire compatible! If you want multiple sensors, each one must have its own data pin. We have a Adafruit Learning System guide with schematics, Arduino & CircuitPython code, datasheets and more!Compared to the DHT11, this sensor is more precise, more accurate and works in a bigger range of temperature/humidity, but its larger and more expensiveThere is a 5.1K resistor inside the sensor connecting VCC and DATA so you do not need any additional pullup resistors | 1/1 | |||
FlexiForce Pressure Sensor - 1lb. This is a piezoresistive force sensor from Tekscan. The harder you press, the lower the sensor’s resistance. Pressing lightly, the resistance changes from infinite to ~300k. The sensor itself is thin and flexible, but the resistance does not change while being flexed. Resistance changes only when pressure is applied to the round area at the end of the sensor. Used as a presence sensor (someone standing), weight sensor, pressure sensor (impact testing), etc. The overall length is about 8.5". Sensor comes with 0.1" spaced, reinforced, breadboard friendly connector. This sensor comes in three flavors. This sensor ranges from 0 to 1lb of pressure. | 4/4 | |||
FlexiForce Pressure Sensor - 25lbs (1" area) This is a piezoresistive force sensor from Tekscan. The harder you press, the lower the sensor’s resistance. Pressing hard, the resistance changes from infinite to ~50k. The sensor itself is thin and flexible, but the resistance does not change while being flexed. Resistance changes only when pressure is applied to the round area at the end of the sensor. Used as a presence sensor (someone standing), weight sensor, pressure sensor (impact testing), etc. The overall length is about 2.25". The sensor comes with a 0.1" spaced, reinforced, breadboard friendly connector. This sensor ranges from 0 to 25lbs of pressure. | 2/2 | |||
Force Sensitive Resistor - Small This is a small force sensitive resistor. It has a 0.16" (4 mm) diameter active sensing area. This FSR from Interlink Electronics will vary its resistance depending on how much pressure is being applied to the sensing area. The harder the force, the lower the resistance. When no pressure is being applied to the FSR, its resistance will be larger than 1MΩ, with full pressure applied the resistance will be 2.5kΩ. Two pins extend from the bottom of the sensor with 0.1" pitch making it bread board friendly. These sensors are simple to set up and great for sensing pressure, but they aren’t incredibly accurate. Use them to sense if it’s being squeezed, but you may not want to use it as a scale. Features Actuation Force as low as 2 grams Wide force sensitivity range 0.1N - 10N* Overall length: 1.75" Overall width: 0.28" Sensing area: 0.3"\ | 17/17 | |||
Force Sensitive Resistor 0.5" This is a force sensitive resistor with a round, 0.5" diameter, sensing area. This FSR will vary its resistance depending on how much pressure is being applied to the sensing area. The harder the force, the lower the resistance. When no pressure is being applied to the FSR its resistance will be larger than 1MΩ. This FSR can sense applied force anywhere in the range of 100g-10kg. Two pins extend from the bottom of the sensor with 0.1" pitch making it bread board friendly. There is a peel-and-stick rubber backing on the other side of the sensing area to mount the FSR. These sensors are simple to set up and great for sensing pressure, but they aren’t incredibly accurate. Use them to sense if it’s being squeezed, but you may not want to use it as a scale. Note: As it states in the Integration Guide, do NOT solder directly to the exposed silver traces. With flexible substrates, the solder joint will not hold and the substrate can easily melt and distort during the soldering. We recommend using a male or female clincher connector instead. Features Overall length: 2.375" Overall width: 0.75" Sensing diameter: 0.5" | 6/6 | |||
Long Flex sensor This sensor can detect flexing or bending in one direction. They were popularized by being used in the Nintendo PowerGlove as a gaming interface.These sensors are easy to use, they are basically resistors that change value based on how much they're flexed. If they're unflexed, the resistance is about ~10KΩ. When flexed all the way the resistance rises to ~20KΩ. They're pretty similar to FSRs so following this tutorial will get you started. You can use an analog input on a microcontroller (with a pullup resistor) or a digital input with the use of a 0.1uF capacitor for RC timing.The bottom part of the sensor (where the pins are crimped on) is very delicate so make sure to have strain relief - such as clamping or gluing that part so as not to rip out the contacts! | 3/3 | |||
Parallax ColorPAL The Parallax ColorPAL combines an RGB LED, a light sensor, and a microcontroller to make a color sensor that can also be used as an ambient light detector and a color generator. Readings are reported via a 1-wire asynchronous serial interface. ColorPAL side view. The ColorPAL from Parallax is a miniature color and light sensor that can double as a color generator with its RGB LED. When sensing color, the ColorPAL uses its LED to illuminate a sample one color component at a time while measuring the light reflected back with a broad-spectrum light-to-voltage converter. The amount of light reflected from the sample under illumination from each red, green, and blue LED can be used to determine the sample’s color. For the ColorPAL to detect the color of a subject, the subject must be reflective and non-fluorescent. The color of objects that emit light (e.g. LEDs) cannot be detected. Detects a wide range of colors and outputs data as 10-bit RGB (Red/Green/Blue) components. Detects broad-spectrum ambient light with sensitivity down to 44µW/cm2 per lsb. Generates 24-bit color using onboard RGB LED. Plugs into servo headers or cables or solderless breadboards. Single-pin interface uses a simple serial protocol to define and initiate color detection and generation. Color detection and generation details handled by onboard microcontroller. Onboard EEPROM for saving custom color detection and generation programs. Autorun feature permits running a pre-designated EEPROM program with only a power supply. Power requirements: 5.0 VDC Communication: 1-wire serial (asynchronous, non-inverted, open-drain serial protocol) with automatic baud rate detection from 2400 – 7200 bps Dimensions: 1.72 × 0.90 × 0.65 in (44 × 23 × 17 mm) Communication with the ColorPAL takes place using serial I/O, transmitting and receiving at between 2400 and 7200 baud, using a non-inverted, open-drain protocol. The ColorPAL includes a pull-up resistor to Vdd, so you do not need to apply one externally. Because of the open-drain protocol, the pin used to communicate with the ColorPAL should always be configured as an input, except when being driven low. Also, when starting up, you should wait for this pin to be pulled high by the ColorPAL before trying to send it any commands. Please see the user’s manual (297k pdf) for more information. People often buy this product together with: | 1/1 | |||
Short Flex Sensor This sensor can detect flexing or bending in one direction. They were popularized by being used in the Nintendo PowerGlove as a gaming interface.These sensors are easy to use, they are basically resistors that change value based on how much their flexed. If they're unflexed, the resistance is about ~25KΩ. When flexed all the way the resistance rises to ~100KΩ. They're pretty similar to FSRs so following this tutorial will get you started. You can use an analog input on a micro-controller (with a pullup resistor) or a digital input with the use of a 0.1uF capacitor for RC timing.The bottom part of the sensor (where the pins are crimped on) is very delicate so make sure to have strain relief - such as clamping or gluing that part so as not to rip out the contacts! | 10/10 | |||
SoftPot Membrane Potentiometer - 100mm These are very thin variable potentiometers. By pressing down on various parts of the strip, the resistance linearly changes from 100Ohms to 10,000Ohms allowing the user to very accurately calculate the relative position on the strip. Can be used as an accurate positional indicator for CNC head positioning, variable user input (volume level input for example), straight user input (multiple button areas translate to given resistance levels), and many other applications. Unit comes with adhesive backing. Connector is 0.1" spaced and bread board friendly. Note: These potentiometers work great with a finger, or stylus. For premium repeatability, the wiper listed below is perfect for machine and object positioning. | 4/4 | |||
SoftPot Membrane Potentiometer - 200mm These are very thin variable potentiometers. By pressing down on various parts of the strip, the resistance linearly changes from 100Ohms to 10,000Ohms allowing the user to very accurately calculate the relative position on the strip. Can be used as an accurate positional indicator for CNC head positioning, variable user input (volume level input for example), straight user input (multiple button areas translate to given resistance levels), and many other applications. Unit comes with adhesive backing. Connector is 0.1" spaced and bread board friendly. However the connector does not fit nicely into standard female headers because the pins are too small. Note: These potentiometers work great with a finger, or stylus. | 4/4 | |||
SoftPot Membrane Potentiometer - 50mm These are very thin variable potentiometers. By pressing down on various parts of the strip, the resistance linearly changes from 100Ohms to 10,000Ohms allowing the user to very accurately calculate the relative position on the strip. Can be used as an accurate positional indicator for CNC head positioning, variable user input (volume level input for example), straight user input (multiple button areas translate to given resistance levels), and many other applications. Unit comes with adhesive backing. Connector is 0.1" spaced and bread board friendly. Note: These potentiometers work great with a finger, or stylus. | 6/6 |