Difference between revisions of "IR Shield"
m |
(Marked this version for translation) |
||
Line 1: | Line 1: | ||
<translate> | <translate> | ||
− | ==Overview== | + | ==Overview== <!--T:1--> |
[[File:IM140715001_4.jpg|thumb|400px|right]] | [[File:IM140715001_4.jpg|thumb|400px|right]] | ||
IR [[Shield]] is designed for Arduino, which is equipped with infrared receiving and dispatching module, nRF24L01 interface, Xbee interface, Micro SD slot and temperature and humidity sensor. With this IR [[shield]], you can intelligentize your home by making a DIY monitor for indoor temperature and humidity or a controller for IR home appliances such as air-condition and television. | IR [[Shield]] is designed for Arduino, which is equipped with infrared receiving and dispatching module, nRF24L01 interface, Xbee interface, Micro SD slot and temperature and humidity sensor. With this IR [[shield]], you can intelligentize your home by making a DIY monitor for indoor temperature and humidity or a controller for IR home appliances such as air-condition and television. | ||
+ | <!--T:2--> | ||
Go shopping | Go shopping | ||
− | ==Features== | + | ==Features== <!--T:3--> |
*Compatible for 5/3.3V main board | *Compatible for 5/3.3V main board | ||
*Micro SD card slot | *Micro SD card slot | ||
*Xbee interface | *Xbee interface | ||
− | ==Specification== | + | ==Specification== <!--T:4--> |
{| border="1" | {| border="1" | ||
| PCB size||55.88mm X 68.58mm X 1.6mm | | PCB size||55.88mm X 68.58mm X 1.6mm | ||
Line 23: | Line 24: | ||
|} | |} | ||
− | ==Electrical Characteristics== | + | ==Electrical Characteristics== <!--T:5--> |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 43: | Line 44: | ||
|} | |} | ||
− | ==Hardware== | + | ==Hardware== <!--T:6--> |
[[File:IM140715001pic1.jpg|500px]] | [[File:IM140715001pic1.jpg|500px]] | ||
[[File:IM140715001pic2.jpg|500px]] | [[File:IM140715001pic2.jpg|500px]] | ||
[[File:IM140715001pic3.jpg|500px]] | [[File:IM140715001pic3.jpg|500px]] | ||
− | ==Pin Map== | + | ==Pin Map== <!--T:7--> |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 104: | Line 105: | ||
*Switch: Set the switch level according to Arduino main board. When the mainboard is set in 5V, you should turn the switch to 5V; when in 3.3V, you should turn to 3.3V. | *Switch: Set the switch level according to Arduino main board. When the mainboard is set in 5V, you should turn the switch to 5V; when in 3.3V, you should turn to 3.3V. | ||
− | ==Instruction== | + | ==Instruction== <!--T:8--> |
Please refer to our blogs: | Please refer to our blogs: | ||
+ | <!--T:9--> | ||
http://blog.iteadstudio.com/diy-intelligent-monitor-for-home-temperature-and-humidity/ | http://blog.iteadstudio.com/diy-intelligent-monitor-for-home-temperature-and-humidity/ | ||
− | ==Download== | + | ==Download== <!--T:10--> |
*Schematic--[[:File:IM140715001-IR Shield-schematic.pdf]] | *Schematic--[[:File:IM140715001-IR Shield-schematic.pdf]] | ||
*IR Receiver Datasheet--[[:File:IM140715001-HS0038B.pdf]] | *IR Receiver Datasheet--[[:File:IM140715001-HS0038B.pdf]] | ||
Line 115: | Line 117: | ||
*Temperature & Humidity sensor demo--[[:File:Sht10.zip]] | *Temperature & Humidity sensor demo--[[:File:Sht10.zip]] | ||
− | ==Useful Link== | + | ==Useful Link== <!--T:11--> |
http://blog.iteadstudio.com/diy-intelligent-monitor-for-home-temperature-and-humidity/ | http://blog.iteadstudio.com/diy-intelligent-monitor-for-home-temperature-and-humidity/ | ||
</translate> | </translate> |
Revision as of 01:59, 9 August 2014
Contents
Overview
IR Shield is designed for Arduino, which is equipped with infrared receiving and dispatching module, nRF24L01 interface, Xbee interface, Micro SD slot and temperature and humidity sensor. With this IR shield, you can intelligentize your home by making a DIY monitor for indoor temperature and humidity or a controller for IR home appliances such as air-condition and television.
Go shopping
Features
- Compatible for 5/3.3V main board
- Micro SD card slot
- Xbee interface
Specification
PCB size | 55.88mm X 68.58mm X 1.6mm |
Power supply | 5V DC |
Indicators | PWR,LED1,LED2 |
Communication Protocol | UART,IIC,SPI |
Electrical Characteristics
Parameter | Min. | Typical | Max. | Unit |
Power voltage | 4.5 | 5 | 5.5 | VDC |
Input voltage VinH (Target Voltage = 3.3V) | 3 | 3.3 | 3.6 | V |
Input voltage VinH (Target Voltage = 5V) | 4.5 | 5 | 5.5 | V |
Input voltage VinL | -0.3 | 0 | 0.5 | V |
Current Consumption | - | 40 | - | mA |
Hardware
Pin Map
Arduino Pin | Description |
D0 | XBEE_TX |
D1 | XBEE_RX |
D2 | nRF24L01_IRQ & STD Button |
D3 | IR_TX* |
D4 | SD_CS |
D5 | IR_RX* |
D6 | LED1* |
D7 | LED2* |
D8 | - |
D9 | nRF24L01_CE |
D10 | nRF24L01_CS |
D11 | MOSI |
D12 | MISO |
D13 | SCK |
A0 | A0 Button |
A1 | - |
A2 | - |
A3 | - |
A4 | SHT10_SDA |
A5 | SHT10_SCL |
- IR_TX: when D3 is set as high level switch, IR Diode will emit signals out. When D3 is set as low level switch, IR Diode won’t work.
- IR_RX: Use HS0038B as IR receiving module
- Jumpers:
- Jumpers can directly connect to Arduino’s IO. If you don’t need them or their corresponding pins are occupied, you can remove the jumpers.
- A0: insert a 10K resistance to A0 button
- LED1: connect to D6 pin. If the output voltage is high, LED1 turns on.
- LED2: connect to D7 pin. If the output voltage is high, LED1 turns on.
- Switch: Set the switch level according to Arduino main board. When the mainboard is set in 5V, you should turn the switch to 5V; when in 3.3V, you should turn to 3.3V.
Instruction
Please refer to our blogs:
http://blog.iteadstudio.com/diy-intelligent-monitor-for-home-temperature-and-humidity/
Download
- Schematic--File:IM140715001-IR Shield-schematic.pdf
- IR Receiver Datasheet--File:IM140715001-HS0038B.pdf
- SHT1x Datasheet--File:SHT1x_Datasheet.pdf
- Temperature & Humidity sensor demo--File:Sht10.zip
Useful Link
http://blog.iteadstudio.com/diy-intelligent-monitor-for-home-temperature-and-humidity/