Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

⚠️ This repository is not longer maintained ⚠️

Agroduino

Una estación meteorológica con Arduino, Node.js y Firebase

Portada

Datos en formato JSON

{
    "errores": false,
    "humedadTierra": {
        "valido": true,
        "valor": 1023,
        "umbral": false
    },
    "flujo": {
        "valido": true,
        "valor": 0,
        "unidad": "Litros/Hora"
    },
    "bomba": {
        "valido": true,
        "funcionando": true
    },
    "lluvia": {
        "valido": true,
        "descripcion": "Seco",
        "lloviendo": 0
    },
    "humedad": {
        "valido": true,
        "valor": 43,
        "unidad": "%"
    },
    "temperatura": {
        "valido": true,
        "valor": 23,
        "unidad": "C"
    },
    "gps": {
        "valido": true,
        "latitud": 40.418889,
        "longitud": -3.691944,
        "rumbo": 45,
        "altitud": 1308,
        "satelites": 4,
        "fecha": {
            "dia": "DDMMYY",
            "hora": "HHMMSSCC"
        },
        "velocidad": {
            "mps": 100,
            "kmh": 1
        }
    }
}

Portada

Montaje

Portada

Detalle sensores

Portada

Iluminación

Portada

About

Una estación meteorológica geolocalizada con Arduino, Node.js y Firebase

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages