https://github.com/dannixon/interactivecoffeetable
An Arduino powered, internet enabled coffee table
https://github.com/dannixon/interactivecoffeetable
Last synced: about 2 months ago
JSON representation
An Arduino powered, internet enabled coffee table
- Host: GitHub
- URL: https://github.com/dannixon/interactivecoffeetable
- Owner: DanNixon
- License: apache-2.0
- Archived: true
- Created: 2014-06-18T09:13:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T16:26:44.000Z (over 3 years ago)
- Last Synced: 2025-03-24T19:53:53.029Z (about 2 months ago)
- Language: C++
- Size: 166 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interactive Coffee Table
I've started to refurbish this project.
"Origianl" CAD and code can be found in the `legacy` directory and on the [Instructable](http://www.instructables.com/id/Interactive-Arduino-Powered-Coffee-Table/).## Current
Work in progress.
## Legacy
The original components comprised of:
- Arduino Mega
- Ethernet shield
- Bluetooth audio receiver
- Stereo audio amplifiers and speakers
- 16x16 LED matrix
- 20x4 LCD
- 40x2 LCD
- 6 button keypad with 2 LEDsOriginal functionality included:
- Last.fm now playing notification
- News/weather? (IIRC)
- Music visualisation
- Bluetooth speakerA bit later I rewrote the firmware (to what is now present in the `lecacy/InteractiveCoffeeTable` directory) to include a snake game.