Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

33 lines (30 loc) · 1.24 KB

RoboKitty

Arduino UNO codebase for multiple modules that will come together to make an interactive robotic kitty.

Current Modules/Features

Feature Module(s) Hardware Description
8bit Tunes EightBitTunes 1 Pezo, SD Card Shield + SD Card Plays 8bit tunes that are loaded as .txt files on to a SD Card, following the ABC Notation format.
Some sample tunes are provided in txt file format, as well as some java scripts that can help convert manually transposed songs in to proper frequency/duration format.
Battery Monitor BatteryMonitor 10 LEDs, 1 Battery Displays the remaining charge of the attached battery in increments of 10%, with each of the 10 LEDs corresponding to a single increment range. All LEDs up to calculated remaining percent will display a solid colour, while the LED representing the current percent blinks.
Example: At 56% remaining charge, LEDs 1-5 will light up (they represent the range from 0%-40%), and LED 5 will be blinking since 56% lies in the 50%-60% range.