HI,
I am simply trying to get output from my Tilt sensing compass.
I just want it to provide data on tilt / direction etc so I can combine with a GPS to automatically obtain true north…..
That's great it sounds like wonderful project.
After you look at the examples that come with the version 22 compiler and try out say the accelerometer samples and move on to bigger things...
Have a look in the playground for tutorials and sample code.
Check out the vendor sites for sample code and so on. Sparkfun, Robot hop and some of the vendors that hang out here.
When you post code -- do use the (#) -- crosshatch above and paste your code between the symbols.
Welcome to the forum...
Is there anyway we can help you beyond that for now?
Hi,
Specifically I have a tilt sensing compass and EM408 GPS Receiver Built On An Arduino Uno.
I am trying to calculate true north (when device is moving) say once a week…
and use this calculation to pin point the sun position in the sky.
The code for sun position is out there…
I just need to compute true north and GPS position to pass on the details to a calculation to compute the position of the sun…