Skip to content

gurgleapps/Gurgle-Apps-Word-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GurgleApps Color Word Clock

This code is for our GurgleApps Color Word Clock Kit project. You can buy our kit or make your own, it works with various matrix displays and microcontrollers. It has a web interface to set the time, colors, and other settings.

Help Articles

Features

  • Based on our MicroPython Web Server.
  • Dual WiFi Mode: The Word Clock can connect to your home network while also creating its own access point. This ensures you can always manage your clock, even if it's disconnected from the home network.
  • Customizable Display: Through the admin panel, adjust settings like brightness, color, and display mode to match your style or mood.
  • Seamless Integration: Easily connect the Word Clock to your home WiFi for uninterrupted functionality.
  • Full Control: The admin panel gives you full control over customization and settings, allowing for a truly personalized experience.

Misc Notes

ESP32-C3 super mini pinouts view from top

         USB-C Port
          _______
         |       |
GPIO 05 [o]     [o] 5V
GPIO 06 [o]     [o] GND
GPIO 07 [o]     [o] 3V3
GPIO 08 [o]     [o] GPIO 04
GPIO 09 [o]     [o] GPIO 03
GPIO 10 [o]     [o] GPIO 02
GPIO 20 [o]     [o] GPIO 01
GPIO 21 [o]     [o] GPIO 00
         |_______|

Development Environment

Set up test python web server for quick look and feel rather than copying files to the microcontroller repeatedly.

python3 -m http.server 8000 -d ./src/www

About

Micropython word clock with web server admin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages