Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octaprog7/BMP180
MicroPython module for BMP180 pressure&temperature sensor.
https://github.com/octaprog7/BMP180
micropython pressure sensor temperature
Last synced: 3 months ago
JSON representation
MicroPython module for BMP180 pressure&temperature sensor.
- Host: GitHub
- URL: https://github.com/octaprog7/BMP180
- Owner: octaprog7
- License: mit
- Created: 2022-07-06T08:44:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T09:39:59.000Z (about 2 years ago)
- Last Synced: 2024-04-30T06:32:19.229Z (6 months ago)
- Topics: micropython, pressure, sensor, temperature
- Language: Python
- Homepage:
- Size: 1.22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - BMP180 - MicroPython module for BMP180 pressure & temperature sensor. (Libraries / Sensors)
README
# BMP180
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.
1. +3.3 V
2. GND
3. SDA
4. SCLUpload 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.# Pictures
## IDE
![alt text](https://github.com/octaprog7/BMP180/blob/master/ide_180.png)
## Breadboard
![alt text](https://github.com/octaprog7/BMP180/blob/master/breadboard_180.jpg)