time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

Thunderbolt Monitor

ML
Major L. McGee III
Wed, Jan 23, 2013 4:31 PM

I have been following this on the list for a while now and was curious
if anyone is actively working on a open source monitor.  I see the one
made by Adam VK4GHZ is no longer being sold.  This got me back on track
for wanting to make one of my own.

I have been using either tbmon or lady heather but always have issues
with a usb to serial converter when I start the computer.  It will go
haywire and cause it to freeze and make the mouse malfunction.  Once I
disconnect the converter (I have tried other makes as well) it works
fine.  Usually I can reconnect the converter and things will work again.

What I would like to do is make a 2 or 4 line lcd readout to display
various info.  I really liked VK4GHZ's page type selector knob.  I can
see that being very useful.  On a youtube video by n6vmo said the
thunderbolt used a ASCII Hex and "needs to be converted by using 64 bit
floating point math".

So are any of you currently working on this or have decided to quit and
have any information to share?

I have been following this on the list for a while now and was curious if anyone is actively working on a open source monitor. I see the one made by Adam VK4GHZ is no longer being sold. This got me back on track for wanting to make one of my own. I have been using either tbmon or lady heather but always have issues with a usb to serial converter when I start the computer. It will go haywire and cause it to freeze and make the mouse malfunction. Once I disconnect the converter (I have tried other makes as well) it works fine. Usually I can reconnect the converter and things will work again. What I would like to do is make a 2 or 4 line lcd readout to display various info. I really liked VK4GHZ's page type selector knob. I can see that being very useful. On a youtube video by n6vmo said the thunderbolt used a ASCII Hex and "needs to be converted by using 64 bit floating point math". So are any of you currently working on this or have decided to quit and have any information to share?
CA
Chris Albertson
Wed, Jan 23, 2013 4:44 PM

I was looking into porting much of LH into an Arduino or TI Launch Pad
(msp430) And then a display would be web based.  But then I decided to
go back to grad school and there went any free time.

But I think that is that way to go.  The TB is best kept in some
light-out closet and who wants to stand of a step stool to read an LCD
when a web interface could put a better display on your smart phone or
computer

I did just buy a TI Launchpad.  For $4.30 shipping included I could
not resist but I have in mind a MUCH smaller project

On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III majorm@sc.rr.com wrote:

I have been following this on the list for a while now and was curious if
anyone is actively working on a open source monitor.  I see the one made by
Adam VK4GHZ is no longer being sold.  This got me back on track for wanting
to make one of my own.

I have been using either tbmon or lady heather but always have issues with a
usb to serial converter when I start the computer.  It will go haywire and
cause it to freeze and make the mouse malfunction.  Once I disconnect the
converter (I have tried other makes as well) it works fine.  Usually I can
reconnect the converter and things will work again.

What I would like to do is make a 2 or 4 line lcd readout to display various
info.  I really liked VK4GHZ's page type selector knob.  I can see that
being very useful.  On a youtube video by n6vmo said the thunderbolt used a
ASCII Hex and "needs to be converted by using 64 bit floating point math".

So are any of you currently working on this or have decided to quit and have
any information to share?


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

I was looking into porting much of LH into an Arduino or TI Launch Pad (msp430) And then a display would be web based. But then I decided to go back to grad school and there went any free time. But I think that is that way to go. The TB is best kept in some light-out closet and who wants to stand of a step stool to read an LCD when a web interface could put a better display on your smart phone or computer I did just buy a TI Launchpad. For $4.30 shipping included I could not resist but I have in mind a MUCH smaller project On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III <majorm@sc.rr.com> wrote: > I have been following this on the list for a while now and was curious if > anyone is actively working on a open source monitor. I see the one made by > Adam VK4GHZ is no longer being sold. This got me back on track for wanting > to make one of my own. > > I have been using either tbmon or lady heather but always have issues with a > usb to serial converter when I start the computer. It will go haywire and > cause it to freeze and make the mouse malfunction. Once I disconnect the > converter (I have tried other makes as well) it works fine. Usually I can > reconnect the converter and things will work again. > > What I would like to do is make a 2 or 4 line lcd readout to display various > info. I really liked VK4GHZ's page type selector knob. I can see that > being very useful. On a youtube video by n6vmo said the thunderbolt used a > ASCII Hex and "needs to be converted by using 64 bit floating point math". > > So are any of you currently working on this or have decided to quit and have > any information to share? > > > _______________________________________________ > 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
JL
John Lofgren
Wed, Jan 23, 2013 4:58 PM

I can't help you with the outboard monitor, but I can help with the haywire / mouse situation.

Windows thinks that the serial port has a mouse connected because of the 1 / second transmissions from the T-Bolt.  At boot time Win looks for serial mice and it gets fooled by seeing something active on that COM port.  There was an answer about this issue from Nov. 1, 2010.

==========================

NOTE:  If you boot Windows with your ThunderBolt connected to the Com
port, Windows will think it is a serial mouse and grab the port.  It
can lead to some interesting Windows behavior as the T-Bolt outputs
data.

Mike - AA8K

Easy fix. Add the following to your "Boot.ini" file. Obviously, the "x" stands for the COM port you are using.

NoSerialMice:COMx

Joe Gray
W5JG

This didn't always work for me.  Another way to get it to stop using the mouse is to boot, let it find the "mouse", and then disable it in the Device Manager.  After opening Device Manager you'll find a mouse that doesn't belong there connected to whatever COM port your serial adapter was assigned.  If you move the adapter to a different USB port you'll need to do the process again.

-John

-----Original Message-----
From: time-nuts-bounces@febo.com [mailto:time-nuts-bounces@febo.com] On Behalf Of Major L. McGee III
Sent: Wednesday, January 23, 2013 10:32 AM
To: time-nuts@febo.com
Subject: [time-nuts] Thunderbolt Monitor

I have been following this on the list for a while now and was curious
if anyone is actively working on a open source monitor.  I see the one
made by Adam VK4GHZ is no longer being sold.  This got me back on track
for wanting to make one of my own.

I have been using either tbmon or lady heather but always have issues
with a usb to serial converter when I start the computer.  It will go
haywire and cause it to freeze and make the mouse malfunction.  Once I
disconnect the converter (I have tried other makes as well) it works
fine.  Usually I can reconnect the converter and things will work again.

What I would like to do is make a 2 or 4 line lcd readout to display
various info.  I really liked VK4GHZ's page type selector knob.  I can
see that being very useful.  On a youtube video by n6vmo said the
thunderbolt used a ASCII Hex and "needs to be converted by using 64 bit
floating point math".

So are any of you currently working on this or have decided to quit and
have any information to share?


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.

I can't help you with the outboard monitor, but I can help with the haywire / mouse situation. Windows thinks that the serial port has a mouse connected because of the 1 / second transmissions from the T-Bolt. At boot time Win looks for serial mice and it gets fooled by seeing something active on that COM port. There was an answer about this issue from Nov. 1, 2010. ========================== > NOTE: If you boot Windows with your ThunderBolt connected to the Com > port, Windows will think it is a serial mouse and grab the port. It > can lead to some interesting Windows behavior as the T-Bolt outputs > data. > > > Mike - AA8K Easy fix. Add the following to your "Boot.ini" file. Obviously, the "x" stands for the COM port you are using. NoSerialMice:COMx Joe Gray W5JG ========================== This didn't always work for me. Another way to get it to stop using the mouse is to boot, let it find the "mouse", and then disable it in the Device Manager. After opening Device Manager you'll find a mouse that doesn't belong there connected to whatever COM port your serial adapter was assigned. If you move the adapter to a different USB port you'll need to do the process again. -John -----Original Message----- From: time-nuts-bounces@febo.com [mailto:time-nuts-bounces@febo.com] On Behalf Of Major L. McGee III Sent: Wednesday, January 23, 2013 10:32 AM To: time-nuts@febo.com Subject: [time-nuts] Thunderbolt Monitor I have been following this on the list for a while now and was curious if anyone is actively working on a open source monitor. I see the one made by Adam VK4GHZ is no longer being sold. This got me back on track for wanting to make one of my own. I have been using either tbmon or lady heather but always have issues with a usb to serial converter when I start the computer. It will go haywire and cause it to freeze and make the mouse malfunction. Once I disconnect the converter (I have tried other makes as well) it works fine. Usually I can reconnect the converter and things will work again. What I would like to do is make a 2 or 4 line lcd readout to display various info. I really liked VK4GHZ's page type selector knob. I can see that being very useful. On a youtube video by n6vmo said the thunderbolt used a ASCII Hex and "needs to be converted by using 64 bit floating point math". So are any of you currently working on this or have decided to quit and have any information to share? _______________________________________________ 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.
BC
Bob Camp
Wed, Jan 23, 2013 6:10 PM

Hi

Heathdos.exe 123 KB
Heather.exe 572 KB
Server.exe 176 KB

