time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

Re: [time-nuts] TruePosition on the Arduino

GB
Gregory Beat
Wed, Jun 7, 2017 12:44 AM

Ben -
I assume that you never received the Arduino "C code"
written by Bruce, WA3YUE for the original project?

Club's Powerpoint presentation indicated that source code was available.
http://www.packratvhf.com/techinal.htm

Packrat GPS Project (Gary, WA2OMY; Bruce, WA3YUE; George, KA3WXV) with TruePosition GPSDO and Arduino
by The Mt. Airy VHF Radio Club "Pack Rats" (Southampton, PA).
http://www.qsl.net/wa2omy/A%20Packrat%20GPS%20Receiver%20Project.pdf

greg, w9gb

original message / digest <

I'm getting to the point that once I've got the button logic working, I'll send out my source to anyone who wants to take a look at it or use it.
I will stipulate one condition - you can't make too much fun of how poorly programmed it is.  ;)
thanks much and 73,
ben, kd5byb

Sent from iPad Air

Ben - I assume that you never received the Arduino "C code" written by Bruce, WA3YUE for the original project? Club's Powerpoint presentation indicated that source code was available. http://www.packratvhf.com/techinal.htm Packrat GPS Project (Gary, WA2OMY; Bruce, WA3YUE; George, KA3WXV) with TruePosition GPSDO and Arduino by The Mt. Airy VHF Radio Club "Pack Rats" (Southampton, PA). http://www.qsl.net/wa2omy/A%20Packrat%20GPS%20Receiver%20Project.pdf greg, w9gb == > original message / digest < I'm getting to the point that once I've got the button logic working, I'll send out my source to anyone who wants to take a look at it or use it. I will stipulate one condition - you can't make too much fun of how poorly programmed it is. ;) thanks much and 73, ben, kd5byb == Sent from iPad Air
TM
Tom Miller
Wed, Jun 21, 2017 1:02 AM

Has anyone been able to get the Packrat software to work with a display? I
have been successful getting the Arduino board to initialize the
Trueposition board but can't get the display right.

The problem seems to be getting the I2C addressing correct. There are
several 16x2 line displays available but they address at 0x20 to 0x27 and
0x38 to 0x3F. Neither of these work.

Since we do not have the source, is there any way to find out what address
is in use?

Regards

----- Original Message -----
From: "Gregory Beat" w9gb@icloud.com
To: time-nuts@febo.com
Sent: Tuesday, June 06, 2017 8:44 PM
Subject: Re: [time-nuts] TruePosition on the Arduino

Ben -
I assume that you never received the Arduino "C code"
written by Bruce, WA3YUE for the original project?

Club's Powerpoint presentation indicated that source code was available.
http://www.packratvhf.com/techinal.htm

Packrat GPS Project (Gary, WA2OMY; Bruce, WA3YUE; George, KA3WXV) with
TruePosition GPSDO and Arduino
by The Mt. Airy VHF Radio Club "Pack Rats" (Southampton, PA).
http://www.qsl.net/wa2omy/A%20Packrat%20GPS%20Receiver%20Project.pdf

greg, w9gb

original message / digest <

I'm getting to the point that once I've got the button logic working, I'll
send out my source to anyone who wants to take a look at it or use it.
I will stipulate one condition - you can't make too much fun of how poorly
programmed it is.  ;)
thanks much and 73,
ben, kd5byb

Sent from iPad Air


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Has anyone been able to get the Packrat software to work with a display? I have been successful getting the Arduino board to initialize the Trueposition board but can't get the display right. The problem seems to be getting the I2C addressing correct. There are several 16x2 line displays available but they address at 0x20 to 0x27 and 0x38 to 0x3F. Neither of these work. Since we do not have the source, is there any way to find out what address is in use? Regards ----- Original Message ----- From: "Gregory Beat" <w9gb@icloud.com> To: <time-nuts@febo.com> Sent: Tuesday, June 06, 2017 8:44 PM Subject: Re: [time-nuts] TruePosition on the Arduino > Ben - > I assume that you never received the Arduino "C code" > written by Bruce, WA3YUE for the original project? > > Club's Powerpoint presentation indicated that source code was available. > http://www.packratvhf.com/techinal.htm > > Packrat GPS Project (Gary, WA2OMY; Bruce, WA3YUE; George, KA3WXV) with > TruePosition GPSDO and Arduino > by The Mt. Airy VHF Radio Club "Pack Rats" (Southampton, PA). > http://www.qsl.net/wa2omy/A%20Packrat%20GPS%20Receiver%20Project.pdf > > greg, w9gb > == >> original message / digest < > I'm getting to the point that once I've got the button logic working, I'll > send out my source to anyone who wants to take a look at it or use it. > I will stipulate one condition - you can't make too much fun of how poorly > programmed it is. ;) > thanks much and 73, > ben, kd5byb > == > Sent from iPad Air > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to > https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
CA
Chris Albertson
Wed, Jun 21, 2017 1:13 AM

