Pimoroni
KeyBoard
A badge with interactive lighting and music. An interactive badge with touching, lightning, and melody. You can wear it on your neck or fix it to your bag. P...
Get notified when back in stock
A badge with interactive lighting and music.
An interactive badge with touching, lightning, and melody. You can wear it on your neck or fix it to your bag. Press the lightning icon to switch between two modes. One is a mini piano while another is circular melody and chasing light.
Feature
- Interactive badge
- Rechargeable
- Easy to wear
Part List
- KeyBoard × 1
- Coin battery × 1
- Brooch × 1
- Neck sling × 1
- Micro-USB cable × 1

Specification
- Microcontroller: ATMega328P
- Operating Voltage: 3.3V
- Flash Memory: 32KB of which 0.5KB used by bootloader
- SRAM: 2KB
- EEPROM: 1KB
- Clock Speed: 16MHz
- Working Current: 30mA (when buzzer on)
- Static Current: 8mA (when buzzer and led off)
- Sleep Current: <1mA
- Charge Time: 30 min
- Standby Time: 8 hours
- Keys: 10
- LEDs: 8
How to Use
- Insert the coin battery
- Turn the switch on
- Press the keys of keyboard
- Press the lightning key to switch the mode
- Fix the neck sling to wear it on your neck
- Fix the brooch to pin it to your bag
- Plug the micro-USB cable to recharge
Support
Please feel free to contact joney.sui@longan-labs.cc if you need tech support
Jargon buster
Plain-language definitions for the technical terms used above.
- ATmega328P
- An 8-bit microcontroller chip used on many Arduino Uno-compatible boards. Knowing the controller uses an ATmega328P helps you understand its memory, speed, pin compatibility, and the Arduino sketches it can run.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
Find this product in
Related Tutorials
Free guides on learn.littlebird.com.au