-->
Page 1 of 4

BMP180 via Lua?

PostPosted: Wed Mar 04, 2015 2:30 pm
by Mikejstb
anyone have experience or example code or even a library for reading BMP180 pressure/temp data?
I just got one of these and have been playing with it on an Arduino.
But I really want to try to keep things all within the ESP chip if at all possible.
It really returns a lot of useful data and it's i2c so it could be used on a -01 if need be.

Re: BMP180 via Lua?

PostPosted: Wed Mar 04, 2015 3:57 pm
by jankop
I think it BMP180 is almost the same as BMP085 and you can use the software for BMP085 .

Re: BMP180 via Lua?

PostPosted: Wed Mar 04, 2015 7:16 pm
by Mikejstb
Terrific! I'll give this a try tonight - thanks

Re: BMP180 via Lua?

PostPosted: Thu Mar 05, 2015 12:07 pm
by jankop
Let me know how it fared. I have BMP180 in a drawer too.