Close
0%
0%

KronoX | Light-Encoding Timekeeper

Using the versatile ESP8266 to control an 8-bit array of LEDs for displaying a single-digit binary clock!

Similar projects worth following
We wanted to create a minimalist clock that would both in terms of aesthetics, as well as how time was displayed. We decided to combine an 8-bit NeoPixel array with a ESP-01 module for the ubiquitous ESP8266 SoC. We're quite pleased with the result, so we wanted to share it with the Maker/Hacker world!

We'll update the Project Details periodically as enough progress is made to allow for a coherent narrative. Follow the Project Logs for a breakdown and timeline of the build.

Testing Phase

  • 1 × ESP-01 Module for ESP8266 A tiny module for programming the onboard ESP8266 (http://amzn.to/2sycfLG)
  • 1 × 8-bit array of WS2812B LEDs 8-bit array of WS2812B LEDs (http://amzn.to/2EuzeNt)
  • 1 × Glass Cloche Design files in repository
  • 1 × Custom 3d-printed Base Design files in project's listing

  • Programming the ESP-01 | Attempt #1

    ACROBOTIC Industries02/26/2018 at 00:44 0 comments

    The next step was loading some code into the ESP-01.  This module doesn't have a built-in USB-to-Serial adapter, so we needed to build or purchase an external adapter.  Though we've built some in the past on a breadboard, we didn't want to deal with messy wiring, so we went for the latter of the two options and picked up a cheap ESP-01 programmer on eBay.

    The thing is that we want to remove the header of the ESP-01 so that the LED board sits flush against its back side, so we needed to connect the programmer and ESP-01 module without using the pin socket.  In such cases where we don't have a header to use, we turn to pogo pins for making temporary-but-robust electrical connections between PCBs.

    Luckily we had some 2×4 pin-to-pin breakout boards for a different projects that came in very handy!

    Our first attempt, without too much thinking was to create a 2x4-to-pogo pin sandwich board that we could simply plug into the header of the ESP-01:

    Unfortunately this didn't work because we only have access to the top side of the ESP-01 as the pins on the back of the module are soldered to the LED board, which doesn't have pads/pins on its top site.  As such, the connections are reversed by a mirror image.

  • Getting Started

    ACROBOTIC Industries02/15/2018 at 06:50 0 comments

    With some of the parts in hand, the first thing we need is to connect the ESP-01 and the 8-bit NeoPixel LED board. Given the goal of a minimalist design, we choose to mount the two boards back to back. Conveniently, the spacing of the pins and pads is the same (0.1" pitch) so they physically line up.  So let's consider now the pinout of the two:

    Just for kicks and giggles we'll remove the pin header from the ESP-01, and use 3 pins from its top row to connect to the LED board so that the connections are as follows:

    ESP-01 | LED board

    GND-----GND

    GPIO2--4-7VDC

    GPIO0--DIN

    This is not a great idea because we plan on using GPIO2 to power the LED board even though it won't provide neither enough voltage (3.3VDC max) nor source enough current (50~60mA max). ¯\_(ツ)_/¯

    To avoid any interference from the second GND pad on the LED board, and the pin with which it lines up on the ESP-01 (U0RXD or Rx), we remove the pad by applying a bit of heat with the soldering iron.

    After soldering the two together this is what we have:

    Now we move on to building a little programmer to load our test code!

View all 2 project logs

Enjoy this project?

Share

Discussions

pautler56 wrote 02/15/2018 at 14:27 point

Hey guys!  Nice idea!  Where is the Github repo?

  Are you sure? yes | no

ACROBOTIC Industries wrote 02/15/2018 at 14:49 point

Thanks for visiting the project.  This is a work in progress, so we'll add things to the repo as we go along.  Stay tuned!

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates