2023-07-10 22:17:09 +02:00
|
|
|
Firmware pour mon horloge Nixie sur ESP32
|
2023-06-06 15:06:45 +02:00
|
|
|
|
|
|
|
## Hardware utilisé
|
|
|
|
Voir mes schémas : https://code.laurentclaude.fr/laurent/Horloge_Nixie_Schematics
|
|
|
|
|
|
|
|
## Licence
|
2023-07-10 22:17:09 +02:00
|
|
|
Mon code est publié sous licence libre GNU GPL v3.
|
2023-06-06 15:06:45 +02:00
|
|
|
Mais tout n'est pas écrit par moi, consultez les licences correspondantes.
|
2023-06-05 09:57:54 +02:00
|
|
|
|
2023-07-10 22:17:09 +02:00
|
|
|
## Librairies utilisées :
|
|
|
|
WiFiManager - https://github.com/tzapu/WiFiManager
|
|
|
|
WiFiUdp -
|
|
|
|
RTClib - Date and time functions using a DS1307 RTC connected via I2C and Wire lib. https://github.com/adafruit/RTClib
|
|
|
|
NTP - The NTP library allows you to receive time information from the Internet. https://github.com/sstaub/NTP
|
2023-06-06 11:37:50 +02:00
|
|
|
|
2023-06-06 15:06:45 +02:00
|
|
|
## Personnalisation
|
2023-07-10 22:17:09 +02:00
|
|
|
|
2023-06-06 11:37:50 +02:00
|
|
|
|
|
|
|
## TODO :
|
2023-07-10 22:17:09 +02:00
|
|
|
Gestion des erreurs
|
|
|
|
- [X] WiFi : utiliser le Wifi Manager https://github.com/tzapu/WiFiManager
|
|
|
|
- [X] RTC : en cas d'echec de récupération du temps Internet
|
|
|
|
- [ ] Pas/Perte de réseau
|
|
|
|
- [ ]
|
|
|
|
- [ ]
|
2023-06-06 15:06:45 +02:00
|
|
|
Fonctionnalités
|
2023-07-10 22:17:09 +02:00
|
|
|
- [X] Remise à zéro par pression d'un BP au démarrage : config Wifi,
|
2023-06-06 15:06:45 +02:00
|
|
|
- [X] Syncro de l'heure par internet et prise en compte heure d'été
|
2023-06-06 11:37:50 +02:00
|
|
|
- [ ] affichage de l'heure sur Nixie
|
|
|
|
- [ ] ajustement de l'heure par encodeur rotatif
|
|
|
|
- [ ] alarme réveil par buzer/HP ?
|
2023-07-10 22:17:09 +02:00
|
|
|
- [ ]
|
|
|
|
- [ ]
|