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).
- +VCC (Supply voltage)
- GND
- SDA
- SCL
Upload micropython firmware to the NANO(ESP, etc) board, and then files: main.py, tmp117timod.py and sensor_pack_2 folder. Then open main.py in your IDE and run it.