time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

Re: [time-nuts] precision timing pulse

HM
Hal Murray
Tue, Nov 15, 2016 8:17 PM

How do I get a pulse to start with a push button and then stop for  example
500 or 10,000 seconds later?

How about another PIC?

--
These are my opinions.  I hate spam.

ciandjaburch@gmail.com said: > How do I get a pulse to start with a push button and then stop for example > 500 or 10,000 seconds later? How about another PIC? -- These are my opinions. I hate spam.
B_
Bryan _
Tue, Nov 15, 2016 10:21 PM

The author of PicDiv publishes the ASM code for his dividers. If fluent in assembley(er) it's probably quite doable. Many of the examples have a ARM or SYNC feature

http://www.leapsecond.com/pic/picdiv.htm

-=Bryan=-


From: time-nuts time-nuts-bounces@febo.com on behalf of Hal Murray hmurray@megapathdsl.net
Sent: November 15, 2016 12:17 PM
To: Discussion of precise time and frequency measurement
Cc: hmurray@megapathdsl.net
Subject: Re: [time-nuts] precision timing pulse

ciandjaburch@gmail.com said:

How do I get a pulse to start with a push button and then stop for  example
500 or 10,000 seconds later?

How about another PIC?

--
These are my opinions.  I hate spam.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
time-nuts Info Page - American Febo Enterpriseshttps://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
www.febo.com
time-nuts is a low volume, high SNR list for the discussion of precise time and frequency measurement and related topics. To see the collection of prior postings to ...

and follow the instructions there.

The author of PicDiv publishes the ASM code for his dividers. If fluent in assembley(er) it's probably quite doable. Many of the examples have a ARM or SYNC feature http://www.leapsecond.com/pic/picdiv.htm -=Bryan=- ________________________________ From: time-nuts <time-nuts-bounces@febo.com> on behalf of Hal Murray <hmurray@megapathdsl.net> Sent: November 15, 2016 12:17 PM To: Discussion of precise time and frequency measurement Cc: hmurray@megapathdsl.net Subject: Re: [time-nuts] precision timing pulse ciandjaburch@gmail.com said: > How do I get a pulse to start with a push button and then stop for example > 500 or 10,000 seconds later? How about another PIC? -- These are my opinions. I hate spam. _______________________________________________ time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts time-nuts Info Page - American Febo Enterprises<https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts> www.febo.com time-nuts is a low volume, high SNR list for the discussion of precise time and frequency measurement and related topics. To see the collection of prior postings to ... and follow the instructions there.
CA
Chris Albertson
Wed, Nov 16, 2016 2:25 AM

The PicDiv does something not needed for this use case.  It produces a
nice usable output frequency.  You don't need that,  you only need to know
when X number of cycles have completed.  It is an order of magnitude
simpler problem.    Just count to X then stop, that's it.

On Tue, Nov 15, 2016 at 2:21 PM, Bryan _ bpl521@outlook.com wrote:

The author of PicDiv publishes the ASM code for his dividers. If fluent in
assembley(er) it's probably quite doable. Many of the examples have a ARM
or SYNC feature

http://www.leapsecond.com/pic/picdiv.htm

-=Bryan=-


From: time-nuts time-nuts-bounces@febo.com on behalf of Hal Murray <
hmurray@megapathdsl.net>
Sent: November 15, 2016 12:17 PM
To: Discussion of precise time and frequency measurement
Cc: hmurray@megapathdsl.net
Subject: Re: [time-nuts] precision timing pulse

ciandjaburch@gmail.com said:

How do I get a pulse to start with a push button and then stop for

example

500 or 10,000 seconds later?

How about another PIC?

--
These are my opinions.  I hate spam.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/
mailman/listinfo/time-nuts
time-nuts Info Page - American Febo Enterprises<https://www.febo.
com/cgi-bin/mailman/listinfo/time-nuts>
www.febo.com
time-nuts is a low volume, high SNR list for the discussion of precise
time and frequency measurement and related topics. To see the collection of
prior postings to ...

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

