Page 1 of 1

[Video] ESP32 - BMP180 Temperature and Pressure

Posted: Sat Feb 04, 2017 4:32 pm
by kolban
A short video tutorial illustrating the ESP32 working with the BMP180 temperature and pressure sensor connected via I2C is available here:

https://www.youtube.com/watch?v=LpVuxEXq9ko

Link to sample code is available here:

https://github.com/nkolban/esp32-snippe ... e/bmp180.c

Re: [Video] ESP32 - BMP180 Temperature and Pressure

Posted: Sun Jul 09, 2017 4:48 pm
by ASH247
Hi
Very nice video - I am new to ESP32 and C programming - so it was very informative
I thought I would have a go using the snippets under \hardware\temperature and pressure - bmp180c
The compiler complains about no "app_main()" and indeed there is none instead there is a "task_bmp180()"
What do I have to do - I think Im missing a step. Do I need to rewrite it? or add in an "app_main() ?

Thanks for any help
regards
Adrian