An open API service indexing awesome lists of open source software.

https://github.com/harbaum/dotlite

DOTTI compatible DIY 8x8 bluetooth LE led matrix
https://github.com/harbaum/dotlite

bluetooth-low-energy esp32 ws2812b

Last synced: about 1 month ago
JSON representation

DOTTI compatible DIY 8x8 bluetooth LE led matrix

Awesome Lists containing this project

README

          

# Dotlite

Lightweight implementation of a
[DOTTI](https://www.wittidesign.com/products/dotti-one) like device
compatible with the [Webbluetooth LED Display
Demo](https://github.com/WebBluetoothCG/demos/tree/gh-pages/bluetooth-led-display) and [dotti-interfacing](https://github.com/MartyMacGyver/dotti-interfacing).

![dotlite in browser](browser.jpg)

This device is in no way related to the original dotti. It instead
implements only the interface expected by the Webbluetooth LED Display
Demo. It's therefore probably incompatible with any other software meant
to be used with the DOTTI.

The hardware is rather simple and cheap as it consists of an
ESP32 develoment board and a 8x8 WS2812b RGB LED matrix display only. Both
are connected using three wires:

* ESP32 VIN goes to V+ on the display
* ESP32 GND goes to V- on the display
* ESP32 D13 goes to IN on the display

![rear view](rear.jpg)

The Arduino sketch requires the Adafruit NeoPixel ĺibrary which can be
installed from within the Arduino IDE using the Arduino library manager.

![parts](parts.jpg)