Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wollewald/ads1115_mpy
A MicroPython module for the 16-bit, 4 channel ADS1115 ADC. All features of the ADS1115 are implemented, including alert functions.
https://github.com/wollewald/ads1115_mpy
ads1115 esp32 micropython
Last synced: 2 months ago
JSON representation
A MicroPython module for the 16-bit, 4 channel ADS1115 ADC. All features of the ADS1115 are implemented, including alert functions.
- Host: GitHub
- URL: https://github.com/wollewald/ads1115_mpy
- Owner: wollewald
- License: mit
- Created: 2021-09-18T20:48:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T21:00:12.000Z (over 3 years ago)
- Last Synced: 2024-09-29T07:07:27.293Z (3 months ago)
- Topics: ads1115, esp32, micropython
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ADS1115_mpy
A MicroPython module for the 16-bit, 4 channel ADS1115 ADC. All features of the ADS1115 are implemented, including alert functions.I have developed it on the ESP32, using the firmware version esp32-20210623-v1.16.bin. I will also
try it on other boards soon.I have have tried to optimize the module for convenience to use. If you try the examples I recommend
to start with ads1115_single_shot.py.All features of the ADS1115 are implemented, including alert functions.
The module is a translation of my Arduino library ADS1115_WE which you find here on GitHub:
https://github.com/wollewald/ADS1115_WE
A tutorial is not yet ready. For the moment you can find more information about the ADS1115 in my blog post
about the Arduino version:https://wolles-elektronikkiste.de/ads1115 (German)
https://wolles-elektronikkiste.de/en/ads1115-a-d-converter-with-amplifier (English)
It seems there are fake modules out there which do not have the full 16 bit resolution. It's not an issue of this module:
https://github.com/wollewald/ADS1115_WE/issues/15