the switch using metal manufacturing, electrical characteristics and mercury switches are similar but not the risk of mercury switches and environmental issues, while shaking unidirectional conducting the same characteristics, the assembly of the use of more convenient and safe;
Operating Characteristics: Switch in the stationary state, as shown in Figure (ON) side below the level of 15 degrees, the switch is in the ON state; when (OFF) side below the level of 15 degrees, the switch is in the OFF state; when achieved by external shaking shaking force, or set the conduction angle, the conductive pin electrical characteristics will produce short or continuous conduction.
when the electrical characteristics of the open state to be restored (OFF) when the switch is set to the environment must be static, and the (OFF) is set to be lower than the level of the open end angle;
the switch all materials are manufactured using environmentally friendly raw materials, in line with ROHS requirements;
when the switch below the horizontal angle of 15 degrees, shaking hard trigger conduction;
the trigger switch for low current circuit, does not apply when the power switch;
this switch is a sealed package, dustproof and waterproof.
The switch is lacoste type better than the single bead type conduction effect
* Specs The ML8511 breakout is an easy to use ultraviolet light sensor. The MP8511 UV (ultraviolet) Sensor works by outputing an analog signal in relation to the amount of UV light that's detected. This breakout can be very handy in creating devices that warn the user of sunburn or detect the UV index as it relates to weather conditions. This sensor detects 280-390nm light most effectively. This is categorized as part of the UVB (burning rays) spectrum and most of the UVA (tanning rays) spectrum. It outputs a analog voltage that is linearly related to the measured UV intensity (mW/cm2). If your microcontroller can do an analog to digital signal conversion then you can detect the level of UV!
* Contents - Connect VIN ----- X 3V3 ----- 3.3V GND ----- GND OUT ----- A0 EN ----- A1
- Key Code int UVOUT = A0; //Output from the sensor int REF_3V3 = A1; //3.3V power on the Arduino board
int uvLevel = averageAnalogRead(UVOUT); int refLevel = averageAnalogRead(REF_3V3);
//Use the 3.3V power pin as a reference to get a very accurate output value from sensor float outputVoltage = 3.3 / refLevel * uvLevel; float uvIntensity = mapfloat(outputVoltage, 0.99, 2.9, 0.0, 15.0);
* Specs To turn on or off the light in day and night without manual operation Do not install the control unit in a place extremely darker in daytime or a place directly by lighting of turning - ON lamp Widely used: street light, highway, factories, garden, ports, airports, farm, parks, schools, and other places. Also can fit into solar lamps and lanterns, or cars, motorcycles, electric cars and other power supply voltage is 220V lamps and lanterns or equipment Easy to install and Convenient to use Model:AS-10-220 Input Voltage: DC or AC 220V Max Load Current: 10A Size:(approx)5 x 4.2 x3.5cm/1.96"x1.65"x1.37" Frequency:50-60Hz
* Specs Model: GY-302 Chip: BH1750FVI Power supply :3-5V Data output range resembles luminance from 0-65535 lux I2C Interface No external parts required Dimensions: 13.9mm X 18.5mm
* Specs Photoresistors are semiconductor photosensitive devices, in addition to having high sensitivity, fast response, consistent with the spectral characteristics and value of good features, but at a high temperature, and humidity in harsh environments, but also to maintain a high degree of stability and reliability, wide pan used cameras, solar garden lights, lawn, detectors, clock, music, cups, gift boxes, mini-Night light, light voice switches, lights automatically switch toys and a variety of light control, light control lighting, lamps and other light automatic opening OFF control field
* Contents - Connect S - A1 middle - 5V - GND
- Key Code #include <Wire.h> #include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27,20,4); // LCD2004 int sensorPin1 = A0; int sensorPin2 = A1; //S002 void setup() { lcd.init(); // initialize the lcd lcd.backlight(); lcd.print("start LCD2004"); } void loop() { int rate1 = analogRead(sensorPin1); int rate2 = analogRead(sensorPin2);
The DHT22 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 first pin on the left to 3-5V power, the second pin to your data input pin and the right most pin 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!
Compared to DHT11,this sensor is more precise, more accurate and works in a bigger range of temperature/humidity, but its larger and more expensive
Comes with a 4.7K - 10K resistor, which you will want to use as a pullup from the data pin to VCC.
Product use: rain, rain sensor, can be used for all kinds of weather monitoring, and translated into output signals and AO.
The sensor USES the high quality FR - 04 double material, large area of 5.5 * 4.0 CM, treatment of nickel plating and surface, have fight oxidation, electrical conductivity, and life has more superior performance;
The comparator output, signal clean, good waveform, driving ability is strong, for more than 15 mA;
With potentiometer sensitivity adjustment
The working voltage of 3.3 V to 5 V
The output format: digital switch output (0 and 1) and analog AO voltage output;
1 This is a summary of the moisture sensor can be used to detect soil moisture, soil water when the module outputs a high level, whereas the output low. Using this sensor make an automatic watering system, so that your garden plants need people to manage.
2 adjustable sensitivity (shown in blue digital potentiometer adjustment)
4 Operating Voltage 3.3V-5V
5 module dual output mode, the digital output is simple, analog output is more accurate.
6 with fixed bolt hole for easy installation
7 small PCB board size: 3cm * 1.6cm
Small plate interface specification (4-wire)
1 VCC 3.3V-5V external
2 GND GND External
3 DO small board digital output interface (0 and 1)
MAXIM MAX6675 is an American company with a cold junction compensation, linearity correction, thermocouple break detection ADC Serial K-type thermocouple, its temperature resolution capability is 0. 25 Degree, cold junction compensation range - 20 ~ + 80 Degree, wide operating voltage range 3. 0 ~ 5. 5
ELECHOUSE Voice Recognition Module is a compact and easy-control speaking recognition board.
This product is a speaker-dependent voice recognition module. It supports up to 80 voice commands in all. Max 7 voice commands could work at the same time. Any sound could be trained as command. Users need to train the module first before let it recognizing any voice command.
This board has 2 controlling ways: Serial Port (full function), General Input Pins (part of function). General Output Pins on the board could generate several kinds of waves while corresponding voice command was recognized.
What's new?
We already have Voice Recognition module V2. It supports 15 commands in all and only 5 commands at the same time.
On V2, voice commands are separated into 3 groups while you training it. And only one group (5 commands) could to be imported into Recognizer. It means only 5 voice commands are effective at the same time.
On V3, voice commands are stored in one large group like a library. Any 7 voice commands in the library could be imported into recognizer. It means 7 commands are effective at the same time.
aeProduct.getSubject()
Parameter
Voltage: 4.5-5.5V
Current: <40mA
Digital Interface: 5V TTL level for UART interface and GPIO
Analog Interface: 3.5mm mono-channel microphone connector + microphone pin interface
Unique 1-Wire interface requires only one port pin for communication
Multidrop capability simplifies distributed temperature sensing applications
Requires no external components Can be powered from data line.
Power supply range is 3.0V to 5.5V
Zero standby power required
Measures temperatures from -55°C to +125°C. Fahrenheit equivalent is -67°F to +257°F
±0.5°C accuracy from -10°C to +85°C
Thermometer resolution is programmable from 9 to 12 bits
Converts 12-bit temperature to digital word in 750 ms (max.)
User-definable, nonvolatile temperature alarm settings Alarm search command identifies and addresses devices whose temperature is outside of programmed limits (temperature alarm condition)
Applications include thermostatic controls, industrial systems, consumer products, thermometers, or any thermally sensitive system