The PicDiv does something not needed for this use case. It produces a nice usable output frequency. You don't need that, you only need to know when X number of cycles have completed. It is an order of magnitude simpler problem. Just count to X then stop, that's it. On Tue, Nov 15, 2016 at 2:21 PM, Bryan _ <bpl521@outlook.com> wrote: > The author of PicDiv publishes the ASM code for his dividers. If fluent in > assembley(er) it's probably quite doable. Many of the examples have a ARM > or SYNC feature > > > http://www.leapsecond.com/pic/picdiv.htm > > > -=Bryan=- > > > ________________________________ > From: time-nuts <time-nuts-bounces@febo.com> on behalf of Hal Murray < > hmurray@megapathdsl.net> > Sent: November 15, 2016 12:17 PM > To: Discussion of precise time and frequency measurement > Cc: hmurray@megapathdsl.net > Subject: Re: [time-nuts] precision timing pulse > > > ciandjaburch@gmail.com said: > > How do I get a pulse to start with a push button and then stop for > example > > 500 or 10,000 seconds later? > > How about another PIC? > > > -- > These are my opinions. I hate spam. > > > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/ > mailman/listinfo/time-nuts > time-nuts Info Page - American Febo Enterprises<https://www.febo. > com/cgi-bin/mailman/listinfo/time-nuts> > www.febo.com > time-nuts is a low volume, high SNR list for the discussion of precise > time and frequency measurement and related topics. To see the collection of > prior postings to ... > > > > 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
PS
paul swed
Wed, Nov 16, 2016 3:20 AM

Exactly and counting gps seconds may be useful.
Anyhow will be curious to see what he is counting.

On Tue, Nov 15, 2016 at 9:25 PM, Chris Albertson albertson.chris@gmail.com
wrote:

The PicDiv does something not needed for this use case.  It produces a
nice usable output frequency.  You don't need that,  you only need to know
when X number of cycles have completed.  It is an order of magnitude
simpler problem.    Just count to X then stop, that's it.

On Tue, Nov 15, 2016 at 2:21 PM, Bryan _ bpl521@outlook.com wrote:

The author of PicDiv publishes the ASM code for his dividers. If fluent

in

assembley(er) it's probably quite doable. Many of the examples have a ARM
or SYNC feature

http://www.leapsecond.com/pic/picdiv.htm

-=Bryan=-


From: time-nuts time-nuts-bounces@febo.com on behalf of Hal Murray <
hmurray@megapathdsl.net>
Sent: November 15, 2016 12:17 PM
To: Discussion of precise time and frequency measurement
Cc: hmurray@megapathdsl.net
Subject: Re: [time-nuts] precision timing pulse

ciandjaburch@gmail.com said:

How do I get a pulse to start with a push button and then stop for

example

500 or 10,000 seconds later?

How about another PIC?

--
These are my opinions.  I hate spam.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/
mailman/listinfo/time-nuts
time-nuts Info Page - American Febo Enterprises<https://www.febo.
com/cgi-bin/mailman/listinfo/time-nuts>
www.febo.com
time-nuts is a low volume, high SNR list for the discussion of precise
time and frequency measurement and related topics. To see the collection

of

prior postings to ...

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


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.

Exactly and counting gps seconds may be useful. Anyhow will be curious to see what he is counting. On Tue, Nov 15, 2016 at 9:25 PM, Chris Albertson <albertson.chris@gmail.com> wrote: > The PicDiv does something not needed for this use case. It produces a > nice usable output frequency. You don't need that, you only need to know > when X number of cycles have completed. It is an order of magnitude > simpler problem. Just count to X then stop, that's it. > > On Tue, Nov 15, 2016 at 2:21 PM, Bryan _ <bpl521@outlook.com> wrote: > > > The author of PicDiv publishes the ASM code for his dividers. If fluent > in > > assembley(er) it's probably quite doable. Many of the examples have a ARM > > or SYNC feature > > > > > > http://www.leapsecond.com/pic/picdiv.htm > > > > > > -=Bryan=- > > > > > > ________________________________ > > From: time-nuts <time-nuts-bounces@febo.com> on behalf of Hal Murray < > > hmurray@megapathdsl.net> > > Sent: November 15, 2016 12:17 PM > > To: Discussion of precise time and frequency measurement > > Cc: hmurray@megapathdsl.net > > Subject: Re: [time-nuts] precision timing pulse > > > > > > ciandjaburch@gmail.com said: > > > How do I get a pulse to start with a push button and then stop for > > example > > > 500 or 10,000 seconds later? > > > > How about another PIC? > > > > > > -- > > These are my opinions. I hate spam. > > > > > > > > _______________________________________________ > > time-nuts mailing list -- time-nuts@febo.com > > To unsubscribe, go to https://www.febo.com/cgi-bin/ > > mailman/listinfo/time-nuts > > time-nuts Info Page - American Febo Enterprises<https://www.febo. > > com/cgi-bin/mailman/listinfo/time-nuts> > > www.febo.com > > time-nuts is a low volume, high SNR list for the discussion of precise > > time and frequency measurement and related topics. To see the collection > of > > prior postings to ... > > > > > > > > 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 > _______________________________________________ > 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. >