From 8f99672cb365af16c264296d41d825d0725aac28 Mon Sep 17 00:00:00 2001 From: Blitblank Date: Sat, 29 Nov 2025 22:48:11 -0600 Subject: [PATCH] update readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 97eb983..7404948 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # WombusLED -For now, a template for an embdedded application for the ESP32-S3-Wroom1 module running ESP-IDF -Will update with firmware for the controller board for the WS2812b RGBLED panels +Firmware for controlling WS2812b matrices with ESP-IDF. +This embedded application is designed around the hardware described in this repository, though the goal is to broaden to other hardware targets. +The primary target is the ESP32-S3 Wroom1 N4R2 module. +KiCad schematic and PCB layout files can be found in the pcb directory. -KiCad schematic and PCB layout files can be found in the pcb directory - -Scripts are in scripts directory, named appropriately +Scripts are in scripts directory, named appropriately. ## Development plan: +- [x] Create repository. - [ ] Build setup, get working hello-world program. - [ ] Develop 7-segment display driver for the soburg-v2 board, which uses 32-bit shift registers. Ensures functional hardware interaction and interface design.