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
This module can be used to test the current and voltage
The principle of voltage test based on principle of resistive voltage divider design, can make the red terminal connector input voltage to 5 times smaller
for Arduino analog input voltages up to 5 v, the voltage detection module input voltage not greater than 5Vx5=25V (if using 3.3V systems, input voltage not greater than 3.3Vx5=16.5V).for Arduino AVR chips have 10-bit AD, so this module simulates a resolution of 0.00489V (5V/1023), so the minimum voltage of input voltage detection module is 0.00489Vx5=0.02445V
The MAX471 chip on the board used to test the consume current of the load
Test Voltage range: DC3 - 25V (for Arduino work on 5V) or DC3 - 16.5V (for Arduino work on 3.3V)
Test Current range: DC0 - 3A
PCB Size: 22*21*7mm/0.86*0.82*0.27"
Quantity:1pc
* Content
- Connect
VT - A0
AT - A1
GND - GND
GND - GND
VIN - 3V~25V
GND - GND
VOUT - LOAD LED 12V VCC
GND - LOAD LED GND
- Key Code
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
#define VT_PIN A0 // connect VT
#define AT_PIN A1 // connect AT
#define ARDUINO_WORK_VOLTAGE 5.0
LiquidCrystal_I2C lcd(0x27,20,4); // LCD2004
void setup()
{
lcd.init(); // initialize the lcd
lcd.backlight();
lcd.print("start LCD2004");
delay(1000);
lcd.clear();
}
void loop()
{
lcd.setCursor(0,0);
lcd.print("B145:MAX471");
int vt_temp = analogRead(VT_PIN);
int at_temp = analogRead(AT_PIN);
double voltage = vt_temp * (ARDUINO_WORK_VOLTAGE / 1023.0) * 5;
double current = at_temp * (ARDUINO_WORK_VOLTAGE / 1023.0);
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
This LilyPad Coin Cell Battery Holder has a small slide switch installed on the board, in-line with the power so you can shut off your project and save batteries. This slide switch is the same as is found on the LilyPad slide switch board, so it's not easy to accidentally turn off or on.
Just like the original Coin Cell Battery Holder, this simple board holds a 20mm coin cell battery (such as a CR2032) and gives you 4 connection points (two positive and two negative) for sewing into your project.
This is a terminal adapter for Arduino Nano. It lables for Arduino Nano version 3.0, however you can still use this adapter for the older version (just have to remember that A0-A7 are in the reverse order). You can use this adapter to easily hook up Arduino Nano to an outside world via hook up wires.
This Nano Mult-Function expansion board is designed specially for Arduino Nano, solve the problem of wiring confusing when a variety of sensors connected.
Lead out all digital IO port and analog IO port, each one with standard positive and negative power interface.
Lead out the I2C interface of mainboard for convenient connection.
Increasing the DC power supply interface. Nano USB interface supply current is actually only 50MA, to bring high-current devices, such as the steering, is obviously insufficient. So in the DC power connector provide external power supply to ensure the stability of equipment operation.
The 3G shield is based on SIM5216A or SIM5216E module. The 3G shield can be used for 3G communication, it is controlled via AT commands and fully compatible with Arduino. The difference between SIM5216A and SIM5216E is as folllows.