Yes,  It is easy if you have an Arduino handy.  Write a scratch to
try  EVERY address one at a time.  Print the currently attempted
address top the screen

In fact there is a pre-written sketch in the IDE's I2C examples
folder.  You can run that and it will report what it finds.  It just
tries reads on every possible address.

On Tue, Jun 20, 2017 at 6:02 PM, Tom Miller tmiller11147@verizon.net wrote:

Has anyone been able to get the Packrat software to work with a display? I
have been successful getting the Arduino board to initialize the
Trueposition board but can't get the display right.

The problem seems to be getting the I2C addressing correct. There are
several 16x2 line displays available but they address at 0x20 to 0x27 and
0x38 to 0x3F. Neither of these work.

Since we do not have the source, is there any way to find out what address
is in use?

Regards

----- Original Message ----- From: "Gregory Beat" w9gb@icloud.com
To: time-nuts@febo.com
Sent: Tuesday, June 06, 2017 8:44 PM
Subject: Re: [time-nuts] TruePosition on the Arduino

Ben -
I assume that you never received the Arduino "C code"
written by Bruce, WA3YUE for the original project?

Club's Powerpoint presentation indicated that source code was available.
http://www.packratvhf.com/techinal.htm

Packrat GPS Project (Gary, WA2OMY; Bruce, WA3YUE; George, KA3WXV) with
TruePosition GPSDO and Arduino
by The Mt. Airy VHF Radio Club "Pack Rats" (Southampton, PA).
http://www.qsl.net/wa2omy/A%20Packrat%20GPS%20Receiver%20Project.pdf

greg, w9gb

original message / digest <

I'm getting to the point that once I've got the button logic working, I'll
send out my source to anyone who wants to take a look at it or use it.
I will stipulate one condition - you can't make too much fun of how poorly
programmed it is.  ;)
thanks much and 73,
ben, kd5byb

Sent from iPad Air


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

--

Chris Albertson
Redondo Beach, California

Yes, It is easy if you have an Arduino handy. Write a scratch to try EVERY address one at a time. Print the currently attempted address top the screen In fact there is a pre-written sketch in the IDE's I2C examples folder. You can run that and it will report what it finds. It just tries reads on every possible address. On Tue, Jun 20, 2017 at 6:02 PM, Tom Miller <tmiller11147@verizon.net> wrote: > Has anyone been able to get the Packrat software to work with a display? I > have been successful getting the Arduino board to initialize the > Trueposition board but can't get the display right. > > The problem seems to be getting the I2C addressing correct. There are > several 16x2 line displays available but they address at 0x20 to 0x27 and > 0x38 to 0x3F. Neither of these work. > > Since we do not have the source, is there any way to find out what address > is in use? > > Regards > > ----- Original Message ----- From: "Gregory Beat" <w9gb@icloud.com> > To: <time-nuts@febo.com> > Sent: Tuesday, June 06, 2017 8:44 PM > Subject: Re: [time-nuts] TruePosition on the Arduino > > >> Ben - >> I assume that you never received the Arduino "C code" >> written by Bruce, WA3YUE for the original project? >> >> Club's Powerpoint presentation indicated that source code was available. >> http://www.packratvhf.com/techinal.htm >> >> Packrat GPS Project (Gary, WA2OMY; Bruce, WA3YUE; George, KA3WXV) with >> TruePosition GPSDO and Arduino >> by The Mt. Airy VHF Radio Club "Pack Rats" (Southampton, PA). >> http://www.qsl.net/wa2omy/A%20Packrat%20GPS%20Receiver%20Project.pdf >> >> greg, w9gb >> == >>> >>> original message / digest < >> >> I'm getting to the point that once I've got the button logic working, I'll >> send out my source to anyone who wants to take a look at it or use it. >> I will stipulate one condition - you can't make too much fun of how poorly >> programmed it is. ;) >> thanks much and 73, >> ben, kd5byb >> == >> Sent from iPad Air >> _______________________________________________ >> time-nuts mailing list -- time-nuts@febo.com >> To unsubscribe, go to >> https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >> and follow the instructions there. > > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to > https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. -- Chris Albertson Redondo Beach, California