Skip to content

a digital clock with an arduino, 4 soldered 16x16 led matrix and a DS3231 For Pi

License

Notifications You must be signed in to change notification settings

omar-bb/arduino-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Clock

Build Actions Status

a digital clock with an arduino, 4 soldered 16x16 led matrix and a DS3231 For Pi

Table of Contents

Requirement

Usage

To get started clone this repository

$ git clone https://github.com/omar-bb/arduino-clock.git

Build and upload with PlatformIO Core (CLI)

# install project dependencies
$ platformio lib install

# Build project and upload firmware to all the devices specified in “platformio.ini”
$ platformio run --target upload

# if you're using an Arduino ISP or any other programmer to program your arduino
# use this following command
$ platformio run --target program

Build and upload with PlatformIO IDE

To build and upload with PlatformIO IDE you just need to click on the upload button

Development

If you want to contribute to this project here is a quick guide to help you use platformio awesome tools

Developing with PlatformIO Core (CLI)

Before starting to develop with PlatformIO Core (CLI) it is better to have a virtual environment. See "Virtual Environment"

Platformio provides all commands well documented in their official website. See "CLI Guide"

Developing with PlatformIO IDE

With PlatformIO IDE installed in your favourite (IDE / Code Editor) you already have a nice gui interface to get started


NOTE: you can do unit tests in the "test" folder see UNITTESTING.md

Montage

Arduino 16x16 LED Matrix DS3231 For Pi
5V +5V +5V
GND GND GND
D5 A
D4 B
D3 C
D2 D
D6 G
D7 DI
D8 CLK
D9 LAT
(I2C) SDA SDA
(I2C) SCL SCL

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Distributed under the MIT License. See LICENSE.md for more information.

Contact

Omar Ben Brahim - @omarbb44 - omar@ihub-bridge.org

About

a digital clock with an arduino, 4 soldered 16x16 led matrix and a DS3231 For Pi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages