https://github.com/dannixon/dilbert
An interactive badge based on the ESP8266
https://github.com/dannixon/dilbert
Last synced: about 2 months ago
JSON representation
An interactive badge based on the ESP8266
- Host: GitHub
- URL: https://github.com/dannixon/dilbert
- Owner: DanNixon
- License: mit
- Created: 2016-05-19T19:55:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T08:12:28.000Z (about 8 years ago)
- Last Synced: 2025-04-02T13:11:21.414Z (about 2 months ago)
- Language: Eagle
- Homepage: http://dannixon.github.io/Dilbert
- Size: 3.03 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Dilbert
[](https://travis-ci.org/DanNixon/Dilbert)
An interactive badge based on the ESP8266.
For getting started and general information see [GUIDE.md](GUIDE.md).
## Features
- ESP8266
- Colour LCD
- D-pad + A/B buttons
- 8 NeoPixels
- UART, i2c, digital IO and NeoPixel expansion headers## Links
- Repository: https://github.com/DanNixon/Dilbert
- Travis CI: https://travis-ci.org/DanNixon/Dilbert
- Documentation: http://dannixon.github.io/Dilbert## Contributing code
Cool stuff to run on the badge is very welcome.
See [CONTRIBUTING.md](CONTRIBUTING.md).
## Requirements
Uses the following Arduino libraries:
- [Adafruit ILI9341](https://github.com/Links2004/Adafruit_ILI9341) (the
Links2004 fork can provide much faster display updates than the [Adafruit
library](https://github.com/adafruit/Adafruit_ILI9341))
- [Adafruit GFX](https://github.com/adafruit/Adafruit-GFX-Library)
- [Adafruit NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel)
- [Adafruit MCP23017](https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library)
(modified version included in this repository)
- [Universal Inputs](https://github.com/DanNixon/ArduinoUniversalInput)## Parts
- ESP-12
([buy](https://www.adafruit.com/product/2491))
- 2.2" TFT display with ILI9341 driver
([buy](http://www.ebay.co.uk/itm/262448340175))
- [MCP23017](http://ww1.microchip.com/downloads/en/DeviceDoc/21952b.pdf)
([buy](http://www.mouser.co.uk/search/ProductDetail.aspx?R=0virtualkey0virtualkeyMCP23017-E-SO))
- [AP2112](http://www.diodes.com/_files/datasheets/AP2112.pdf)
([buy](http://www.digikey.co.uk/product-detail/en/diodes-incorporated/AP2112K-3.3TRG1/AP2112K-3.3TRG1DICT-ND/4505257))
- 8x NeoPixels
([buy](https://www.adafruit.com/products/1655))
- 6x switches
([buy](http://www.digikey.co.uk/product-detail/en/panasonic-electronic-components/EVQ-PE504K/P13589S-ND/1245482))
- 1uF and 10uF 0805 capacitors
- 1K and 10K 0805 resistors