An open API service indexing awesome lists of open source software.

https://github.com/daviinacio/white_led_digital_clock

A digital clock made by scratch. Initially built with cardboard, it was re-assembled with 3D-printed parts. It also received hardware and software improvements. Its based on Arduino UNO microcontroller, assembled in a custom standalone PCB.
https://github.com/daviinacio/white_led_digital_clock

7segment arduino atmega avr digitalclock led multiplexing parallel-programming threads

Last synced: about 1 month ago
JSON representation

A digital clock made by scratch. Initially built with cardboard, it was re-assembled with 3D-printed parts. It also received hardware and software improvements. Its based on Arduino UNO microcontroller, assembled in a custom standalone PCB.

Awesome Lists containing this project

README

          

# White Led Digital Clock

A digital clock made by scratch. Initially built with cardboard, it was re-assembled with 3D-printed parts. It also received hardware and software improvements. Its based on Arduino UNO microcontroller, assembled in a custom standalone PCB.

| | |
| :-----------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------: |
| ![](https://raw.githubusercontent.com/daviinacio/white_led_digital_clock/gh-pages/photos/20190101_195619.jpg) | ![](https://raw.githubusercontent.com/daviinacio/white_led_digital_clock/gh-pages/photos/20190101_195603.jpg) |

## Dependencies

- [Arduino Thread](https://github.com/ivanseidel/ArduinoThread)
- [arduino-buffer](https://github.com/daviinacio/arduino-buffer)
- [RTClib](https://github.com/adafruit/RTClib)
- [DHT Sensor Library](https://github.com/adafruit/DHT-sensor-library)
- [Arduino-IRremote](https://github.com/z3t0/Arduino-IRremote)
- [EEPROMEx](https://github.com/thijse/Arduino-EEPROMEx)

## Hardware

- Custom electronic board
- RTC (Real Time Clock)
- DHT (Temperature and Humidity Sensor)
- LDR (Light Dependent Resistor
- IR (Infra Red Receiver)
- Lithium battery
- Buzzer

## Features

- Show the current time
- Show the average of temperature and humidity
- Changes the display brightness automatically
- Can be controlled by TV remote control
- Time adjust
- Adjustable RTC Time Fix

## Files and Images

### Principal files

- [firmware.ino](https://github.com/daviinacio/White_Led_Digital_Clock/blob/master/firmware/firmware.ino)

### Schematic design and PCB prints

| Schematic design |
| :-----------------------------------------------------------: |
| ![Schematic design](/hardware/prints_v2/Schematic_design.png) |

| PCB layout | PCB preview |
| :-----------------------------------------------: | :-------------------------------------------------: |
| ![PCB layout](/hardware/prints_v2/PCB_layout.png) | ![PCB preview](/hardware/prints_v2/PCB_preview.png) |

### More Photos

| | | |
| :-------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: |
| ![](https://raw.githubusercontent.com/daviinacio/white_led_digital_clock/gh-pages/photos/20190105_220150-1.jpg) | ![](https://raw.githubusercontent.com/daviinacio/white_led_digital_clock/gh-pages/photos/20190111_230230-1.jpg) | ![](https://raw.githubusercontent.com/daviinacio/white_led_digital_clock/gh-pages/photos/20190112_202421_Burst01-1.jpg) |