Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octaprog7/bmp390
class for work with BMP390 pressure sensor.
https://github.com/octaprog7/bmp390
micropython pressure sensor temperature
Last synced: about 1 month ago
JSON representation
class for work with BMP390 pressure sensor.
- Host: GitHub
- URL: https://github.com/octaprog7/bmp390
- Owner: octaprog7
- License: mit
- Created: 2022-07-08T13:34:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T12:34:56.000Z (about 1 year ago)
- Last Synced: 2024-08-05T00:07:18.079Z (5 months ago)
- Topics: micropython, pressure, sensor, temperature
- Language: Python
- Homepage:
- Size: 2.42 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BMP390
Micropython module for BMP390 pressure&temperature sensor.Just connect your BMP390 board to Arduino, ESP or any other board with MicroPython firmware.
Supply voltage BMP390 3.3 Volts or 5V!
1. VCC
2. GND
3. SDA
4. SCLUpload micropython firmware to the NANO(ESP, etc) board, and then two files: main.py and bmp390.py.
Then open main.py in your IDE and run it.# Pictures
## IDE
![alt text](https://github.com/octaprog7/BMP390/blob/master/ide390.png)
## Breadboard
![alt text](https://github.com/octaprog7/BMP390/blob/master/board390.jpg)