Ks0305 keyestudio Basic Starter Kit for micro bit(with battery holder and USB cable): Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==keyestudio Basic Starter Kit for micro:bit ==
==keyestudio Basic Starter Kit for micro:bit ==
<br>[[File:Ks0305.png|500px|frameless|thumb]]<br>
<br>[[File:Ks0305.png|500px|frameless|thumb]]<br>
Line 7: Line 8:
We specially make this [http://www.keyestudio.com/ks0305.htm  basic starter kit] for you to conveniently learn micro:bit, in which includes a micro: bit control board, 1m USB cable and a battery holder with lead (battery not included, wire length 160mm).<br>
We specially make this [http://www.keyestudio.com/ks0305.htm  basic starter kit] for you to conveniently learn micro:bit, in which includes a micro: bit control board, 1m USB cable and a battery holder with lead (battery not included, wire length 160mm).<br>
Note that USB cable is for programming the micro:bit. Battery holder is for power supply, and it comes with a switch button, very convenient for controlling.
Note that USB cable is for programming the micro:bit. Battery holder is for power supply, and it comes with a switch button, very convenient for controlling.
==Features==
* USB and Bluetooth Low energy connectivity.
* Compass and Accelerometer.
* 2xprogrammable buttons.
* A 25 LED display.
* 20 pin edge connector.
* A USB cable for programming
* A battery case with lead for power supply
==Pinout Display==
<br>[[File:Ks0305.png|500px|frameless|thumb]] [[File:Ks0305.png|500px|frameless|thumb]]<br>
<br>[[File:Ks0305.png|500px|frameless|thumb]]<br>


==Using Method==
==Using Method==
micro: bit programming environment includes online programming tools and local programming tools. Here we introduce the programming method on Google Chrome. First open  https://makecode.microbit.org/ to get into the programming environment. Use the [https://makecode.microbit.org/  website blocks ] to start graphical programming, as shown below.
 
===Step 1: Connect It===
Connect the micro:bit to your computer via a micro USB cable. Your micro:bit will show up on your computer as a drive called 'MICROBIT'. 
<br>[[File:Ks0305-6.png|500px|frameless|thumb]]<br>
 
Step 2: Program It
Using micro bit MakeCode Block editor https://makecode.microbit.org/, write your first micro:bit code. You can drag and drop some example blocks and try your program on the Simulator in the Javascript Blocks Editor, like in the image below.  
 
<br>[[File:Ks0305-1.png|500px|frameless|thumb]]<br>
<br>[[File:Ks0305-1.png|500px|frameless|thumb]]<br>


'''a.'''Click the JavaScript, you can see the corresponding program code. Shown as below figure.
Click the JavaScript, you can see the corresponding program code. Shown as below figure.
<br>[[File:Ks0305-2.png|500px|frameless|thumb]]<br>
<br>[[File:Ks0305-2.png|500px|frameless|thumb]]<br>


'''b.'''Name the program as LED1, then click “Save”. Shown below.
===Step 3: Download It===
Click the Download button in the editor. This will download a 'hex' file, which is a compact format of your program that your micro:bit can read.  
Here you can name the project as LED1, then click “Save”. Shown below.
<br>[[File:Ks0305-3.png|500px|frameless|thumb]]<br>
<br>[[File:Ks0305-3.png|500px|frameless|thumb]]<br>
Or you can find the corresponding file in the C disk. Shown below.
 
Once the hex file has downloaded, copy it to your micro:bit just like copying a file to a USB drive. On Windows find the microbit-LED1 file, you can right click and choose "Send To→MICROBIT."
<br>[[File:Ks0305-4.png|500px|frameless|thumb]]<br>   
<br>[[File:Ks0305-4.png|500px|frameless|thumb]]<br>   
'''c.'''Connect the micro: bit to your computer using a USB cable. Computer will automatically identify the installation driver, so no hand operation needed. Then find the microbit-LED1 file on the C disk, and send it to MICROBIT(G). So uploading the program is complete.
<br>[[File:Ks0305-5.png|500px|frameless|thumb]]<br>
<br>[[File:Ks0305-5.png|500px|frameless|thumb]]<br>


'''d.'''Powering up the micro:bit, 5*5 LED dot matrix on the micro:bit will display the pattern. You can power it using USB cable or battery. The battery holder need to connect two 1.5V AA batteries. Shown below.  
===Step 4: Play It===
<br>[[File:Ks0305-6.png|500px|frameless|thumb]]  [[File:Ks0305-7.png|500px|frameless|thumb]]   <br>
The micro:bit will pause and the yellow 5*5 LED on the back of the micro:bit will display the images while your code is programmed.  
<br> [File:Ks0305-7.png|500px|frameless|thumb]] <br>





Revision as of 11:25, 10 July 2018

keyestudio Basic Starter Kit for micro:bit


thumb

Description

micro: bit is a microcontroller of ARM structure designed by BBC. It is only half size of a credit card, onboard with Bluetooth, accelerometer, electronic compass, three buttons, 5x5 LED dot matrix, mainly used for teens programming education.
We specially make this basic starter kit for you to conveniently learn micro:bit, in which includes a micro: bit control board, 1m USB cable and a battery holder with lead (battery not included, wire length 160mm).
Note that USB cable is for programming the micro:bit. Battery holder is for power supply, and it comes with a switch button, very convenient for controlling.


Features

  • USB and Bluetooth Low energy connectivity.
  • Compass and Accelerometer.
  • 2xprogrammable buttons.
  • A 25 LED display.
  • 20 pin edge connector.
  • A USB cable for programming
  • A battery case with lead for power supply


Pinout Display


thumb thumb

thumb


Using Method

Step 1: Connect It

Connect the micro:bit to your computer via a micro USB cable. Your micro:bit will show up on your computer as a drive called 'MICROBIT'. 
thumb

Step 2: Program It Using micro bit MakeCode Block editor https://makecode.microbit.org/, write your first micro:bit code. You can drag and drop some example blocks and try your program on the Simulator in the Javascript Blocks Editor, like in the image below.


thumb

Click the JavaScript, you can see the corresponding program code. Shown as below figure.
thumb

Step 3: Download It

Click the Download button in the editor. This will download a 'hex' file, which is a compact format of your program that your micro:bit can read. Here you can name the project as LED1, then click “Save”. Shown below.
thumb

Once the hex file has downloaded, copy it to your micro:bit just like copying a file to a USB drive. On Windows find the microbit-LED1 file, you can right click and choose "Send To→MICROBIT."
thumb

thumb

Step 4: Play It

The micro:bit will pause and the yellow 5*5 LED on the back of the micro:bit will display the images while your code is programmed.
[File:Ks0305-7.png|500px|frameless|thumb]]


Resources

Buy From

You can get one now from the links below:

Official Website:
http://www.keyestudio.com/ks0305.html

Shop on AliExpress: [1]