Micropython module for BMP180 pressure&temperature sensor.
Just connect your BMP180 board to Arduino, ESP or any other board with MicroPython firmware.
Supply voltage BMP180 3.3 Volts! Not 5 volts! Use four wires to connect.
- +3.3 V
- GND
- SDA
- SCL
Upload micropython firmware to the NANO(ESP, etc) board, and then two files: main.py and bmp180.py. Then open main.py in your IDE and run it.