Skip to content

Simple logging code with some kind of a structure, allows simple creation of microcontroller based loggers with influx or whatever data sink

Notifications You must be signed in to change notification settings

raspyweather/SimpleEnvironmentLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Idea

There are many cases, when you want to capture environmental data and make use out of it somehow. Therefore, this project tries to incorporate a couple of sensors in a nice and reuseable pattern.

Basic Concepts

Logger

A logger is basicly something, that takes data, errors and messages and provides them to the user. Examples in this project are obviously serial logging as well as using the default LED provided on most microcontrollers.

Sensor

A sensor measures the environment and creates data. In this project, sensor classes should hide everything about how the data is captured and should provide meaningful measurements.

About

Simple logging code with some kind of a structure, allows simple creation of microcontroller based loggers with influx or whatever data sink

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published