What language do you use on the PicAxe? Just flow charts? If so you could use the Graphical Great Cow Basic.
http://gcbasic.sourceforge.net/aboutgcgb.html
Basic is well pretty basic. It is supposed to be easy to read as it is close to the way you would say what you
want to do. It takes a little study to learn the syntax.
This is about as simple as it gets;
PulseOut TXFet, 50 us
Wait 20 us
PulseOut First, 20 us
Wait 20 us
PulseOut Second, 20 us
WAIT 250 us
All this is to create pulses for a PI detector. You change the rep rate to change the Frequency it is
a bit different than a VLF which uses a sine wave that you might want a different frequency on..
http://gcbasic.sourceforge.net/aboutgcgb.html
Basic is well pretty basic. It is supposed to be easy to read as it is close to the way you would say what you
want to do. It takes a little study to learn the syntax.
This is about as simple as it gets;
PulseOut TXFet, 50 us
Wait 20 us
PulseOut First, 20 us
Wait 20 us
PulseOut Second, 20 us
WAIT 250 us
All this is to create pulses for a PI detector. You change the rep rate to change the Frequency it is
a bit different than a VLF which uses a sine wave that you might want a different frequency on..
Comment