Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honechko/ds2437
1-wire meteo sensor
https://github.com/honechko/ds2437
Last synced: 5 days ago
JSON representation
1-wire meteo sensor
- Host: GitHub
- URL: https://github.com/honechko/ds2437
- Owner: honechko
- Created: 2022-06-12T09:50:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T19:54:08.000Z (over 2 years ago)
- Last Synced: 2024-11-09T10:38:50.571Z (2 months ago)
- Language: HTML
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1-wire meteo sensor
Development in progress
| Task | Status |
| --- | --- |
| firmware | READY |
| web-interface (calibration) | READY |
| Arduino library | READY |
| native PCB | NOT READY |
| documentation | NOT READY |This device is based on ATtiny13A with closed-source firmware with author's
features. It is not DS2437 or its replacement, but it is developed to be
possible to use it with a lot of software written for DS2437
(such as [OWFS](https://github.com/owfs/owfs) or Linux kernel modules).## Main usage
* air temperature & relative humidity measurement
* analog nonlinear sensor reading## Key features
* built-in NTC thermistor
* support for cheap HR202L/HR31 resistive humidity sensor (including alternating current & temperature compensation)
* one alalog input for user's sensor
* three optional conversion tables with linear interpolation between points
* sensors calibration at any time by modifying conversion tables in EEPROM
* ready to use results## Example of web-interface
![Web-interface](https://github.com/honechko/DS2437/raw/main/Docs/setup.png)