Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opendata-stuttgart/sensors-software
sourcecode for reading sensor data
https://github.com/opendata-stuttgart/sensors-software
arduino iot iot-device sensor
Last synced: 4 months ago
JSON representation
sourcecode for reading sensor data
- Host: GitHub
- URL: https://github.com/opendata-stuttgart/sensors-software
- Owner: opendata-stuttgart
- Created: 2015-04-04T20:23:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T06:24:35.000Z (8 months ago)
- Last Synced: 2024-06-22T07:49:41.787Z (6 months ago)
- Topics: arduino, iot, iot-device, sensor
- Language: C++
- Homepage:
- Size: 11.2 MB
- Stars: 565
- Watchers: 68
- Forks: 307
- Open Issues: 207
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
firmware master branch: [![Build Status](https://github.com/opendata-stuttgart/sensors-software/actions/workflows/airohr-firmware.yml/badge.svg?branch=master)](https://github.com/opendata-stuttgart/sensors-software/actions/workflows/airohr-firmware.yml?query=branch%3Amaster)
firmware beta branch: [![Build Status](https://github.com/opendata-stuttgart/sensors-software/actions/workflows/airohr-firmware.yml/badge.svg?branch=beta)](https://github.com/opendata-stuttgart/sensors-software/actions/workflows/airohr-firmware.yml?query=branch%3Abeta)# Software for Sensor.Community / Luftdaten.Info Sensor
## airrohr-firmware
The maintained main firmware for the Sensor.Community / Luftdaten.Info Sensor.
## airrohr-update-loader
A transitional firmware which will look for a firmware file
stored on SPIFFS to replace itself with for next reboot
or do an endless loop of panic LED blinking if this fails.This allows to do an Over-the-air (OTA) procedure on setups
that have a 1M/3M split layout (rather the more modern 2M/2M)
for firmwares larger than 512k (up to ~ 740k).# Directories
* BeginnersGuide Beginners guide to ESP programming with Arduino code
* airrohr-.... currently used versions (2017-05-23+)
* airrohr-update-... currently used for OTA (2019-08-30+)
* apiclients clients for the dusti API and other APIs
* arduino native arduino code
* esp8266-lua nodemcu firmware code, lua scripts (not maintained after change to arduino)
* esp8266-arduino programming esp8266 with arduino code/IDE
* r-scripts sensor data analysis with R
* schematics frizzing schematics (not updated, 2016-03-01)# Development
The development is done in the beta branch.