Skip to content

Commit

Permalink
Merge pull request #17 from akkoyun/03.02.17
Browse files Browse the repository at this point in the history
03.02.17 - Readme Update
  • Loading branch information
akkoyun authored Feb 23, 2022
2 parents 9def912 + 54864f6 commit 2d54ba6
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 151 deletions.
42 changes: 29 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,40 @@
# Environment<sup>03</sup>
Environment Sensor Library - 03.01.00
# Environment <sup>V3</sup>

![GitHub release (latest by date)](https://img.shields.io/github/v/release/akkoyun/Environment) ![arduino-library-badge](https://www.ardu-badge.com/badge/Environment.svg?) ![Visits Badge](https://badges.pufler.dev/visits/akkoyun/Environment) ![GitHub stars](https://img.shields.io/github/stars/akkoyun/Environment?style=flat&logo=github) ![Updated Badge](https://badges.pufler.dev/updated/akkoyun/Environment) ![GitHub](https://img.shields.io/github/license/akkoyun/Environment) ![PlatformIO Registry](https://badges.registry.platformio.org/packages/akkoyun/library/Environment.svg)

Library - 03.02.17
---

In real world environmet measurements are so important for electronics. This library able to measure most common sensors environment measurements. Also data mining and cleaning is so important for true data. Tnis library measures data more then one times and make some statistics works. The output of library is so cleand and trust data. We are working on other most common sensors. Below list is the recent sensor support. Thanks for interesting.
**Abstract**

![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/akkoyun/Environment)
![GitHub All Releases](https://img.shields.io/github/downloads/akkoyun/Environment/total)
![GitHub](https://img.shields.io/github/license/akkoyun/Environment)
Many small embedded systems exist to collect data from sensors, analyse the data, and either take an appropriate action or send that sensor data to another system for processing.

---
One of the many challenges of embedded systems design is the fact that parts you used today may be out of production tomorrow, or system requirements may change and you may need to choose a different sensor down the road.

In real world environmet measurements are so important for electronics. This library able to measure most common sensors environment measurements. Also data mining and cleaning is so important for true data. Tnis library measures data more then one times and make some statistics works. The output of library is so cleand and trust data. We are working on other most common sensors.

Below list is the recent sensor support. Thanks for interesting.

**Sensor List**

* SHT21 - Temperature
* SHT21 - Humidity
* MPL3115A2 - Pressure
* TSL2561 - Light
* HDC2010 - Temperature
* HDC2010 - Humidity
* Analog Sensor Read

* SHT21 - Temperature
* SHT21 - Humidity
* MPL3115A2 - Pressure
* TSL2561 - Light
* HDC2010 - Temperature
* HDC2010 - Humidity
**Structure**

Environment Library
|
|-- I2C Functions
| |
| |-- Sensor Library (Definations)
|
|-- Statistical

---

[![Support me](https://img.shields.io/badge/Support-PATREON-GREEN.svg)](https://www.patreon.com/bePatron?u=62967889) ![Twitter Follow](https://img.shields.io/twitter/follow/gunceakkoyun?style=social) ![YouTube Channel Views](https://img.shields.io/youtube/channel/views/UCIguQGdaBT1GnnVMz5qAZ2Q?style=social) ![Repos Badge](https://badges.pufler.dev/repos/akkoyun) [![E-Mail](https://img.shields.io/badge/E_Mail-Mehmet_Gunce_Akkoyun-blue.svg)](mailto:[email protected])
13 changes: 12 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Environment",
"version": "3.2.16",
"version": "3.2.17",
"keywords": "Sensor, Environment, SHT21, HDC2010, TSL2561, MPL3115, Temperature, Humidity, Pressure, Light",
"description": "Function measures the value of given sensors. Library is used data mining for stable sensor data. Also cleared for lite use.",
"authors": {
Expand All @@ -19,6 +19,17 @@
"type": "git",
"url": "https://github.com/akkoyun/Environment.git"
},
"dependencies":
[
{
"owner": "akkoyun",
"name": "I2C_Functions"
},
{
"owner": "akkoyun",
"name": "Statistical"
}
],
"examples": [
{
"name": "HDC2010 Temperature Read",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Environment
version=3.2.16
version=3.2.17
author=Gunce Akkoyun <[email protected]>
maintainer=Gunce Akkoyun <[email protected]>
sentence=Read enviroment sensors
Expand Down
Loading

0 comments on commit 2d54ba6

Please sign in to comment.