(each would be plus what ever they pull from DLL's and the OS)

Ti LaunchPad MSP-EXP430G2 - MSP 430 version ($4.30):

MSP-430G2553 Microcontroller:

16 KB flash
512 B RAM

MSP-430G2452 Microcontroller:

8 KB flash
256 B RAM

I suspect you would get about 5% of it into a MSP430.

Bob

-----Original Message-----
From: time-nuts-bounces@febo.com [mailto:time-nuts-bounces@febo.com] On
Behalf Of Chris Albertson
Sent: Wednesday, January 23, 2013 11:44 AM
To: Major L. McGee III; Discussion of precise time and frequency measurement
Subject: Re: [time-nuts] Thunderbolt Monitor

I was looking into porting much of LH into an Arduino or TI Launch Pad
(msp430) And then a display would be web based.  But then I decided to
go back to grad school and there went any free time.

But I think that is that way to go.  The TB is best kept in some
light-out closet and who wants to stand of a step stool to read an LCD
when a web interface could put a better display on your smart phone or
computer

I did just buy a TI Launchpad.  For $4.30 shipping included I could
not resist but I have in mind a MUCH smaller project

On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III majorm@sc.rr.com
wrote:

I have been following this on the list for a while now and was curious if
anyone is actively working on a open source monitor.  I see the one made

by

Adam VK4GHZ is no longer being sold.  This got me back on track for

wanting

to make one of my own.

I have been using either tbmon or lady heather but always have issues with

a

usb to serial converter when I start the computer.  It will go haywire and
cause it to freeze and make the mouse malfunction.  Once I disconnect the
converter (I have tried other makes as well) it works fine.  Usually I can
reconnect the converter and things will work again.

What I would like to do is make a 2 or 4 line lcd readout to display

various

info.  I really liked VK4GHZ's page type selector knob.  I can see that
being very useful.  On a youtube video by n6vmo said the thunderbolt used

a

ASCII Hex and "needs to be converted by using 64 bit floating point math".

So are any of you currently working on this or have decided to quit and

have

any information to share?


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.

Hi Heathdos.exe 123 KB Heather.exe 572 KB Server.exe 176 KB (each would be plus what ever they pull from DLL's and the OS) Ti LaunchPad MSP-EXP430G2 - MSP 430 version ($4.30): MSP-430G2553 Microcontroller: 16 KB flash 512 B RAM MSP-430G2452 Microcontroller: 8 KB flash 256 B RAM I suspect you would get about 5% of it into a MSP430. Bob -----Original Message----- From: time-nuts-bounces@febo.com [mailto:time-nuts-bounces@febo.com] On Behalf Of Chris Albertson Sent: Wednesday, January 23, 2013 11:44 AM To: Major L. McGee III; Discussion of precise time and frequency measurement Subject: Re: [time-nuts] Thunderbolt Monitor I was looking into porting much of LH into an Arduino or TI Launch Pad (msp430) And then a display would be web based. But then I decided to go back to grad school and there went any free time. But I think that is that way to go. The TB is best kept in some light-out closet and who wants to stand of a step stool to read an LCD when a web interface could put a better display on your smart phone or computer I did just buy a TI Launchpad. For $4.30 shipping included I could not resist but I have in mind a MUCH smaller project On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III <majorm@sc.rr.com> wrote: > I have been following this on the list for a while now and was curious if > anyone is actively working on a open source monitor. I see the one made by > Adam VK4GHZ is no longer being sold. This got me back on track for wanting > to make one of my own. > > I have been using either tbmon or lady heather but always have issues with a > usb to serial converter when I start the computer. It will go haywire and > cause it to freeze and make the mouse malfunction. Once I disconnect the > converter (I have tried other makes as well) it works fine. Usually I can > reconnect the converter and things will work again. > > What I would like to do is make a 2 or 4 line lcd readout to display various > info. I really liked VK4GHZ's page type selector knob. I can see that > being very useful. On a youtube video by n6vmo said the thunderbolt used a > ASCII Hex and "needs to be converted by using 64 bit floating point math". > > So are any of you currently working on this or have decided to quit and have > any information to share? > > > _______________________________________________ > 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.
NB
Nathaniel Bezanson
Wed, Jan 23, 2013 6:39 PM

Chris Albertson  wrote:

The TB is best kept in some light-out
closet and who wants to stand of a step
stool to read an LCD when a web interface
could put a better display on your smart
phone or computer

I don't have a way to play with it right now, but in the single-user case, is LH Server.exe equivalent to a simple IP console server?

If so, I think the low-hanging fruit would be to drop an old Lantronix serial port server into the rack, and just use your existing lan/wifi to run the client on your laptop or whatever. No custom anything.

-Nate-

Chris Albertson wrote: > The TB is best kept in some light-out > closet and who wants to stand of a step > stool to read an LCD when a web interface > could put a better display on your smart > phone or computer I don't have a way to play with it right now, but in the single-user case, is LH Server.exe equivalent to a simple IP console server? If so, I think the low-hanging fruit would be to drop an old Lantronix serial port server into the rack, and just use your existing lan/wifi to run the client on your laptop or whatever. No custom anything. -Nate-
CA
Chris Albertson
Wed, Jan 23, 2013 7:55 PM

You can't compare the size of a Windows binary to a uP RAM.  If you
look inside the .exe file you see that 90% of it is dealing with the
Windows OS.  The actual computations are very, very small and don't
use even half the 16KB Flash.

On Wed, Jan 23, 2013 at 10:10 AM, Bob Camp lists@rtty.us wrote:

Hi

Heathdos.exe 123 KB
Heather.exe 572 KB
Server.exe 176 KB

(each would be plus what ever they pull from DLL's and the OS)

Ti LaunchPad MSP-EXP430G2 - MSP 430 version ($4.30):

MSP-430G2553 Microcontroller:

16 KB flash
512 B RAM

MSP-430G2452 Microcontroller:

8 KB flash
256 B RAM

I suspect you would get about 5% of it into a MSP430.

Bob

-----Original Message-----
From: time-nuts-bounces@febo.com [mailto:time-nuts-bounces@febo.com] On
Behalf Of Chris Albertson
Sent: Wednesday, January 23, 2013 11:44 AM
To: Major L. McGee III; Discussion of precise time and frequency measurement
Subject: Re: [time-nuts] Thunderbolt Monitor

I was looking into porting much of LH into an Arduino or TI Launch Pad
(msp430) And then a display would be web based.  But then I decided to
go back to grad school and there went any free time.

But I think that is that way to go.  The TB is best kept in some
light-out closet and who wants to stand of a step stool to read an LCD
when a web interface could put a better display on your smart phone or
computer

I did just buy a TI Launchpad.  For $4.30 shipping included I could
not resist but I have in mind a MUCH smaller project

On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III majorm@sc.rr.com
wrote:

I have been following this on the list for a while now and was curious if
anyone is actively working on a open source monitor.  I see the one made

by

Adam VK4GHZ is no longer being sold.  This got me back on track for

wanting

to make one of my own.

I have been using either tbmon or lady heather but always have issues with

a

usb to serial converter when I start the computer.  It will go haywire and
cause it to freeze and make the mouse malfunction.  Once I disconnect the
converter (I have tried other makes as well) it works fine.  Usually I can
reconnect the converter and things will work again.

What I would like to do is make a 2 or 4 line lcd readout to display

various

info.  I really liked VK4GHZ's page type selector knob.  I can see that
being very useful.  On a youtube video by n6vmo said the thunderbolt used

a

ASCII Hex and "needs to be converted by using 64 bit floating point math".

So are any of you currently working on this or have decided to quit and

have

any information to share?


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.


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

You can't compare the size of a Windows binary to a uP RAM. If you look inside the .exe file you see that 90% of it is dealing with the Windows OS. The actual computations are very, very small and don't use even half the 16KB Flash. On Wed, Jan 23, 2013 at 10:10 AM, Bob Camp <lists@rtty.us> wrote: > Hi > > Heathdos.exe 123 KB > Heather.exe 572 KB > Server.exe 176 KB > > (each would be plus what ever they pull from DLL's and the OS) > > Ti LaunchPad MSP-EXP430G2 - MSP 430 version ($4.30): > > MSP-430G2553 Microcontroller: > > 16 KB flash > 512 B RAM > > MSP-430G2452 Microcontroller: > > 8 KB flash > 256 B RAM > > I suspect you would get about 5% of it into a MSP430. > > Bob > > > > -----Original Message----- > From: time-nuts-bounces@febo.com [mailto:time-nuts-bounces@febo.com] On > Behalf Of Chris Albertson > Sent: Wednesday, January 23, 2013 11:44 AM > To: Major L. McGee III; Discussion of precise time and frequency measurement > Subject: Re: [time-nuts] Thunderbolt Monitor > > I was looking into porting much of LH into an Arduino or TI Launch Pad > (msp430) And then a display would be web based. But then I decided to > go back to grad school and there went any free time. > > But I think that is that way to go. The TB is best kept in some > light-out closet and who wants to stand of a step stool to read an LCD > when a web interface could put a better display on your smart phone or > computer > > I did just buy a TI Launchpad. For $4.30 shipping included I could > not resist but I have in mind a MUCH smaller project > > On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III <majorm@sc.rr.com> > wrote: >> I have been following this on the list for a while now and was curious if >> anyone is actively working on a open source monitor. I see the one made > by >> Adam VK4GHZ is no longer being sold. This got me back on track for > wanting >> to make one of my own. >> >> I have been using either tbmon or lady heather but always have issues with > a >> usb to serial converter when I start the computer. It will go haywire and >> cause it to freeze and make the mouse malfunction. Once I disconnect the >> converter (I have tried other makes as well) it works fine. Usually I can >> reconnect the converter and things will work again. >> >> What I would like to do is make a 2 or 4 line lcd readout to display > various >> info. I really liked VK4GHZ's page type selector knob. I can see that >> being very useful. On a youtube video by n6vmo said the thunderbolt used > a >> ASCII Hex and "needs to be converted by using 64 bit floating point math". >> >> So are any of you currently working on this or have decided to quit and > have >> any information to share? >> >> >> _______________________________________________ >> 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. > > > _______________________________________________ > 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
JH
James Harrison
Wed, Jan 23, 2013 8:38 PM

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Absolutely - however, I suspect the MSP430 might be a little too small.

I'd be looking at something like a Raspberry Pi and a serially
attached screen. Adafruit do some lovely boards like these:
http://www.adafruit.com/products/1115

It's not $5 but it's not exactly exorbitant. Or just use a Pi and a
HDMI capable TV if you have one spare.

Cheers,
James Harrison

On 23/01/2013 19:55, Chris Albertson wrote:

You can't compare the size of a Windows binary to a uP RAM.  If
you look inside the .exe file you see that 90% of it is dealing
with the Windows OS.  The actual computations are very, very small
and don't use even half the 16KB Flash.

On Wed, Jan 23, 2013 at 10:10 AM, Bob Camp lists@rtty.us wrote:

Hi

Heathdos.exe 123 KB Heather.exe 572 KB Server.exe 176 KB

(each would be plus what ever they pull from DLL's and the OS)

Ti LaunchPad MSP-EXP430G2 - MSP 430 version ($4.30):

MSP-430G2553 Microcontroller:

16 KB flash 512 B RAM

MSP-430G2452 Microcontroller:

8 KB flash 256 B RAM

I suspect you would get about 5% of it into a MSP430.

Bob

-----Original Message----- From: time-nuts-bounces@febo.com
[mailto:time-nuts-bounces@febo.com] On Behalf Of Chris Albertson
Sent: Wednesday, January 23, 2013 11:44 AM To: Major L. McGee
III; Discussion of precise time and frequency measurement
Subject: Re: [time-nuts] Thunderbolt Monitor

I was looking into porting much of LH into an Arduino or TI
Launch Pad (msp430) And then a display would be web based.  But
then I decided to go back to grad school and there went any free
time.

But I think that is that way to go.  The TB is best kept in some
light-out closet and who wants to stand of a step stool to read
an LCD when a web interface could put a better display on your
smart phone or computer

I did just buy a TI Launchpad.  For $4.30 shipping included I
could not resist but I have in mind a MUCH smaller project

On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III
majorm@sc.rr.com wrote:

I have been following this on the list for a while now and was
curious if anyone is actively working on a open source monitor.
I see the one made

by

Adam VK4GHZ is no longer being sold.  This got me back on track
for

wanting

to make one of my own.

I have been using either tbmon or lady heather but always have
issues with

a

usb to serial converter when I start the computer.  It will go
haywire and cause it to freeze and make the mouse malfunction.
Once I disconnect the converter (I have tried other makes as
well) it works fine.  Usually I can reconnect the converter and
things will work again.

What I would like to do is make a 2 or 4 line lcd readout to
display

various

info.  I really liked VK4GHZ's page type selector knob.  I can
see that being very useful.  On a youtube video by n6vmo said
the thunderbolt used

a

ASCII Hex and "needs to be converted by using 64 bit floating
point math".

So are any of you currently working on this or have decided to
quit and

have

any information to share?

_______________________________________________ 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.

_______________________________________________ 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.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (MingW32)

iEYEARECAAYFAlEASkoACgkQ22kkGnnJQAzUCgCfT5V3oRBoq/FfHmv6dZSDet2k
fuUAnRZO3g6eU+V8Zn1ubupYDbNeywef
=GHLi
-----END PGP SIGNATURE-----

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Absolutely - however, I suspect the MSP430 might be a little too small. I'd be looking at something like a Raspberry Pi and a serially attached screen. Adafruit do some lovely boards like these: http://www.adafruit.com/products/1115 It's not $5 but it's not exactly exorbitant. Or just use a Pi and a HDMI capable TV if you have one spare. Cheers, James Harrison On 23/01/2013 19:55, Chris Albertson wrote: > You can't compare the size of a Windows binary to a uP RAM. If > you look inside the .exe file you see that 90% of it is dealing > with the Windows OS. The actual computations are very, very small > and don't use even half the 16KB Flash. > > > > On Wed, Jan 23, 2013 at 10:10 AM, Bob Camp <lists@rtty.us> wrote: >> Hi >> >> Heathdos.exe 123 KB Heather.exe 572 KB Server.exe 176 KB >> >> (each would be plus what ever they pull from DLL's and the OS) >> >> Ti LaunchPad MSP-EXP430G2 - MSP 430 version ($4.30): >> >> MSP-430G2553 Microcontroller: >> >> 16 KB flash 512 B RAM >> >> MSP-430G2452 Microcontroller: >> >> 8 KB flash 256 B RAM >> >> I suspect you would get about 5% of it into a MSP430. >> >> Bob >> >> >> >> -----Original Message----- From: time-nuts-bounces@febo.com >> [mailto:time-nuts-bounces@febo.com] On Behalf Of Chris Albertson >> Sent: Wednesday, January 23, 2013 11:44 AM To: Major L. McGee >> III; Discussion of precise time and frequency measurement >> Subject: Re: [time-nuts] Thunderbolt Monitor >> >> I was looking into porting much of LH into an Arduino or TI >> Launch Pad (msp430) And then a display would be web based. But >> then I decided to go back to grad school and there went any free >> time. >> >> But I think that is that way to go. The TB is best kept in some >> light-out closet and who wants to stand of a step stool to read >> an LCD when a web interface could put a better display on your >> smart phone or computer >> >> I did just buy a TI Launchpad. For $4.30 shipping included I >> could not resist but I have in mind a MUCH smaller project >> >> On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III >> <majorm@sc.rr.com> wrote: >>> I have been following this on the list for a while now and was >>> curious if anyone is actively working on a open source monitor. >>> I see the one made >> by >>> Adam VK4GHZ is no longer being sold. This got me back on track >>> for >> wanting >>> to make one of my own. >>> >>> I have been using either tbmon or lady heather but always have >>> issues with >> a >>> usb to serial converter when I start the computer. It will go >>> haywire and cause it to freeze and make the mouse malfunction. >>> Once I disconnect the converter (I have tried other makes as >>> well) it works fine. Usually I can reconnect the converter and >>> things will work again. >>> >>> What I would like to do is make a 2 or 4 line lcd readout to >>> display >> various >>> info. I really liked VK4GHZ's page type selector knob. I can >>> see that being very useful. On a youtube video by n6vmo said >>> the thunderbolt used >> a >>> ASCII Hex and "needs to be converted by using 64 bit floating >>> point math". >>> >>> So are any of you currently working on this or have decided to >>> quit and >> have >>> any information to share? >>> >>> >>> _______________________________________________ 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. >> >> >> _______________________________________________ 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. > > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) iEYEARECAAYFAlEASkoACgkQ22kkGnnJQAzUCgCfT5V3oRBoq/FfHmv6dZSDet2k fuUAnRZO3g6eU+V8Zn1ubupYDbNeywef =GHLi -----END PGP SIGNATURE-----
BC
Bob Camp
Wed, Jan 23, 2013 10:05 PM

Hi

I do believe I included the size of the DOS exe as well as the Windows
version. Both get some support from the OS that you will need to implement
in your code.

It's not just program space either. You only have 512 bytes of RAM on the
larger of the two processors.

Bob

-----Original Message-----
From: time-nuts-bounces@febo.com [mailto:time-nuts-bounces@febo.com] On
Behalf Of Chris Albertson
Sent: Wednesday, January 23, 2013 2:55 PM
To: Discussion of precise time and frequency measurement
Subject: Re: [time-nuts] Thunderbolt Monitor

You can't compare the size of a Windows binary to a uP RAM.  If you
look inside the .exe file you see that 90% of it is dealing with the
Windows OS.  The actual computations are very, very small and don't
use even half the 16KB Flash.

On Wed, Jan 23, 2013 at 10:10 AM, Bob Camp lists@rtty.us wrote:

Hi

Heathdos.exe 123 KB
Heather.exe 572 KB
Server.exe 176 KB

(each would be plus what ever they pull from DLL's and the OS)

Ti LaunchPad MSP-EXP430G2 - MSP 430 version ($4.30):

MSP-430G2553 Microcontroller:

16 KB flash
512 B RAM

MSP-430G2452 Microcontroller:

8 KB flash
256 B RAM

I suspect you would get about 5% of it into a MSP430.

Bob

-----Original Message-----
From: time-nuts-bounces@febo.com [mailto:time-nuts-bounces@febo.com] On
Behalf Of Chris Albertson
Sent: Wednesday, January 23, 2013 11:44 AM
To: Major L. McGee III; Discussion of precise time and frequency

measurement

Subject: Re: [time-nuts] Thunderbolt Monitor

I was looking into porting much of LH into an Arduino or TI Launch Pad
(msp430) And then a display would be web based.  But then I decided to
go back to grad school and there went any free time.

But I think that is that way to go.  The TB is best kept in some
light-out closet and who wants to stand of a step stool to read an LCD
when a web interface could put a better display on your smart phone or
computer

I did just buy a TI Launchpad.  For $4.30 shipping included I could
not resist but I have in mind a MUCH smaller project

On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III majorm@sc.rr.com
wrote:

I have been following this on the list for a while now and was curious if
anyone is actively working on a open source monitor.  I see the one made

by

Adam VK4GHZ is no longer being sold.  This got me back on track for

wanting

to make one of my own.

I have been using either tbmon or lady heather but always have issues

with

a

usb to serial converter when I start the computer.  It will go haywire

and

cause it to freeze and make the mouse malfunction.  Once I disconnect the
converter (I have tried other makes as well) it works fine.  Usually I

can

reconnect the converter and things will work again.

What I would like to do is make a 2 or 4 line lcd readout to display

various

info.  I really liked VK4GHZ's page type selector knob.  I can see that
being very useful.  On a youtube video by n6vmo said the thunderbolt used

a

ASCII Hex and "needs to be converted by using 64 bit floating point

math".

So are any of you currently working on this or have decided to quit and

have

any information to share?


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.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to

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.

Hi I do believe I included the size of the DOS exe as well as the Windows version. Both get *some* support from the OS that you will need to implement in your code. It's not just program space either. You only have 512 bytes of RAM on the larger of the two processors. Bob -----Original Message----- From: time-nuts-bounces@febo.com [mailto:time-nuts-bounces@febo.com] On Behalf Of Chris Albertson Sent: Wednesday, January 23, 2013 2:55 PM To: Discussion of precise time and frequency measurement Subject: Re: [time-nuts] Thunderbolt Monitor You can't compare the size of a Windows binary to a uP RAM. If you look inside the .exe file you see that 90% of it is dealing with the Windows OS. The actual computations are very, very small and don't use even half the 16KB Flash. On Wed, Jan 23, 2013 at 10:10 AM, Bob Camp <lists@rtty.us> wrote: > Hi > > Heathdos.exe 123 KB > Heather.exe 572 KB > Server.exe 176 KB > > (each would be plus what ever they pull from DLL's and the OS) > > Ti LaunchPad MSP-EXP430G2 - MSP 430 version ($4.30): > > MSP-430G2553 Microcontroller: > > 16 KB flash > 512 B RAM > > MSP-430G2452 Microcontroller: > > 8 KB flash > 256 B RAM > > I suspect you would get about 5% of it into a MSP430. > > Bob > > > > -----Original Message----- > From: time-nuts-bounces@febo.com [mailto:time-nuts-bounces@febo.com] On > Behalf Of Chris Albertson > Sent: Wednesday, January 23, 2013 11:44 AM > To: Major L. McGee III; Discussion of precise time and frequency measurement > Subject: Re: [time-nuts] Thunderbolt Monitor > > I was looking into porting much of LH into an Arduino or TI Launch Pad > (msp430) And then a display would be web based. But then I decided to > go back to grad school and there went any free time. > > But I think that is that way to go. The TB is best kept in some > light-out closet and who wants to stand of a step stool to read an LCD > when a web interface could put a better display on your smart phone or > computer > > I did just buy a TI Launchpad. For $4.30 shipping included I could > not resist but I have in mind a MUCH smaller project > > On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III <majorm@sc.rr.com> > wrote: >> I have been following this on the list for a while now and was curious if >> anyone is actively working on a open source monitor. I see the one made > by >> Adam VK4GHZ is no longer being sold. This got me back on track for > wanting >> to make one of my own. >> >> I have been using either tbmon or lady heather but always have issues with > a >> usb to serial converter when I start the computer. It will go haywire and >> cause it to freeze and make the mouse malfunction. Once I disconnect the >> converter (I have tried other makes as well) it works fine. Usually I can >> reconnect the converter and things will work again. >> >> What I would like to do is make a 2 or 4 line lcd readout to display > various >> info. I really liked VK4GHZ's page type selector knob. I can see that >> being very useful. On a youtube video by n6vmo said the thunderbolt used > a >> ASCII Hex and "needs to be converted by using 64 bit floating point math". >> >> So are any of you currently working on this or have decided to quit and > have >> any information to share? >> >> >> _______________________________________________ >> 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. > > > _______________________________________________ > 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.
CA
Chris Albertson
Wed, Jan 23, 2013 11:10 PM

You realy can't know if a processor is to large or small until you
have at least a outline of the software design.    In this case the uP
is reading test from a serial port at a low data rate.  It is running
a filter and sending a small amount of text back to the GPS.  So the
load on the CPU is trivial.    The harder part is sending that data
off to a larger computer, likely using Ethernet.  It coud use UDP at
one second per packet.  Depends on how much you want to do on the
device.

That MSP430 is going to be used to interface an anemometer (wind cups)

Mymethod normally is to do as much development as I can on a big
computer like my Mac.  Then move the software down to the target
environment.

TI sells another Launch pad for $18 that uses an ARM.  This is a much
more capable CPU but for data logging maybe over kill.  But if the
plan was to host a web server you'd need something like the ARM.

But actually the AVR inside the Arduino can run a web interface. but
with ARM powered LaunchPads for $18 I'd go with that.

On Wed, Jan 23, 2013 at 12:38 PM, James Harrison
james@talkunafraid.co.uk wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Absolutely - however, I suspect the MSP430 might be a little too small.

I'd be looking at something like a Raspberry Pi and a serially
attached screen. Adafruit do some lovely boards like these:
http://www.adafruit.com/products/1115

It's not $5 but it's not exactly exorbitant. Or just use a Pi and a
HDMI capable TV if you have one spare.

Cheers,
James Harrison

On 23/01/2013 19:55, Chris Albertson wrote:

You can't compare the size of a Windows binary to a uP RAM.  If
you look inside the .exe file you see that 90% of it is dealing
with the Windows OS.  The actual computations are very, very small
and don't use even half the 16KB Flash.

On Wed, Jan 23, 2013 at 10:10 AM, Bob Camp lists@rtty.us wrote:

Hi

Heathdos.exe 123 KB Heather.exe 572 KB Server.exe 176 KB

(each would be plus what ever they pull from DLL's and the OS)

Ti LaunchPad MSP-EXP430G2 - MSP 430 version ($4.30):

MSP-430G2553 Microcontroller:

16 KB flash 512 B RAM

MSP-430G2452 Microcontroller:

8 KB flash 256 B RAM

I suspect you would get about 5% of it into a MSP430.

Bob

-----Original Message----- From: time-nuts-bounces@febo.com
[mailto:time-nuts-bounces@febo.com] On Behalf Of Chris Albertson
Sent: Wednesday, January 23, 2013 11:44 AM To: Major L. McGee
III; Discussion of precise time and frequency measurement
Subject: Re: [time-nuts] Thunderbolt Monitor

I was looking into porting much of LH into an Arduino or TI
Launch Pad (msp430) And then a display would be web based.  But
then I decided to go back to grad school and there went any free
time.

But I think that is that way to go.  The TB is best kept in some
light-out closet and who wants to stand of a step stool to read
an LCD when a web interface could put a better display on your
smart phone or computer

I did just buy a TI Launchpad.  For $4.30 shipping included I
could not resist but I have in mind a MUCH smaller project

On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III
majorm@sc.rr.com wrote:

I have been following this on the list for a while now and was
curious if anyone is actively working on a open source monitor.
I see the one made

by

Adam VK4GHZ is no longer being sold.  This got me back on track
for

wanting

to make one of my own.

I have been using either tbmon or lady heather but always have
issues with

a

usb to serial converter when I start the computer.  It will go
haywire and cause it to freeze and make the mouse malfunction.
Once I disconnect the converter (I have tried other makes as
well) it works fine.  Usually I can reconnect the converter and
things will work again.

What I would like to do is make a 2 or 4 line lcd readout to
display

various

info.  I really liked VK4GHZ's page type selector knob.  I can
see that being very useful.  On a youtube video by n6vmo said
the thunderbolt used

a

ASCII Hex and "needs to be converted by using 64 bit floating
point math".

So are any of you currently working on this or have decided to
quit and

have

any information to share?

_______________________________________________ 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.

_______________________________________________ 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.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (MingW32)

iEYEARECAAYFAlEASkoACgkQ22kkGnnJQAzUCgCfT5V3oRBoq/FfHmv6dZSDet2k
fuUAnRZO3g6eU+V8Zn1ubupYDbNeywef
=GHLi
-----END PGP SIGNATURE-----


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

You realy can't know if a processor is to large or small until you have at least a outline of the software design. In this case the uP is reading test from a serial port at a low data rate. It is running a filter and sending a small amount of text back to the GPS. So the load on the CPU is trivial. The harder part is sending that data off to a larger computer, likely using Ethernet. It coud use UDP at one second per packet. Depends on how much you want to do on the device. That MSP430 is going to be used to interface an anemometer (wind cups) Mymethod normally is to do as much development as I can on a big computer like my Mac. Then move the software down to the target environment. TI sells another Launch pad for $18 that uses an ARM. This is a much more capable CPU but for data logging maybe over kill. But if the plan was to host a web server you'd need something like the ARM. But actually the AVR inside the Arduino can run a web interface. but with ARM powered LaunchPads for $18 I'd go with that. On Wed, Jan 23, 2013 at 12:38 PM, James Harrison <james@talkunafraid.co.uk> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Absolutely - however, I suspect the MSP430 might be a little too small. > > I'd be looking at something like a Raspberry Pi and a serially > attached screen. Adafruit do some lovely boards like these: > http://www.adafruit.com/products/1115 > > It's not $5 but it's not exactly exorbitant. Or just use a Pi and a > HDMI capable TV if you have one spare. > > Cheers, > James Harrison > > On 23/01/2013 19:55, Chris Albertson wrote: >> You can't compare the size of a Windows binary to a uP RAM. If >> you look inside the .exe file you see that 90% of it is dealing >> with the Windows OS. The actual computations are very, very small >> and don't use even half the 16KB Flash. >> >> >> >> On Wed, Jan 23, 2013 at 10:10 AM, Bob Camp <lists@rtty.us> wrote: >>> Hi >>> >>> Heathdos.exe 123 KB Heather.exe 572 KB Server.exe 176 KB >>> >>> (each would be plus what ever they pull from DLL's and the OS) >>> >>> Ti LaunchPad MSP-EXP430G2 - MSP 430 version ($4.30): >>> >>> MSP-430G2553 Microcontroller: >>> >>> 16 KB flash 512 B RAM >>> >>> MSP-430G2452 Microcontroller: >>> >>> 8 KB flash 256 B RAM >>> >>> I suspect you would get about 5% of it into a MSP430. >>> >>> Bob >>> >>> >>> >>> -----Original Message----- From: time-nuts-bounces@febo.com >>> [mailto:time-nuts-bounces@febo.com] On Behalf Of Chris Albertson >>> Sent: Wednesday, January 23, 2013 11:44 AM To: Major L. McGee >>> III; Discussion of precise time and frequency measurement >>> Subject: Re: [time-nuts] Thunderbolt Monitor >>> >>> I was looking into porting much of LH into an Arduino or TI >>> Launch Pad (msp430) And then a display would be web based. But >>> then I decided to go back to grad school and there went any free >>> time. >>> >>> But I think that is that way to go. The TB is best kept in some >>> light-out closet and who wants to stand of a step stool to read >>> an LCD when a web interface could put a better display on your >>> smart phone or computer >>> >>> I did just buy a TI Launchpad. For $4.30 shipping included I >>> could not resist but I have in mind a MUCH smaller project >>> >>> On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III >>> <majorm@sc.rr.com> wrote: >>>> I have been following this on the list for a while now and was >>>> curious if anyone is actively working on a open source monitor. >>>> I see the one made >>> by >>>> Adam VK4GHZ is no longer being sold. This got me back on track >>>> for >>> wanting >>>> to make one of my own. >>>> >>>> I have been using either tbmon or lady heather but always have >>>> issues with >>> a >>>> usb to serial converter when I start the computer. It will go >>>> haywire and cause it to freeze and make the mouse malfunction. >>>> Once I disconnect the converter (I have tried other makes as >>>> well) it works fine. Usually I can reconnect the converter and >>>> things will work again. >>>> >>>> What I would like to do is make a 2 or 4 line lcd readout to >>>> display >>> various >>>> info. I really liked VK4GHZ's page type selector knob. I can >>>> see that being very useful. On a youtube video by n6vmo said >>>> the thunderbolt used >>> a >>>> ASCII Hex and "needs to be converted by using 64 bit floating >>>> point math". >>>> >>>> So are any of you currently working on this or have decided to >>>> quit and >>> have >>>> any information to share? >>>> >>>> >>>> _______________________________________________ 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. >>> >>> >>> _______________________________________________ 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. >> >> >> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.17 (MingW32) > > iEYEARECAAYFAlEASkoACgkQ22kkGnnJQAzUCgCfT5V3oRBoq/FfHmv6dZSDet2k > fuUAnRZO3g6eU+V8Zn1ubupYDbNeywef > =GHLi > -----END PGP SIGNATURE----- > _______________________________________________ > 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
BC
Bob Camp
Thu, Jan 24, 2013 2:22 AM

Hi

My original comment was in reply to your suggestion of porting Lady Heather into a MSP430. I took that to be your outline of your project. My reply was simply that Lady Heather is a very complex and full featured program. It does way more than just look at a serial stream and tell you a few simple things.

If the project has now changed into something else, then so be it.

Bob

On Jan 23, 2013, at 6:10 PM, Chris Albertson albertson.chris@gmail.com wrote:

You realy can't know if a processor is to large or small until you
have at least a outline of the software design.    In this case the uP
is reading test from a serial port at a low data rate.  It is running
a filter and sending a small amount of text back to the GPS.  So the
load on the CPU is trivial.    The harder part is sending that data
off to a larger computer, likely using Ethernet.  It coud use UDP at
one second per packet.  Depends on how much you want to do on the
device.

That MSP430 is going to be used to interface an anemometer (wind cups)

Mymethod normally is to do as much development as I can on a big
computer like my Mac.  Then move the software down to the target
environment.

TI sells another Launch pad for $18 that uses an ARM.  This is a much
more capable CPU but for data logging maybe over kill.  But if the
plan was to host a web server you'd need something like the ARM.

But actually the AVR inside the Arduino can run a web interface. but
with ARM powered LaunchPads for $18 I'd go with that.

On Wed, Jan 23, 2013 at 12:38 PM, James Harrison
james@talkunafraid.co.uk wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Absolutely - however, I suspect the MSP430 might be a little too small.

I'd be looking at something like a Raspberry Pi and a serially
attached screen. Adafruit do some lovely boards like these:
http://www.adafruit.com/products/1115

It's not $5 but it's not exactly exorbitant. Or just use a Pi and a
HDMI capable TV if you have one spare.

Cheers,
James Harrison

On 23/01/2013 19:55, Chris Albertson wrote:

You can't compare the size of a Windows binary to a uP RAM.  If
you look inside the .exe file you see that 90% of it is dealing
with the Windows OS.  The actual computations are very, very small
and don't use even half the 16KB Flash.

On Wed, Jan 23, 2013 at 10:10 AM, Bob Camp lists@rtty.us wrote:

Hi

Heathdos.exe 123 KB Heather.exe 572 KB Server.exe 176 KB

(each would be plus what ever they pull from DLL's and the OS)

Ti LaunchPad MSP-EXP430G2 - MSP 430 version ($4.30):

MSP-430G2553 Microcontroller:

16 KB flash 512 B RAM

MSP-430G2452 Microcontroller:

8 KB flash 256 B RAM

I suspect you would get about 5% of it into a MSP430.

Bob

-----Original Message----- From: time-nuts-bounces@febo.com
[mailto:time-nuts-bounces@febo.com] On Behalf Of Chris Albertson
Sent: Wednesday, January 23, 2013 11:44 AM To: Major L. McGee
III; Discussion of precise time and frequency measurement
Subject: Re: [time-nuts] Thunderbolt Monitor

I was looking into porting much of LH into an Arduino or TI
Launch Pad (msp430) And then a display would be web based.  But
then I decided to go back to grad school and there went any free
time.

But I think that is that way to go.  The TB is best kept in some
light-out closet and who wants to stand of a step stool to read
an LCD when a web interface could put a better display on your
smart phone or computer

I did just buy a TI Launchpad.  For $4.30 shipping included I
could not resist but I have in mind a MUCH smaller project

On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III
majorm@sc.rr.com wrote:

I have been following this on the list for a while now and was
curious if anyone is actively working on a open source monitor.
I see the one made

by

Adam VK4GHZ is no longer being sold.  This got me back on track
for

wanting

to make one of my own.

I have been using either tbmon or lady heather but always have
issues with

a

usb to serial converter when I start the computer.  It will go
haywire and cause it to freeze and make the mouse malfunction.
Once I disconnect the converter (I have tried other makes as
well) it works fine.  Usually I can reconnect the converter and
things will work again.

What I would like to do is make a 2 or 4 line lcd readout to
display

various

info.  I really liked VK4GHZ's page type selector knob.  I can
see that being very useful.  On a youtube video by n6vmo said
the thunderbolt used

a

ASCII Hex and "needs to be converted by using 64 bit floating
point math".

So are any of you currently working on this or have decided to
quit and

have

any information to share?

_______________________________________________ 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.

_______________________________________________ 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.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (MingW32)

iEYEARECAAYFAlEASkoACgkQ22kkGnnJQAzUCgCfT5V3oRBoq/FfHmv6dZSDet2k
fuUAnRZO3g6eU+V8Zn1ubupYDbNeywef
=GHLi
-----END PGP SIGNATURE-----


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.

Hi My original comment was in reply to your suggestion of porting Lady Heather into a MSP430. I took that to be your outline of your project. My reply was simply that Lady Heather is a very complex and full featured program. It does *way* more than just look at a serial stream and tell you a few simple things. If the project has now changed into something else, then so be it. Bob On Jan 23, 2013, at 6:10 PM, Chris Albertson <albertson.chris@gmail.com> wrote: > You realy can't know if a processor is to large or small until you > have at least a outline of the software design. In this case the uP > is reading test from a serial port at a low data rate. It is running > a filter and sending a small amount of text back to the GPS. So the > load on the CPU is trivial. The harder part is sending that data > off to a larger computer, likely using Ethernet. It coud use UDP at > one second per packet. Depends on how much you want to do on the > device. > > That MSP430 is going to be used to interface an anemometer (wind cups) > > Mymethod normally is to do as much development as I can on a big > computer like my Mac. Then move the software down to the target > environment. > > TI sells another Launch pad for $18 that uses an ARM. This is a much > more capable CPU but for data logging maybe over kill. But if the > plan was to host a web server you'd need something like the ARM. > > But actually the AVR inside the Arduino can run a web interface. but > with ARM powered LaunchPads for $18 I'd go with that. > > On Wed, Jan 23, 2013 at 12:38 PM, James Harrison > <james@talkunafraid.co.uk> wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Absolutely - however, I suspect the MSP430 might be a little too small. >> >> I'd be looking at something like a Raspberry Pi and a serially >> attached screen. Adafruit do some lovely boards like these: >> http://www.adafruit.com/products/1115 >> >> It's not $5 but it's not exactly exorbitant. Or just use a Pi and a >> HDMI capable TV if you have one spare. >> >> Cheers, >> James Harrison >> >> On 23/01/2013 19:55, Chris Albertson wrote: >>> You can't compare the size of a Windows binary to a uP RAM. If >>> you look inside the .exe file you see that 90% of it is dealing >>> with the Windows OS. The actual computations are very, very small >>> and don't use even half the 16KB Flash. >>> >>> >>> >>> On Wed, Jan 23, 2013 at 10:10 AM, Bob Camp <lists@rtty.us> wrote: >>>> Hi >>>> >>>> Heathdos.exe 123 KB Heather.exe 572 KB Server.exe 176 KB >>>> >>>> (each would be plus what ever they pull from DLL's and the OS) >>>> >>>> Ti LaunchPad MSP-EXP430G2 - MSP 430 version ($4.30): >>>> >>>> MSP-430G2553 Microcontroller: >>>> >>>> 16 KB flash 512 B RAM >>>> >>>> MSP-430G2452 Microcontroller: >>>> >>>> 8 KB flash 256 B RAM >>>> >>>> I suspect you would get about 5% of it into a MSP430. >>>> >>>> Bob >>>> >>>> >>>> >>>> -----Original Message----- From: time-nuts-bounces@febo.com >>>> [mailto:time-nuts-bounces@febo.com] On Behalf Of Chris Albertson >>>> Sent: Wednesday, January 23, 2013 11:44 AM To: Major L. McGee >>>> III; Discussion of precise time and frequency measurement >>>> Subject: Re: [time-nuts] Thunderbolt Monitor >>>> >>>> I was looking into porting much of LH into an Arduino or TI >>>> Launch Pad (msp430) And then a display would be web based. But >>>> then I decided to go back to grad school and there went any free >>>> time. >>>> >>>> But I think that is that way to go. The TB is best kept in some >>>> light-out closet and who wants to stand of a step stool to read >>>> an LCD when a web interface could put a better display on your >>>> smart phone or computer >>>> >>>> I did just buy a TI Launchpad. For $4.30 shipping included I >>>> could not resist but I have in mind a MUCH smaller project >>>> >>>> On Wed, Jan 23, 2013 at 8:31 AM, Major L. McGee III >>>> <majorm@sc.rr.com> wrote: >>>>> I have been following this on the list for a while now and was >>>>> curious if anyone is actively working on a open source monitor. >>>>> I see the one made >>>> by >>>>> Adam VK4GHZ is no longer being sold. This got me back on track >>>>> for >>>> wanting >>>>> to make one of my own. >>>>> >>>>> I have been using either tbmon or lady heather but always have >>>>> issues with >>>> a >>>>> usb to serial converter when I start the computer. It will go >>>>> haywire and cause it to freeze and make the mouse malfunction. >>>>> Once I disconnect the converter (I have tried other makes as >>>>> well) it works fine. Usually I can reconnect the converter and >>>>> things will work again. >>>>> >>>>> What I would like to do is make a 2 or 4 line lcd readout to >>>>> display >>>> various >>>>> info. I really liked VK4GHZ's page type selector knob. I can >>>>> see that being very useful. On a youtube video by n6vmo said >>>>> the thunderbolt used >>>> a >>>>> ASCII Hex and "needs to be converted by using 64 bit floating >>>>> point math". >>>>> >>>>> So are any of you currently working on this or have decided to >>>>> quit and >>>> have >>>>> any information to share? >>>>> >>>>> >>>>> _______________________________________________ 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. >>>> >>>> >>>> _______________________________________________ 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. >>> >>> >>> >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v2.0.17 (MingW32) >> >> iEYEARECAAYFAlEASkoACgkQ22kkGnnJQAzUCgCfT5V3oRBoq/FfHmv6dZSDet2k >> fuUAnRZO3g6eU+V8Zn1ubupYDbNeywef >> =GHLi >> -----END PGP SIGNATURE----- >> _______________________________________________ >> 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.