Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frklan/esp32-thermistor
Basic driver for a thermistor based temp sensor
https://github.com/frklan/esp32-thermistor
Last synced: 16 days ago
JSON representation
Basic driver for a thermistor based temp sensor
- Host: GitHub
- URL: https://github.com/frklan/esp32-thermistor
- Owner: frklan
- License: other
- Created: 2020-12-26T09:56:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T10:02:23.000Z (about 3 years ago)
- Last Synced: 2024-11-20T23:33:56.353Z (3 months ago)
- Language: C++
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32-Thermistor
This is a very simple ESP32-idf driver for a Thermistor based temperature sensor.
To be used as a component in a ESP-IDF project.
## Circuit
Wire the thermistor to one of the adc1 inputs on an ESP32 board via a 10k resistor
```
o vcc
│
┌┴┐
│ │ 10k
└┬┘
ADC │
o───────┤
│
┌┴┐╱
│╱│ Thermistor
╱└┬┘
│
═╧═
```## Contributing
Contributions are always welcome!
When contributing to this repository, please first discuss the change you wish to make via the issue tracker, email, or any other method with the owner of this repository before making a change.
Please note that we have a code of conduct, you are required to follow it in all your interactions with the project.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/frklan/GameEngine/tags).
## Authors
* **Fredrik Andersson** - *Initial work* - [frklan](https://github.com/frklan)
## License
This project is licensed under the CC BY NA License - see the [LICENSE](LICENSE) file for details