New member, new project (fluxgate compass)
Posted: Sat Mar 21, 2009 5:03 am
Greetings to all.
An introduction ....
If you should do a Google for "DIY Fluxgate Compass" or similar, you'll find that there are NO viable DIY projects that are concerned with the construction of home-brew sensors themselves, or with the writing of the associated software.
There are a huge number of patents, but none of these provide 'CookBook'-type instructions. Methinks this is a big pity, and so no prizes for guessing that this is what I'm currently working on !
I've come to the end of hardware construction and now is the time to consider the software. Although I have a background in 8085/Z80 assembly language programming, my Basic skills really never progressed much beyond the "Hello World" stage.
For reasons of power consumption, I intend using one of the Microchip PIC processors, but as I can't easily get my head around their instruction set, I've decided to use a PIC Basic compiler. For this reason it would seem to make sense that I write and de-bug the program using a PC-based Basic so that I can make use of the screen, and then port it across to the PIC once the wrinkles have been ironed out.
So - a couple of Q's ....
1. is there a .doc file anywhere of the 'F1-Help' info from QB ? Or is there a way of printing this info out onto hard copy ?
2. does anyone have a 'draw a circle' routine using Cartesian co-ordinates, and where the (0,0) origin can be shifted ?
3. can anyone advise how to distort the above routine into an ellipse ?
(as you can see - I'm bit short on the maths skills)
I guess what I really need is "an idiot's guide to polar and rectangular co-ordinate systems", so if anyone knows of one ...
'best, Colin
An introduction ....
If you should do a Google for "DIY Fluxgate Compass" or similar, you'll find that there are NO viable DIY projects that are concerned with the construction of home-brew sensors themselves, or with the writing of the associated software.
There are a huge number of patents, but none of these provide 'CookBook'-type instructions. Methinks this is a big pity, and so no prizes for guessing that this is what I'm currently working on !
I've come to the end of hardware construction and now is the time to consider the software. Although I have a background in 8085/Z80 assembly language programming, my Basic skills really never progressed much beyond the "Hello World" stage.
For reasons of power consumption, I intend using one of the Microchip PIC processors, but as I can't easily get my head around their instruction set, I've decided to use a PIC Basic compiler. For this reason it would seem to make sense that I write and de-bug the program using a PC-based Basic so that I can make use of the screen, and then port it across to the PIC once the wrinkles have been ironed out.
So - a couple of Q's ....
1. is there a .doc file anywhere of the 'F1-Help' info from QB ? Or is there a way of printing this info out onto hard copy ?
2. does anyone have a 'draw a circle' routine using Cartesian co-ordinates, and where the (0,0) origin can be shifted ?
3. can anyone advise how to distort the above routine into an ellipse ?
(as you can see - I'm bit short on the maths skills)
I guess what I really need is "an idiot's guide to polar and rectangular co-ordinate systems", so if anyone knows of one ...
'best, Colin