Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
medidor_uv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
desinfeccion_uv
medidor_uv
Commits
e859fcda
Commit
e859fcda
authored
5 years ago
by
Sebastián Fernández
Browse files
Options
Downloads
Patches
Plain Diff
ajustes menores
parent
1481fadb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
sw/prototipo_0/uv_meter_arduino/uv_meter_arduino.ino
+3
-2
3 additions, 2 deletions
sw/prototipo_0/uv_meter_arduino/uv_meter_arduino.ino
with
5 additions
and
3 deletions
README.md
+
2
−
1
View file @
e859fcda
...
...
@@ -76,7 +76,8 @@
### Caja
### Plataforma
Arduino mini o ESP32
Prime prototipo: ESP-WROOM-32 con WiFi
Para producción: Arduino mini
### Sensor UV
#### Sensores que existen en Uruguay.
...
...
This diff is collapsed.
Click to expand it.
sw/prototipo_0/uv_meter_arduino/uv_meter_arduino.ino
+
3
−
2
View file @
e859fcda
...
...
@@ -4,6 +4,7 @@
*
* Plataformas:
* - ESP32 de ESPRESSIF
* En IDE seleccionar ESP32 Dev Module, CPU Freq, 240MHz
*
* v0.1
*
...
...
@@ -107,8 +108,8 @@ int send_passed = 0; // Time passed after data was sent, milliseconds.
// define the number of byte needed
#define ADD_POWER 0 // address 0 and 1 store radiation power (16 bits)
#define ADD_ON_TIME 2 // address 1 and 2 store TIME on decens of minutes (16 bits)
#define ADD_CAL_
1
4 // address 3 and 4 store Calibration parameter
1
(16 bits)
#define ADD_CAL_
2
6 // address 5 and 6 store Calibration parameter
1
(16 bits)
#define ADD_CAL_
G
4 // address 3 and 4 store Calibration parameter
Gain
(16 bits)
#define ADD_CAL_
O
6 // address 5 and 6 store Calibration parameter
Offset
(16 bits)
#define EEPROM_SIZE 8 //
// UV metering
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment