-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firmware/refactoring #6
Open
brolin
wants to merge
49
commits into
unloquer:master
Choose a base branch
from
daquina-io:firmware/refactoring
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e it explicit in the project dependencies
…eading (Particle matter, Sound level, CO2, Humidity and Temperature). Create one task that took arrays of samples for each variable, get average values in a time frame to send to the server.\n NEED TO FIX:\n - Check configuration of hardwareserials pins
…eading (Particle matter, Sound level, CO2, Humidity and Temperature). Create one task that took arrays of samples for each variable, get average values in a time frame to send to the server.\n NEED TO FIX:\n - Check configuration of hardwareserials pins
…n SerialHardware-2. Corrige pin Rx=gpio14 de sensor Plantower y se habilita SerialSoftware para estos. Crea estructura json para guardar informacion a enviar.
…ibrería wifimanager
…nfiguraciones de infraestructura
… payload de formato json y crear una estructura de datos de acuerdo al esquema recomendado para influxdb. El input es un json con objeto {field:[{snd:value},{co2:value},{pm25:value},{hum:value},{temp:value}] que viene por el topic tele/{location}/{sensor_id} el output una vez pasa por el parser es de la forma <measurement=tele>,location=detroit,sensor_id=0f801 snd=value,co2=value,pm25=value,hum=value,temp=value <timestamp>
…con el payload {field:[{snd:value},{co2:value},{pm25:value},{hum:value},{temp:value}]} en formato json
…r tags, measurements y fields. Agrega filtro general para valores ma'ximos https://docs.influxdata.com/flux/v0/stdlib/universe/filter/. Gra'fico dina'mico con dygraphs https://rstudio.github.io/dygraphs/
…r tags, measurements y fields. Agrega filtro general para valores ma'ximos https://docs.influxdata.com/flux/v0/stdlib/universe/filter/. Gra'fico dina'mico con dygraphs https://rstudio.github.io/dygraphs/
… function to specify the aggregation logic for the tags
…ográficamente el archivo
… los binarios del firmware
…sitivo ante un mensaje mqtt para después de descargar un binario firmado criptográficamente, verificarlo ejecutar el procedimiento ota. Agrega la posibilidad de generar datos aleatorios para la lectura de los sensores
…laza sensor de temperatura dht22 por sht40
…sht40, agrega abstracción de hardware
…g, actualización ota, manejo de la red, manejo de los datos
…nto de hacer linking debido a la manera que está hecha la librería TaskScheduler
…y su posterior usando un scheduler. El singleton permite configurar periodicidad para cada task
… sensores de temperatura
…datos del sensor co2 mh-z19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.