-
Notifications
You must be signed in to change notification settings - Fork 0
Progress
silps edited this page Jun 19, 2012
·
20 revisions
- connected Arduino breadboard with LEDs, Button and transceiver
- tested the LEDs, Button and transceiver
- started to think about how to connect many clients to the server
- started to do literature research for multiple user transmission
- added illustration to wiki
- tested transmission with 2 users
- connected 5 buttons for voting
- literature research for multiple user transmission
- added pull-up resistors for voting buttons
- implemented button reading
- implemented transmission and receiving with timeout
- restructured transmission packet
- Arduino board borably broken, even blink example didn't work
- reimplemented transmission and receiving functionality
- Arduino board was perfectly fine xD
- changed to RF24 library, which is more popular and up to date
- tested transmission with new library
- built second client for testing
- tested the second client
- measured delays for different setups
- didn't find any collisions in simultaneous transmission with 2 voters
- started to prepare slides
- added command byte for transmission
- prepared slides for presentation
- added different states for voters