mirror of
https://gitlab.com/Luci_/arduino-photometrics.git
synced 2026-04-03 11:35:37 +02:00
readme modif
This commit is contained in:
parent
f9cc9679cc
commit
5b9c3dd174
|
|
@ -1,7 +1,7 @@
|
|||
# Arduino-Photometrics <!-- ![CI][] -->
|
||||
**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**.
|
||||
The embedded part is made in **C++**, the update RTC time and the extraction data measure files are made in **Python**.
|
||||
|
||||
## Arduino mounting
|
||||

|
||||
|
|
@ -17,8 +17,7 @@ All executables files are in `exec/` folder.
|
|||
|
||||
## Tutorial
|
||||
In first, you need to mount the arduino (image shown higher in the Readme).
|
||||
(Optional) You can download and create the support with a 3D printer from [Link Text](https://example.com) made by [id].
|
||||
<!-- ![Support]() -->
|
||||
(Optional) You can download and create the support with a 3D printer from [PotPhotoResistance](https://git.cohabit.fr/gowest/gowest/src/branch/photosupport/photosupport/) made by **Jhodi Avizara**.
|
||||
|
||||
Now, you can simply download the project from this webpage.
|
||||
Open VSCode with the PlatformIO extension on the project directory.
|
||||
|
|
@ -41,6 +40,7 @@ Make a scale range by putting place photo sensors in the dark, for exemple with
|
|||
Then illuminate photo sensors with the direct lightin sun or a lamp (prefere the brightess as possible).
|
||||
Once the previous steps are done, write arduino min max serial printed data by print_min_max_res() into min_res and max_res for each sensor.
|
||||
The soft will normalise your data for compresse them in uint_8 type (smaller information to store).
|
||||
|
||||
**TODO:** Improve this description parts
|
||||
|
||||
### RTC update
|
||||
|
|
|
|||
Loading…
Reference in a new issue