SDG Electronics

SDG #133 2000 LED NTP Megaclock - An ESP32 based Wharton Electronics Style Clock

This episode kicks off an ambitious build: a large format LED clock in the style of the Wharton Electronics displays found in broadcast studios and control rooms, using around 2000 individual LEDs driven by an ESP32 that pulls accurate time over NTP. Rather than relying on an RTC module and periodic manual correction, network time keeps the display locked to a reference source, which is the whole point of a studio style clock.

The design discussion is the most transferable part. Driving that many LEDs means thinking carefully about multiplexing strategy, current limiting, segment brightness consistency and the sheer number of solder joints involved, which is exactly why the project is routed through a machine assembly service rather than hand populated. There is a practical walkthrough of preparing a design for outsourced SMT work: choosing parts from the assembler’s basic or preferred library to avoid extra setup fees, keeping to a single assembly side where possible, ensuring footprints and part orientation are unambiguous, and generating clean BOM and centroid files so the panel is not rejected or misplaced.

For anyone considering a similar large LED matrix or seven segment project, the takeaways are that component selection driven by the assembler’s stock list can dramatically cut cost, and that the ESP32 makes a sensible controller because Wi-Fi, enough GPIO for scanning and plenty of flash come in one cheap module. The schematic is published for those who want to follow the design as later parts of the build progress to assembly and testing.