/wordle-device

Pull Wordle solutions from the Twitter API and displays them on a tiny 5x5 LED matrix

Primary LanguageCCreative Commons Zero v1.0 UniversalCC0-1.0

wordle-device

Pull Wordle solutions from the Twitter API v2 and displays them on the 5x5 LED matrix of the ESP32 C3FH4 RGB development board by 01Space.

Wordle Device

There are two implementations in this repository:

  • wordle-device.ino and wordle.py: use the Arduino IDE and Espressif ESP32-C3 core to upload this sketch to the board; configure the Twitter API keys and tokens in the Python code (marked by CHANGEME) and run locally with the board connected, to pull the Tweets and send data via serial for display.
    • Arduino requires the Adafruit NeoPixel library
    • Python code requires Tweepy to run (pip3 install tweepy)
  • standalone: the separate README.md file describes how to configure, install and run this standalone code directly from the board (no local Python code required)

Watch a video of the standalone version.