Xbee Clicker
Description
Our mini project was to build a clicker system for classrooms using Xbees. The clicker system has one teacher node and several student nodes forming a star network. There are no lcd screens used in this project. This project instead connects to computer that mbed is plugged into and uses that to print out data and read input data. Our clicker system also lacks a lot of features available in commonly used clicker systems. This is a choice we made to create a stable base system and we plan on adding more features later.
Components Used
- Minimum of 2 x Xbee S1 Modules (This project is not tested with Xbee S2 modules)
- Minimum of 2 x Sparkfun Xbee Explorer Regulated Breakout Board
- Minimum of 2 x Mbed
Wiring
Xbee-S1 | mbed |
---|---|
VCC | Vout |
DOUT | p10 |
DIN | p9 |
RST | p11 |
Code
There are two different versions of the program - one for Teacher and one for Student.
Import programxbee_student
Student program for Xbee Clicker System
Import programxbee_teacher
Base teacher program for Xbee clicker
Pictures
Teacher Machine View
Student Machine View
Demo
Please log in to post comments.