Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honechko/ds2423
1-wire pulse counter
https://github.com/honechko/ds2423
1-wire 1-wire-slave arduino counter ds2423 home-automation onewire onewire-slaves owfs raspberry raspberry-pi raspberrypi rpi
Last synced: 20 days ago
JSON representation
1-wire pulse counter
- Host: GitHub
- URL: https://github.com/honechko/ds2423
- Owner: honechko
- Created: 2021-09-02T09:54:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T19:52:26.000Z (over 2 years ago)
- Last Synced: 2024-11-09T10:38:50.746Z (3 months ago)
- Topics: 1-wire, 1-wire-slave, arduino, counter, ds2423, home-automation, onewire, onewire-slaves, owfs, raspberry, raspberry-pi, raspberrypi, rpi
- Language: HTML
- Homepage:
- Size: 131 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1-wire pulse counter
![1-wire pulse counter](https://github.com/honechko/DS2423/raw/main/counter.jpg)
This device is based on ATtiny13A with closed-source firmware with author's
features. It is not DS2423 or its replacement, but it is developed to be
possible to use it with a lot of software written for DS2423
(such as [OWFS](https://github.com/owfs/owfs) or Linux kernel modules).## Main usage
* electricity, water, heat, gas accounting
## Key features
* direct connection of analog sensors (no need in comparators)
* integrated battery backup
* low power consumption even with connected sensors
* internal pull-ups with pulse mode operation
* sensors' power supply with pulse mode operation
* adjustable parameters## Example of web-interface
![Web-interface](https://github.com/honechko/DS2423/raw/main/Docs/setup.png)