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: 2 months ago
JSON representation

MicroPython module for work with TMP117 temperature sensor from Texas Instruments

Lists

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. SCL

Upload 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)