Ks0004 keyestudio Sensor Shield V5: Difference between revisions
Keyestudio (talk | contribs) No edit summary |
Keyestudio (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
[[File:0004.png|thumb|500px|right|Keyestudio Sensor Shield V5]] | [[File:0004.png|thumb|500px|right|Keyestudio Sensor Shield V5]] | ||
<br> | |||
==Introduction== | ==Introduction== | ||
In the experiments, you might often use UNO R3 control board and several sensor modules. If the interfaces of power output is not enough, you may need to add a breadboard and use many connection wires. Is it really troublesome?<br> | In the experiments, you might often use UNO R3 control board and several sensor modules. If the interfaces of power output is not enough, you may need to add a breadboard and use many connection wires. Is it really troublesome?<br> | ||
Line 11: | Line 11: | ||
Additionally, you can supply the voltage needed to the sensor modules through blue terminal blocks on the shield. Because some sensor modules is not used with 5V or 3.3V but with special voltage. <br> | Additionally, you can supply the voltage needed to the sensor modules through blue terminal blocks on the shield. Because some sensor modules is not used with 5V or 3.3V but with special voltage. <br> | ||
<br> | |||
==Check out specifications== | ==Check out specifications== | ||
* Extends an Arduino Reset button | * Extends an Arduino Reset button | ||
Line 23: | Line 23: | ||
* You can supply the voltage needed for sensor modules via terminal blocks. | * You can supply the voltage needed for sensor modules via terminal blocks. | ||
<br> | |||
==Controllers Compatible== | ==Controllers Compatible== | ||
* [http://www.keyestudio.com/ks0001.html keyestudio UNO R3 BOARD] /Arduino UNO R3 | * [http://www.keyestudio.com/ks0001.html keyestudio UNO R3 BOARD] /Arduino UNO R3 | ||
Line 34: | Line 34: | ||
* Dimensions: 57mm x 57mm x 20mm | * Dimensions: 57mm x 57mm x 20mm | ||
* Weight: 20.5g | * Weight: 20.5g | ||
<br>[[Image:KS0004-2.png|600px|frameless]]<br> | <br>[[Image:KS0004-2.png|600px|frameless]]<br> | ||
<br> | |||
==Pinout Instructions== | ==Pinout Instructions== | ||
<br>[[Image:KS0004 (1).jpg|800px|frameless]]<br> | <br>[[Image:KS0004 (1).jpg|800px|frameless]]<br> | ||
'''Note:'''<br> | <Span style="color:red"> '''Note:''' </span><br> | ||
When SE is connected with jumper cap, and input DC 7V to VCC /GND terminal block, so the voltage of V, V1 and + pins are 7V. <br> | When SE is connected with jumper cap, and input DC 7V to VCC /GND terminal block, so the voltage of V, V1 and + pins are 7V. <br> | ||
When SE is connected with jumper cap, and VCC /GND terminal block without voltage input, shield is powered via UNO R3, so the voltage of V, V1 and + pins are 5V. <br> | When SE is connected with jumper cap, and VCC /GND terminal block without voltage input, shield is powered via UNO R3, so the voltage of V, V1 and + pins are 5V. <br> | ||
Line 48: | Line 46: | ||
When SE is disconnected, and VCC /GND terminal block without voltage input, shield is powered via UNO R3, so the voltage of V pin is 0V, the voltage of V1 and + pins are 5V. | When SE is disconnected, and VCC /GND terminal block without voltage input, shield is powered via UNO R3, so the voltage of V pin is 0V, the voltage of V1 and + pins are 5V. | ||
<br> | |||
==Example Use== | ==Example Use== | ||
You can stack the shield onto UNO R3 board. Use a PIR motion sensor and LCD display to build the circuit experiments. | You can stack the shield onto UNO R3 board. Use a PIR motion sensor and LCD display to build the circuit experiments. | ||
<br>[[Image:KS0004-4.png|800px|frameless]]<br> | <br>[[Image:KS0004-4.png|800px|frameless]]<br> | ||
<br> | |||
==Resources == | ==Resources == | ||
Line 62: | Line 60: | ||
http://video.keyestudio.com/ks0004/ | http://video.keyestudio.com/ks0004/ | ||
<br> | |||
==Get One Now == | ==Get One Now == | ||
*[https://www.keyestudio.com/free-shipping-keyestudio-sensor-shield-expansion-board-v5-for-arduino-p0179.html '''Official Website'''] | *[https://www.keyestudio.com/free-shipping-keyestudio-sensor-shield-expansion-board-v5-for-arduino-p0179.html '''Official Website'''] |
Revision as of 15:50, 23 September 2019
Introduction
In the experiments, you might often use UNO R3 control board and several sensor modules. If the interfaces of power output is not enough, you may need to add a breadboard and use many connection wires. Is it really troublesome?
But now, with this keyestudio sensor shield, you can easily solve that problem. This shield is fully compatible with UNO R3 control board, so you can easily stack it onto UNO R3 for use.
This keyestudio sensor shield has extended the digital and analog ports out as 3PIN interface (G,V, S), which can directly connect 3PIN sensor modules.
It also breaks out some communication pins of 2.54mm pitch, like serial, IIC, and SPI communication.
The shield comes with a reset button and 2 signal indicators as well.
Additionally, you can supply the voltage needed to the sensor modules through blue terminal blocks on the shield. Because some sensor modules is not used with 5V or 3.3V but with special voltage.
Check out specifications
- Extends an Arduino Reset button
- Comes with a built-in power indicator and a D13 indicator
- Breakout all the digital and analog ports of UNO R3 as 3PIN headers
- A serial communication interface
- A I2C communication interface
- A SPI communication interface
- Comes with a URF interface
- Comes with an APC220 interface
- You can supply the voltage needed for sensor modules via terminal blocks.
Controllers Compatible
- keyestudio UNO R3 BOARD /Arduino UNO R3
- keyestudio EASY plug Control Board
- keyestudio Leonardo R3 Development Board
- 51duino
Details
- Dimensions: 57mm x 57mm x 20mm
- Weight: 20.5g
Pinout Instructions
Note:
When SE is connected with jumper cap, and input DC 7V to VCC /GND terminal block, so the voltage of V, V1 and + pins are 7V.
When SE is connected with jumper cap, and VCC /GND terminal block without voltage input, shield is powered via UNO R3, so the voltage of V, V1 and + pins are 5V.
When SE is disconnected, input DC 7V to VCC /GND terminal block, so the voltage of V pin is 7V, the voltage of V1 and + pins are 0V.
When SE is disconnected, and VCC /GND terminal block without voltage input, shield is powered via UNO R3, so the voltage of V pin is 0V, the voltage of V1 and + pins are 5V.
Example Use
You can stack the shield onto UNO R3 board. Use a PIR motion sensor and LCD display to build the circuit experiments.
Resources
- Download the PDF:
https://drive.google.com/open?id=1HqsWqydCvdNWqFin586EsZ-co2m7o6J6
- Video:
http://video.keyestudio.com/ks0004/