Giter Club home page Giter Club logo

bmp180-tests's Introduction

bmp180-tests

Read BMP180 Barometric Pressure Sensor with ESP32, esp-idf and using:

  • I2C h/w controller on board of ESP32
  • software bit banging

alt text

What this application does

The application reads in turns two BMP180 sensors, one using I2C peripheral and the other one using software bit banging (TWI - two wire interface). Measurement results obtained from the sensors are shown on serial terminal:

...
I (1223612) BMP180 TWI Read: Pressure : 99555 Pa, Altitude 148.8 m, Temperature : 21.7 oC
I (1224682) BMP180 I2C Read: Pressure : 99845 Pa, Altitude 124.4 m, Temperature : 22.3 oC
I (1224684) BMP180 TWI Read: Pressure : 99551 Pa, Altitude 148.9 m, Temperature : 21.7 oC
I (1225754) BMP180 I2C Read: Pressure : 99839 Pa, Altitude 123.8 m, Temperature : 22.3 oC
...

Build Status

Build Status

Wiring of sensors

Interface SCL SDA Component Name
I2C GPIO23 GPIO22 bmp180
TWI GPIO27 GPIO25 bmp180_twi

Contribute

Feel free to contribute to the project in any way you like!

If you find any issues with code or description please report them using Issues tab above.

Credits

This repository has been prepared thanks to great work of the following teams and individuals:

  • Espressif team that develops and maintains esp-idf repository
  • Software I2C library for ESP31B by Hristo Gochkov

License

Apache License Version 2.0, January 2004

bmp180-tests's People

Contributors

krzychb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.