Difference between revisions of "Microbit-Piano"

From SB-Components Wiki

(Created page with "<div class="row"> <div class="large-8 column"> == Micro:Bit Piano == Micro:bit Piano is a piano module that runs on Micro:bit from which you can play beautiful songs. There...")
 
Line 31: Line 31:
 
<tr> <th>PIN </th> <th>Description </th></tr>
 
<tr> <th>PIN </th> <th>Description </th></tr>
  
 +
<tr> <td>VCC </td> <td> 3.3V </td></tr>
 +
<tr> <td>GND</td> <td>GND </td></tr>
 
<tr> <td>Buzzer </td> <td>PIN 0 of Microbit </td></tr>
 
<tr> <td>Buzzer </td> <td>PIN 0 of Microbit </td></tr>
 
<tr> <td>WS2812 RGB LED</td> <td>PIN 1 of Microbit </td></tr>
 
<tr> <td>WS2812 RGB LED</td> <td>PIN 1 of Microbit </td></tr>

Revision as of 05:19, 24 May 2021

Micro:Bit Piano

Micro:bit Piano is a piano module that runs on Micro:bit from which you can play beautiful songs. There is an interface for you to connect to your Micro:bit, four RGB LEDs make your board brilliant. This piano module has a capacitive touch chip that prompts 13 contact keys to simulate your piano keys, you can play your preferred music.

Features

  • Micro:bit edge connector, directly pluggable.
  • Buzzer to play music.
  • Onboard capacitive touch controller, 13x touch keys through the I2C interface.
  • 4x RGB LEDs, controlled by only one signal pin.
  • Breakout module control pins, Micro:bit SPI pins, and GPIO pins
  • Easy Expansion


Specifications

  • Touch controller: TTP229
  • RGB LED: WS2812B
  • LED color depth: 16777216 colors
  • Operating voltage: 3.3V
Microbit Piano.
Buy it From : Click Here

Pinout


PIN Description
VCC 3.3V
GND GND
Buzzer PIN 0 of Microbit
WS2812 RGB LED PIN 1 of Microbit

Programming

Drag and Drop

Resources