Ks0360 Keyestudio Sensor Shield V2 for BBC micro:bit: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[image:KS0360.png|thumb|400px|right|Keyestudio Sensor Shield V2 for BBC micro:bit]]
[[image:KS0360 (1).jpg|thumb|400px|right|Keyestudio Sensor Shield V2 for BBC micro:bit]]


<br>
==Introduction==
==Introduction==
In the educational market, micro:bit control boards are becoming more and more popular. However, a single micro:bit control board is not easy to  test with other sensor modules. We particularly design this keyestudio sensor expansion board V2 for micro:bit.
In the educational market, micro:bit control boards are becoming more and more popular. However, a single micro:bit control board is not easy to  test with other sensor modules. We particularly design this keyestudio sensor expansion board V2 for micro:bit.<br>
The sensor shield V2 breaks out all the PIO ports on the micro:bit control board into 3PIN interface (GND, VCC, Signal), very easy to connect the micro:bit control board and other sensor modules.  
The sensor shield V2 breaks out all the PIO ports on the micro:bit control board into 3PIN interface (GND, VCC, Signal), very easy to connect the micro:bit control board and other sensor modules. <br>
Moreover, it also extends some commonly-used serial communication interfaces into pin or female headers with 2.54mm pin pitch, such as I2C and SPI communication pins. So that this shield will allow communication between micro:bit control board and other communication devices.
Moreover, it also extends some commonly-used serial communication interfaces into pin or female headers with 2.54mm pin pitch, such as I2C and SPI communication pins. So that this shield will allow communication between micro:bit control board and other communication devices.<br>
You can power the micro:bit board through a black DC jack (DC 7-9V) or a mciro USB port (DC 5V) on the shield.  
You can power the micro:bit board through a black DC jack (DC 7-9V) or a mciro USB port (DC 5V) on the shield. <br>
When power the sensor, you could select the supply voltage 3.3V or 5V via jumper cap V1 and V2.  
When power the sensor, you could select the supply voltage 3.3V or 5V via jumper cap V1 and V2.<br>


<span style=color:red> '''Special note:''' <br>
when connect external sensor module to the shield for working,the operating current of AMS1117-3.3V and NCP1117ST50T3G chip is too large, so it is easy to get hot. Pay special attention to avoid touching the two chips and causing burns.  <br>
<br>


==Controller Compatible==
==Controller Compatible==
* micro:bit control board
* micro:bit control board


 
<br>
==Technical Details==
==Technical Details==
* Power input: black DC jack (DC 7-9V) or micro USB port (DC 5V)
* Power input: black DC jack (DC 7-9V) or micro USB port (DC 5V)
Line 23: Line 30:
* Dimensions: 65mm x58mm x12mm
* Dimensions: 65mm x58mm x12mm
* Weight: 31g
* Weight: 31g
[[File:ks0360 size.jpg|600px|frameless|thumb]]<br>
[[File:KS0360-.jpg|600px|frameless|thumb]]<br>


<br>
==Pinout Diagram==
==Pinout Diagram==
[[File:ks0360 pinout.jpg|200px|frameless|thumb]]<br>
[[File:Ks0360 PINOUT.jpg|800px|frameless|thumb]]<br>


<br>
==Example Use==
Send the code to your micro:bit board, and insert it into the sensor shield. Then set the V1 and V2 to 5V output, power it via DC jack (DC7-9V). Connect the LM35 sensor and 12C 1602 LCD to the sensor shield using jumper wires. Finally display the current temperature value on the LCD. You could refer to an example picture below. <br>
[[File:KS0360-2.png|700px|frameless|thumb]]<br>


==Example Use==
<br>
Send the code to your micro:bit board, and insert it into the sensor shield. Then set the V1 and V2 to 5V output, power it via DC jack (DC7-9V). Connect the LM35 sensor and 12C 1602 LCD to the sensor shield using jumper wires. Finally display the current temperature value on the LCD. You could refer to an example picture below.  
== Resources ==
[[File:KS0360-2.jpg|200px|frameless|thumb]]<br>
 
* [https://drive.google.com/open?id=1wqzutwvc2TjWnPuegh-V_jR4-JwbMOKl  You can click here to download the PDF ]
 
<br>
==Get One Now==
*[https://www.keyestudio.com/keyestudio-sensor-shield-module-v2-for-bbc-microbit-p0115-p0115.html    '''Official Website''']
 
*[https://www.aliexpress.com/store/product/Keyestudio-Sensor-Shield-Module-V2-for-BBC-Micro-Bit/1452162_32920744946.html?spm=2114.12010608.0.0.9569553aG3CYNY    '''Shop on aliexpress''' ]




[[Category: Micro:bit]]
[[Category: Micro:bit]]

Revision as of 09:07, 24 April 2019

Keyestudio Sensor Shield V2 for BBC micro:bit


Introduction

In the educational market, micro:bit control boards are becoming more and more popular. However, a single micro:bit control board is not easy to test with other sensor modules. We particularly design this keyestudio sensor expansion board V2 for micro:bit.
The sensor shield V2 breaks out all the PIO ports on the micro:bit control board into 3PIN interface (GND, VCC, Signal), very easy to connect the micro:bit control board and other sensor modules.
Moreover, it also extends some commonly-used serial communication interfaces into pin or female headers with 2.54mm pin pitch, such as I2C and SPI communication pins. So that this shield will allow communication between micro:bit control board and other communication devices.
You can power the micro:bit board through a black DC jack (DC 7-9V) or a mciro USB port (DC 5V) on the shield.
When power the sensor, you could select the supply voltage 3.3V or 5V via jumper cap V1 and V2.


Special note:
when connect external sensor module to the shield for working,the operating current of AMS1117-3.3V and NCP1117ST50T3G chip is too large, so it is easy to get hot. Pay special attention to avoid touching the two chips and causing burns.



Controller Compatible

  • micro:bit control board


Technical Details

  • Power input: black DC jack (DC 7-9V) or micro USB port (DC 5V)
  • Voltage output: select 3.3V or 5V via jumper cap V1/V2
  • Comes with a power indicator
  • Extends the PIO of micro:bit into 3PIN interface
  • Serial communication pin
  • I2C communication pin
  • SPI communication pin
  • Dimensions: 65mm x58mm x12mm
  • Weight: 31g

thumb


Pinout Diagram

thumb


Example Use

Send the code to your micro:bit board, and insert it into the sensor shield. Then set the V1 and V2 to 5V output, power it via DC jack (DC7-9V). Connect the LM35 sensor and 12C 1602 LCD to the sensor shield using jumper wires. Finally display the current temperature value on the LCD. You could refer to an example picture below.
thumb


Resources


Get One Now