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

https://github.com/marcussacapuces91/horloge

Horloge avec afficheur 4x14 seg. led, mise à l'heure par prot. NTP et prise en compte de l'offset au temps UTC
https://github.com/marcussacapuces91/horloge

esp8266-arduino ht16k33 ntp-client web-server

Last synced: 7 months ago
JSON representation

Horloge avec afficheur 4x14 seg. led, mise à l'heure par prot. NTP et prise en compte de l'offset au temps UTC

Awesome Lists containing this project

README

          

# Horloge

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![License][license-shield]][license-url]
[![Twitter][twitter-shield]][twitter-url]





Logo Horloge

Horloge


Horloge numérique utilisant principalement un ESP8266 et un afficheur HT16K33 (4 chiffres à 14 segments)


Explorer la doc »




View Demo
·
Déclarer un Bug
·
Proposer une fonctionnalité

Table de matière




  1. À propos



  2. Getting Started


  3. Utilisation

  4. Feuille de route

  5. Contribuer

  6. Licence

  7. Contact

  8. Remerciements

## À propos

![](20210330_093010.jpg)

### Dépendances

* [Arduino© IDE](https://www.arduino.cc/en/software) ;
* [NTPClient](https://github.com/arduino-libraries/NTPClient) ;
* [WiFiUdp](https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/src/WiFiUdp.h) ;
* [ESP8266WiFi](https://arduino-esp8266.readthedocs.io/en/latest/index.html) ;
* [Adafruit LEDBackpack](https://github.com/adafruit/Adafruit_LED_Backpack) ;
* [LittleFS](https://github.com/littlefs-project/littlefs) ;
* [ESP8266WebServer](https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WebServer/src/ESP8266WebServer.h) ;
* [ArduinoJson](https://arduinojson.org/).

## Getting Started

To get a local copy up and running follow these simple steps.

### Prerequisites

This is an example of how to list things you need to use the software and how to install them.
* npm
```sh
npm install npm@latest -g
```

### Installation

1. Clone the repo
```sh
git clone https://github.com/Marcussacapuces91/Horloge.git
```
2. Install NPM packages
```sh
npm install
```

## Utilisation

> Mettre ici des exemples pour montrer comment utiliser ce projet. Des copies d'écran, des exemples de code et des démos dans cet espace. On peut aussi y ajouter des liens vers d'autres ressources.

## Feuille de route

Voir les [Points ouverts (_issues_)](https://github.com/Marcussacapuces91/Horloge/issues) pour connaître la liste des fonctionnalités à venir ()et des problèmes rencontrés).

## Contribuer

Les contributions sont ce qui rend la communauté _Open Source_ un si magnifique lieu de création, d'inspiration et d'apprentissage. Toutes les contributions que vous pouvez faire pour ce projet seront **grandement appréciées**.

1. _Forker_ le présent projet ;
2. Créer votre branche de fonctionnalité (`git checkout -b feature/AmazingFeature`) ;
3. Commiter vos modifications (`git commit -m 'Ajout d’une AmazingFeature'`) ;
4. Pousser dans la branche (`git push origin feature/AmazingFeature`) ;
5. Ouvrir un _Pull Request_.

## Licence

Tous les fichiers sont distribués sous licence **Apache 2.0** sauf indication contraire dans le document. Voir le fichier [`LICENSE`](https://github.com/Marcussacapuces91/Horloge/blob/main/LICENSE) pour plus d'information.

## Contact

* Marc SIBERT - [@LabAllen91](https://twitter.com/LabAllen91) - contact@lab-allen.fr
* Lien projet : [https://github.com/Marcussacapuces91/Horloge](https://github.com/Marcussacapuces91/Horloge)

## Remerciements

* []()
* []()
* []()

[contributors-shield]: https://img.shields.io/github/contributors/Marcussacapuces91/Horloge.svg?style=for-the-badge&label=Contributeurs
[contributors-url]: https://github.com/Marcussacapuces91/Horloge/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Marcussacapuces91/Horloge.svg?style=for-the-badge&label=Forks
[forks-url]: https://github.com/Marcussacapuces91/Horloge/network/members
[stars-shield]: https://img.shields.io/github/stars/Marcussacapuces91/Horloge.svg?style=for-the-badge&logo=GitHub
[stars-url]: https://github.com/Marcussacapuces91/Horloge/stargazers
[issues-shield]: https://img.shields.io/github/issues/Marcussacapuces91/Horloge.svg?style=for-the-badge&label=Anomalies
[issues-url]: https://github.com/Marcussacapuces91/Horloge/issues
[license-shield]: https://img.shields.io/github/license/Marcussacapuces91/Horloge.svg?style=for-the-badge
[license-url]: https://github.com/Marcussacapuces91/Horloge/blob/master/LICENSE
[twitter-shield]: https://img.shields.io/twitter/follow/LabAllen91?label=Suivre&style=for-the-badge&logo=Twitter
[twitter-url]: https://twitter.com/LabAllen91

[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/Marcussacapuces91