mirror of
https://gitlab.com/Luci_/arduino-photometrics.git
synced 2026-04-03 11:35:37 +02:00
882 B
882 B
Arduino-Photometrics
Arduino-photometrics is sub-part of Robot Go West, this project aim to collect lighting data of location for training a prediction model for retrieve the location of the sun.
The embedded part is made in C++, the update RTC time file and the extraction data measure file are made in Python.
Arduino mounting
EEPROM header and data storage
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.
Executable files
All executables files are in exec/ folder.
Time update
Once the arduino is connected to your desktop.
python3 time.py
Collect data measures
TODO describe once done

