![]() |
Re: DIY digital compass: electronics experts needed!
Quote:
If you face the other way in a taxi etc, it does the same as facing forward. So i don't think it uses a compass unfortunately :( |
Re: DIY digital compass: electronics experts needed!
If you've moving the GPS can tell your track, which is probably also your heading assuming you're driving.
When you're stationary it can't tell which way you're pointing |
Re: Photo of bluetooth compass prototype
Quote:
Anyone in this thread constructed a working compass prototype yet? |
Re: DIY digital compass: electronics experts needed!
Not for the N900 since I don't have one, but I have an HMC5843 breakout, arduino, and bluetooth talking together sending X,Y,Z. I'm working on adding barometric pressure.
|
Re: DIY digital compass: electronics experts needed!
tz1, can you post how you did that? I'm guessing it works for any bluetooth device which handles serial ports. Thanks!
|
Re: DIY digital compass: electronics experts needed!
I2C Magnetometer:
http://www.sparkfun.com/commerce/pro...oducts_id=9371 First, you might need to fix the capacitor, see the comments. On the page is some sample code for an ATmega328p. I basically use that merged with an improved I2C driver on my 3.3v Arduino Pro. http://www.sparkfun.com/commerce/pro...oducts_id=9220 Normally to an FTDI 3.3v breakout to /dev/ttyUSB0, but it is just TTL serial UART levels. I have a Parani bluetooth module from sena.com that just takes 3.3v, ground, tx, and if you need rx, or you could also use the bluetooth mate: http://www.sparkfun.com/commerce/pro...oducts_id=9358 The HMC I have runs at around 70Hz and returns 13-14 bits for each axis so even 9600 baud should work but I usually set things faster. |
Re: DIY digital compass: electronics experts needed!
It produces output like:
472, -9, -687 465, -4, -685 474, -4, -692 471, -8, -683 467, 1, -694 471, -5, -688 475, -11, -691 471, 2, -698 473, 8, -685 474, -3, -685 466, 0, -686 479, -1, -698 469, -7, -694 469, 1, -687 471, 2, -688 472, 5, -690 477, -2, -688 Read the datasheet for details. Code:
#include <avr/io.h> |
Re: DIY digital compass: electronics experts needed!
|
Re: DIY digital compass: electronics experts needed!
Make that i2c magnetometer small enough to fit in the microsd card bay ;)
|
Re: DIY digital compass: electronics experts needed!
Hi!
I am also trying to get some sort of digital compass for my N900, and as far as I checked the price and shipping costs for all the parts necessary for simple IC2 -> Bluetooth digital compass, for me it is cheaper, faster and easier to just buy used Android phone (G1/Dream or Tattoo), attach it to the back of N900 with two elastic bands, and create a simple App that transmits compass coordinates from Android phone via Bluetooth/WiFi. I know it sounds completely stupid, but it solves all the battery/circuitry/soldering/etc problems for the same price or cheaper, AND I get an additional phone. Mind if I include this as one of the options in the Digital Compass wiki section? Edgars |
All times are GMT. The time now is 05:36. |
vBulletin® Version 3.8.8