Preface of KitiBot-Microbit

From Waveshare Wiki
Revision as of 09:34, 26 July 2018 by Waveshare-eng11 (talk | contribs) (Created page with "===Preface=== ---- This KitiBot Tracked/2WD robot kit uses the BBC micro:bit as the host controller, combined with several functional modules, it is easy for the kids to expe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Preface


This KitiBot Tracked/2WD robot kit uses the BBC micro:bit as the host controller, combined with several functional modules, it is easy for the kids to experience robotic tricks such as: line tracking, obstacle avoiding, ultrasonic ranging, servo operation, Bluetooth remote control, etc.

The Tracked version and the 2WD verson KitiBot use the same control board and their functions are same, the only different is their structure

units


【Micro:bit】

The BBC micro:bit is a pocket-sized computer to learn programming for kids and beginners

  • Nordic nRF51822
    • 16 MHz 32-bit ARM Cortex-M0 microcontroller
    • Bluetooth® 4.0 low energy/2.4GHz RF SoC
    • 16kB RAM
    • 256kB Flash
  • Freescale KL26Z – 48 MHz ARM Cortex-M0+ MCU
  • Compass – Freescale MAG3110 3-axis magnetometer, I2C interface
  • Accelerometer – Freescale MMA8652 3-axis accelerometer, I2C interface
  • Power connector – 3V power supply
  • Reset button – reset the system
  • Micro USB connector – for connecting PC, download code, serial communication, etc.
  • 5x5 LED display – 5x5 LED grid
  • Button A/B – programmable buttons
  • I/O connection pins – 5 I/O rings and 20-pin edge connector, including SPI, UART, I2C, Analog, PWM, etc.
  • Dimensions – 5cm x 4cm

Notes】 Components of different package will be different. In this guide, we will describe all the components, and some of them may not be included in the package you buy.

The use guide, shcematic, demo code, datasheet, all the resources can be download in Wiki.

Author say】 There may be mistakes and errors in this guide due to the limit of knowledge and time. If you find any errors, please kindly contact us.

Please be careful when you use this KitiBot to avoid of destroying the KitiBot. We recommend you to read this guide and following it when you first time receive your KitiBot.

Notes


  1. Please check the package when you first receive it, check if all the components of the package you bought are included. Before you use the KitiBot, you had better learn how to use the micro:bit by following the chapter 1 to chapter 3. And then assemble it to the KitiBot.
  2. The control board integrates charge/boost-discharge circuit and batteries protection circuit achieves multi protection: reverse protection, over charge/discharge protection, over current protection and short circuit protection. Because of the protection circuit, if your is the first time to use the battery on KitiBot, it may cannot power on. In this case, you need to fast toggle the power switch for several times. If you find that the KitiBot cannot be power on when you change new battery, please try this way.
  3. There are four indicators on driver board, they are WARRING, CHG, BOOT and PWR.
    • WARRING: This LED is warring indicator, if you opposite connecting batteries, this LED will light on, and you need to change the connecting direction of batteries
    • PWR: This is power indicator, it will light on when the KitiBot is powered on. If you find that this LED doesn't light on after you turn on power switch, you should try to fast toggle the switch for several times, or check if it is need to be charged.
    • BOOT: This is a discharge indicator. It will light on when battery discharges normally. If this LED keeps off or blinking without charging, you may need to charge the battery.
    • CHG: Indicator of charging, it will light on and the BOOT keeps off when you charge battery by connecting USB cable. CHG indicator will turn off after full charge.
  4. Power USB interface is used for charging, cannot be used to download programs. If you don't use the KitiBot for long time, please turn the power switch to off from battery damage.

Related Pages