From 9430dfb07dc772eba1ee6deebd12784326438522 Mon Sep 17 00:00:00 2001 From: KatJoyWhite Date: Sat, 8 Dec 2012 20:13:07 +0000 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aeb3cbc..43c6563 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -miniband -======== \ No newline at end of file +# Code Club - Mini Band Project + +Make your own mini band! +You and your friends can form your own finger-sized band and rock out using Raspberry Pi and Arduino. +Learn how to build circuits with sensors and outputs and write a simple programme to control your instruments. + +## You will make: + +* A guitar +* A keyboard +* A set of drums +* A pair of maracas + +## You will need: + +* 1 x Raspberry Pi (plus monitor and power supply) +* USB hub +* 2 x Arduino Uno boards (with USB cables) +* 1 x strip potentiometer +* 2 x tilt sensors +* 5 x piezo buzzers +* 10K resistors +* Bread boards (1 per instrument) + +## Software requirements: + +* Scratch +* IDE developer environment for Arduino +* Py Serial library \ No newline at end of file -- 2.34.1