Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junkfix/esp32-ds18b20
Arduino Library for ESP32 DS18B20 Non Blocking Onewire RMT protocol, no dependencies
https://github.com/junkfix/esp32-ds18b20
1-wire 1wire dallas ds18b20 esp32 non-blocking onewire rmt temperature-sensor
Last synced: about 14 hours ago
JSON representation
Arduino Library for ESP32 DS18B20 Non Blocking Onewire RMT protocol, no dependencies
- Host: GitHub
- URL: https://github.com/junkfix/esp32-ds18b20
- Owner: junkfix
- License: mit
- Created: 2023-05-24T19:12:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T19:24:56.000Z (5 months ago)
- Last Synced: 2024-06-06T04:45:15.827Z (5 months ago)
- Topics: 1-wire, 1wire, dallas, ds18b20, esp32, non-blocking, onewire, rmt, temperature-sensor
- Language: C++
- Homepage:
- Size: 48.8 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple 1-Wire Arduino library for the ESP32
Arduino Library for ESP32 DS18B20 Maxim Integrated "1-Wire" protocol.Using the ESP32's RMT peripheral, results in very accurate read/write timeslots and more reliable operation.
[Version 1.0.7](https://github.com/junkfix/esp32-ds18b20/releases/tag/1.0.7) is for Arduino 2.x based on ESP-IDF 4.x
Version 2.0.x is For Arduino 3.0.0 based on ESP-IDF 5.x
The example is provided and tested using Arduino 3.0.0 based on ESP-IDF 5.1.4
---