Code Help

This forum is dedicated to all issues and questions related to your individual setups and configurations
Post Reply
awoods177
Posts: 14
Joined: Mon Apr 30, 2012 10:08 pm

Code Help

Post by awoods177 »

Hi everyone,

I was wondering if there are any good resources where I can learn more about programming the multiwii? I have looked through the code but a lot of it is gibberish to me.

What I would like to do for now is to just be able to write a simple program myself to read the altitude value from the baro and print it to the serial monitor. But I don't know how to "connect" with the baro and read the value.

Thanks,
Alex

PatrikE
Posts: 1976
Joined: Tue Apr 12, 2011 6:35 pm
Location: Sweden
Contact:

Re: Code Help

Post by PatrikE »

You can search for your sensor +name +library +arduino
Ex. bmp085 +library +arduino

User avatar
kos
Posts: 286
Joined: Thu Feb 16, 2012 4:51 am
Location: Fr

Re: Code Help

Post by kos »


awoods177
Posts: 14
Joined: Mon Apr 30, 2012 10:08 pm

Re: Code Help

Post by awoods177 »

kos wrote:http://www.ladyada.net/learn/sensors/bmp085.html


This looks perfect thank you!

Post Reply