reorganise and clean tree project folder

This commit is contained in:
Aurélien Gauthier 2025-12-02 13:58:30 +01:00
parent b7e9125132
commit 00f14bea4a
6 changed files with 3 additions and 2 deletions

View file

@ -5,15 +5,16 @@
The embedded part is made in **C++**, the update RTC time file and the extraction data measure file are made in **Python**. The embedded part is made in **C++**, the update RTC time file and the extraction data measure file are made in **Python**.
## Arduino mounting ## Arduino mounting
![Arduino mounting](montage.drawio.png) ![Arduino mounting](images/montage.drawio.png)
## EEPROM header and data storage ## EEPROM header and data storage
The assembly collect data and write them in the EEPROM when the embedded system is deployed. The assembly collect data and write them in the EEPROM when the embedded system is deployed.
To facilitate the understanding of the storage in the EEPROM see the following image. To facilitate the understanding of the storage in the EEPROM see the following image.
![Header data EEPROM struct](storage_structure.drawio.png) ![Header data EEPROM struct](images/storage_structure.drawio.png)
## Executable files ## Executable files
All executables files are in `exec/` folder.
### Time update ### Time update
Once the arduino is connected to your desktop. Once the arduino is connected to your desktop.
`python3 time.py ` `python3 time.py `

View file

Before

Width:  |  Height:  |  Size: 5.3 MiB

After

Width:  |  Height:  |  Size: 5.3 MiB

View file

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 167 KiB