EmbeddedRelated.com
Forums
Memfault Beyond the Launch

LPC2148 BMP085 Pressure Sensor

Started by Carlos Apablaza Brito October 28, 2012
Dear all,

I need to use an BMP085 Pressure sensor with my ARM LPC2148.

Does someone have or know about some i2c bmp085 C library for the lpc2000?

Any help would be appreciated as it would greatly speed up my development
process.
Best regards,

--
*
Carlos Apablaza Brito*


An Engineer's Guide to the LPC2100 Series

Perhaps someone here knows...
http://tech.groups.yahoo.com/group/sensorforum/

--- In l..., Carlos Apablaza Brito wrote:
>
> Dear all,
>
> I need to use an BMP085 Pressure sensor with my ARM LPC2148.
>
> Does someone have or know about some i2c bmp085 C library for the lpc2000?
>
> Any help would be appreciated as it would greatly speed up my development
> process.
> Best regards,
>
> --
> *
> Carlos Apablaza Brito*
>
>

Thank you for your help.

Ill let you know if I find some library.

Cheers!

On 28 October 2012 18:02, stevec wrote:

> **
> Perhaps someone here knows...
> http://tech.groups.yahoo.com/group/sensorforum/
> --- In l..., Carlos Apablaza Brito
> wrote:
> >
> > Dear all,
> >
> > I need to use an BMP085 Pressure sensor with my ARM LPC2148.
> >
> > Does someone have or know about some i2c bmp085 C library for the
> lpc2000?
> >
> > Any help would be appreciated as it would greatly speed up my development
> > process.
> >
> >
> > Best regards,
> >
> > --
> > *
> > Carlos Apablaza Brito*
> >
> >
> >
> >
>

--
*
Carlos Apablaza Brito*
Estudiante Memorista Ingenier Civil Electrica UTFSM


Hi Carlos,

On Sun, 2012-10-28 at 19:26 -0300, Carlos Apablaza Brito wrote:
> Thank you for your help.
>
> Ill let you know if I find some library.

Did you even read the datasheet ?
I think it has all the information you need. The read
and calibration algorithm is described in detail on
page 13 (rev 1.2, 15 october 1009).
If you still do not know how to proceed you can apply for
C source code for the sensor from Bosch as described on
page 12.

Or have a look at this product from Sparkfun :
https://www.sparkfun.com/products/11282

Roelof

Thank you for your information Roelof,

I didnt know about the Bosch ansi C code, maybe it could be handy. Ill give
it a try

I'm looking if there is an lpc2148 bmp085, Ive found some for Arduino,
maybe theres one for my MCU. It could be very helpful as I don't have too
much time.

Regards,
Carlos
On 28 October 2012 21:10, roelof 't Hooft wrote:

> **
> Hi Carlos,
> On Sun, 2012-10-28 at 19:26 -0300, Carlos Apablaza Brito wrote:
> > Thank you for your help.
> >
> > Ill let you know if I find some library.
>
> Did you even read the datasheet ?
> I think it has all the information you need. The read
> and calibration algorithm is described in detail on
> page 13 (rev 1.2, 15 october 1009).
> If you still do not know how to proceed you can apply for
> C source code for the sensor from Bosch as described on
> page 12.
>
> Or have a look at this product from Sparkfun :
> https://www.sparkfun.com/products/11282
>
> Roelof
>
>
>

--
*
Carlos Apablaza Brito*
Estudiante Memorista Ingenier Civil Electrica UTFSM



Memfault Beyond the Launch