Skip to content

opendata-stuttgart/sensors-software

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 12, 2020 21:07
May 25, 2017 22:07
July 1, 2018 18:32
March 6, 2016 21:07
June 27, 2018 10:22
June 27, 2018 10:22
April 12, 2017 13:57

firmware master branch: Build Status
firmware beta branch: Build Status

Software for Sensor.Community / Luftdaten.Info Sensor

airrohr-firmware

The maintained main firmware for the 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.