Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octaprog7/TMP117
MicroPython module for work with TMP117 temperature sensor from Texas Instruments
https://github.com/octaprog7/TMP117
micropython sensor temperature
Last synced: 3 months ago
JSON representation
MicroPython module for work with TMP117 temperature sensor from Texas Instruments
- Host: GitHub
- URL: https://github.com/octaprog7/TMP117
- Owner: octaprog7
- License: mit
- Created: 2022-07-09T09:07:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T18:12:47.000Z (12 months ago)
- Last Synced: 2024-04-30T06:32:54.244Z (6 months ago)
- Topics: micropython, sensor, temperature
- Language: Python
- Homepage:
- Size: 2.38 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - TMP117 - MicroPython module for the TMP117 temperature sensor from Texas Instruments. (Libraries / Sensors)
README
# TMP117
Micropython module for TMP117 Texas Instruments temperature sensor.Just connect your TMP117 board to Arduino, ESP or any other board with MicroPython firmware.
Supply voltage TMP117 3.3 or 5.0 volts! Use four wires to connect (I2C).
1. +VCC (Supply voltage)
2. GND
3. SDA
4. SCLUpload micropython firmware to the NANO(ESP, etc) board, and then two files: main.py and tmp117ti.py.
Then open main.py in your IDE and run it.# Pictures
## IDE
![alt text](https://github.com/octaprog7/TMP117/blob/master/ide117.png)
## Breadboard
![alt text](https://github.com/octaprog7/TMP117/blob/master/tmp117board.jpg)