GithubHelp home page GithubHelp logo

tusabez / time-circuits-display Goto Github PK

View Code? Open in Web Editor NEW

This project forked from circuitsetup/time-circuits-display

7.0 0.0 0.0 33.37 MB

Fully Featured Time Circuits Display from Back to the Future

Home Page: https://circuitsetup.us/product/complete-time-circuits-display-kit/

C++ 88.38% C 11.62%

time-circuits-display's Introduction

Time Circuits Display

TCD Front

This Time Circuits Display has been meticulously reproduced to be as accurate as possible to the one seen in the Delorean Time Machine in the Back to the Future movies. The LED displays are custom made to the correct size for CircuitSetup. This includes the month 14 segment/3 character displays being closer together, and both the 7 & 14 segment displays being 0.6" high by 0.35" wide.

The Destination Time can be entered via keypad, and the Present Time can keep time via NTP. There is also a time travel mode, which moves the Destination Time to Present Time, and Present Time to Last Time Departed. The startup, keypad dial sounds, and time travel sounds are played using I2S.

To see some things in the code that could use some work, please see here.

Kits

Time Circuits Display kits can be purchased here with or without 3d printed parts.

View the instructions for assembling your CircuitSetup.us TCD Kit

Kit Parts

  • 3x Segment displays in (Red, Green, Yellow)
  • Gels for displays (Red, Green, Yellow)
  • Mounting hardware (37x screws for display enclosure to outer enclosure, display PCB to enclosures, speaker mount, keypad mount, 4x small screws for keypad PCB to bezel mount)
  • Connection wiring (3x 4p JST-XH for display I2C, 1 7p JST-XH for keypad)
  • ESP32 powered control board
  • Programmed ESP32 dev board
  • TRW style number keypad (must be disassembled to use number keys, pcb and rubber backing)
  • Square LED lenses (2x white, 1x red/amber/green)
  • RTC battery
  • Small 4ohm 3W speaker
  • Display time label stickers

Display Features

  • 1x 3 character 14 segment display
  • 10x 1 character 7 segment displays
  • I2C interface:
    • Red (Destination Time) is 0x71
    • Green (Present Time) is 0x72
    • Yellow (Last Time Departed) is 0x74
  • Color:
    • Red 630nm
    • Green 570nm
    • Yellow 587nm
  • Measurements: 8.5" x 1.45" (210.82 x 36.83mm)
  • Hole Spacing (same as LMB aluminum boxes):  3.75" x 1.28" - 6 total

Control Board Features

  • Measurements: 4.53" x 4.12" (115.18 x 104.62mm)
  • Real Time Clock
  • Ability to get time from NTP (via ESP32 wifi)
  • Class D Mono Audio Amplifier - 4ohm
  • Manual volume control
  • SD card slot (sd card not included)
  • 2 additional GPIO outputs (13 & 14)
  • 1 SPI output
  • On board power supply which can take input from 6-20V DC
  • ESD filtering to prevent interference
  • Can be powered by ESP32 micro USB port

Control board pinout

  • I2C:
    • SCL - 22
    • SDA - 21
  • SD Card (SPI):
    • CS - 5
    • MOSI - 23
    • MISO - 19
    • SCK - 19
  • Real Time Clock DS3231M (I2C addr: 0x68):
    • SQW - 15 (used to blink LEDs every second)
  • Keypad PCF8574T (I2C addr: 0x20):
    • INT - 4 (can be used as an interrupt, but is not currently)
  • Mono sound output I2S / MAX98357
    • DIN - 33
    • BCLK - 26
    • LRCLK - 25
  • Other:
    • Keypad White LED - 17
    • Keypad Enter Button - 16
    • Volume - 32
    • Status LED - 2 (nodeMCU)

time-circuits-display's People

Contributors

circuitsetup avatar

Stargazers

Kyle Gerard Felker avatar  avatar Alex Johnstone avatar David Gilmore avatar Felix Nüsse avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.