Skip to content
Snippets Groups Projects
Commit e859fcda authored by Sebastián Fernández's avatar Sebastián Fernández
Browse files

ajustes menores

parent 1481fadb
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment