Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Chronos Control Center works on Mac OS X
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
OP  
View profile  
 More options Mar 8 2011, 4:56 pm
From: OP <ojas.par...@gmail.com>
Date: Tue, 8 Mar 2011 13:56:53 -0800 (PST)
Local: Tues, Mar 8 2011 4:56 pm
Subject: Chronos Control Center works on Mac OS X
This is not surprising since it's just a tcl/tk application, but it
did take a bit of work to get it running:

1. I used a linux virtual machine to extract the application from the
linux version of the Chronos software bundle
2. The "eZ430-Chronos CC 1_2.tcl" file needs to be modified to use the
correct serial port:

  # Set COM port where RF access point is mounted
  #set com "/dev/ttyACM0"
  set com "/dev/cu.usbmodem001"

Note that it took some debugging to realize that tcl needs /dev/
cu.usbmodem001 to be used rather than /dev/tty.usbmodem001.  The name
of the device (i.e.. usbmodem001 above) on your system may vary, even
from USB port to USB port.

-ojas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
SuperNova  
View profile  
 More options Mar 30 2011, 7:34 am
From: SuperNova <testsubjectnameh...@gmail.com>
Date: Wed, 30 Mar 2011 04:34:51 -0700 (PDT)
Local: Wed, Mar 30 2011 7:34 am
Subject: Re: Chronos Control Center works on Mac OS X
Hello

i looked around the web and i really like the Chronos watch. The only
problem is the Mac compatibility problem. But now that the Control
Centre is Linux compatible it was a matter of time till somebody got
it working on Mac OS. I guess this person is you!

Honestly im a noob, that said would you be able to give me the Chronos
Control Centre that would work under Mac OS?

And would you mind telling me if the Chronos watch is easy to program?
Im currently learning C at school.

Thanks a lot

On Mar 8, 11:56 pm, OP <ojas.par...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ojas Parekh  
View profile  
 More options Mar 30 2011, 2:05 pm
From: Ojas Parekh <ojas.par...@gmail.com>
Date: Wed, 30 Mar 2011 12:05:17 -0600
Local: Wed, Mar 30 2011 2:05 pm
Subject: Re: [ti-chronos-development] Re: Chronos Control Center works on Mac OS X

I'm having trouble accessing the Files section of the group, so I've
attached a version of CCC modified as described below.  You may have
to change the serail port (/dev/cu.usbmodem001) depending on which
USB port you plug your dongle into.  The easiest thing would be to
try them all and see if one of them works.

I would say that if you're just learning C, programming the watch
is possible but will be pretty challenging and require persistence.
This is mainly because, at least as far as I know, there's no tutorial
like documentation outlining the watch firmware source code.  Depending
on what you want to do, you'd have to look at other examples to figure
out how to do it.

With that said, it's a lot easier writing code on your computer that
talks to the default firmware on the watch:

http://processors.wiki.ti.com/index.php/EZ430-Chronos#PC.2FChronos_Co...

I don't think there are C examples yet, but there may be some on the web,
or I might have time to put some together for you.

-ojas

  CCC-OSX-1_2.zip
60K Download

On Mar 30, 2011, at 5:34 AM, SuperNova wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
SuperNova  
View profile  
 More options Mar 30 2011, 9:50 pm
From: SuperNova <testsubjectnameh...@gmail.com>
Date: Wed, 30 Mar 2011 18:50:02 -0700 (PDT)
Local: Wed, Mar 30 2011 9:50 pm
Subject: Re: Chronos Control Center works on Mac OS X
Thanks a lot for this.

The Tcl Application fails to run tho. My MacBook Opens it with wish by
default is that right?

Also Can i use xCode to write my code or do i need to use the CCC?

Also is it easy to interface with the Firmware? And how about Wireless
communication is the protocol easy to get going for a beginner?

Thanks so much.

On Mar 30, 8:05 pm, Ojas Parekh <ojas.par...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »