https://github.com/briangershon/bicolor8x8-bluetooth
Send remote drawing commands to a Bi-Color 8x8 Matrix running on an Arduino via Bluetooth Low Energy (BLE).
https://github.com/briangershon/bicolor8x8-bluetooth
Last synced: 2 months ago
JSON representation
Send remote drawing commands to a Bi-Color 8x8 Matrix running on an Arduino via Bluetooth Low Energy (BLE).
- Host: GitHub
- URL: https://github.com/briangershon/bicolor8x8-bluetooth
- Owner: briangershon
- License: mit
- Created: 2015-01-02T00:30:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T00:31:17.000Z (over 10 years ago)
- Last Synced: 2025-01-12T09:45:23.592Z (4 months ago)
- Language: Arduino
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
bicolor8x8-bluetooth
====================An Arduino project that allows you to set the colors for a Bi-Color 8x8 Matrix via Bluetooth.
Leverages hardware and Arduino software libraries created by Adafruit.
Author: Brian Gershon
License: MIT
Commands you can send via UART
------------------------------Just type these commands the Bluefruit UART App for iOS (or other UART app):
* `clear` - clear display
* `red` - draw red box
* `green` - draw green box
* `yellow` - draw yellow box
* `countdown` - draw 3, 2, 1
Components
----------* [Bi-Color 8x8 Matrix](https://www.adafruit.com/products/902) and [Getting Started and Arduino library](https://learn.adafruit.com/adafruit-led-backpack/bi-color-8x8-matrix) available from Adafruit.
* [Bluefruit LE - Bluetooth Low Energy (BLE 4.0) - nRF8001 Breakout - v1.0](https://www.adafruit.com/product/1697) and [Getting Started and Arduino library](https://learn.adafruit.com/getting-started-with-the-nrf8001-bluefruit-le-breakout) available from Adafruit.
* Arduino Uno
* [Bluefruit UART app for iOS](https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=830125974&mt=8) to send text commands via Bluetooth.
Wiring and Setup
----------------* Wire up components and install Adafruit Arduino libraries as described in the two product tutorials above.