Difference between revisions of "Classroom HackSpaceChallenge/Buzzers/BuzzerHub"

From London Hackspace Wiki
Jump to navigation Jump to search
(Created page with "==Owner== The lucky person in charge of building designing the Teacher Module")
 
Line 1: Line 1:
 +
==Hardware==
 +
 +
How many buzzers should a hub connect to?
 +
Which microcontroller
 +
Which battery
 +
Which communication
 +
Buzzer?
 +
Leds?
 +
 +
==Software==
 +
 +
One extensible way of doing it is for the hubs to have some form of language for defining a lesson. E.g simple statements like.
 +
 +
Wait 10 secs
 +
Listen for button response
 +
Listen for server response
 +
Send button press to server
 +
If button 4 pressed last light green led and sound buzzer
 +
 +
Obviously this would be in opcode fashion to save space.
 +
 +
 
==Owner==
 
==Owner==
  
 
The lucky person in charge of building designing the Teacher Module
 
The lucky person in charge of building designing the Teacher Module

Revision as of 13:57, 24 March 2011

Hardware

How many buzzers should a hub connect to? Which microcontroller Which battery Which communication Buzzer? Leds?

Software

One extensible way of doing it is for the hubs to have some form of language for defining a lesson. E.g simple statements like.

Wait 10 secs Listen for button response Listen for server response Send button press to server If button 4 pressed last light green led and sound buzzer

Obviously this would be in opcode fashion to save space.


Owner

The lucky person in charge of building designing the Teacher Module