[Tinyos-help] MTS 420

2007-12-20 Thread Douglas Corner
I am starting a project that will use the GPS capability on the MTS 420.  I
would rather do it on TOS 2, better documented, organized etc.  I had hoped
to start by wiring standard components together and then going forward.
There doesn't appear to be any support for this module in TOS 2 as there is
for the MTS 300 (tos.sensorboards.mts300).

 

Can anyone clarify?Is this in work anywhere?  I would do it myself but
as a first effort in TOS it looks a bit daunting.  

 

Doug Corner

George Mason University

 

--
Douglas S. Corner - G00081155
[EMAIL PROTECTED] or [EMAIL PROTECTED] 
(703) 476-1257 (H)   (571) 215-0773 (C)
13116 Rounding Run Circle
Herndon, VA 20171

 

 

 

 

 

 

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] MTS 420

2008-01-05 Thread Douglas Corner
I am trying to port the MTS 420 code from TOS 1.X to 2.x.  I would like to
be sure I am starting with the latest version of the 1.1 code.

I have code from the following:

http://www.tinyos.net/dist-1.1.0/snapshot-1.1.5Mar2004cvs/contrib/xbow/apps/XsensorMTS400/

http://www.tinyos.net/dist-1.1.0/snapshot-1.1.5Mar2004cvs/contrib/xbow/tos/sensorboards/mts400/


There is no author given in the top level routines TestMTS400 and
TestMTS400M.

1) Is this the latest code?

2) Some of the GPS code is commented out.  Does anyone know why?  It appears
that you can either use the GPS or the weather sensors and the last test of
the code may have been to test the weather sensors but I would like to hear
from someone who used the code.


Doug Corner
George Mason University


Douglas S. Corner - G00081155
[EMAIL PROTECTED] or [EMAIL PROTECTED]
(703) 476-1257 (H)   (571) 215-0773 (C)
13116 Rounding Run Circle
Herndon, VA 20171
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] MTS 420

2007-12-20 Thread Kevin Klues
If you don't see it anywhere in the core tinyos tree, and its not listed as
a project that someone is working on in the contribs section of tinyos, then
its most likely not being developed by anyone at the moment.

There was a discussion recently on this list about getting more of the T1
compatible drivers ported over to T2, so maybe this is one of the drivers
that needs to be added to the high priority list of ports.

Please feel free to start doing a port yourself, and please consider
contributing your code back via tinyos contribs (see link below).  From
glancing at the users manual for the MDA420, it looks like it the GPS module
interfaces to the mote via USART1.  Full support already exists in T2 for
using USART1, so writing a driver would just entail figuring out how to
properly talk to the module using the USART1 interfaces.

TinyOS contribs link:
http://tinyos.cvs.sourceforge.net/*checkout*/tinyos/tinyos-2.x-contrib/contrib.html

Kevin

On Dec 20, 2007 5:05 AM, Douglas Corner <[EMAIL PROTECTED]> wrote:

>  I am starting a project that will use the GPS capability on the MTS 420.
>  I would rather do it on TOS 2, better documented, organized etc.  I had
> hoped to start by wiring standard components together and then going
> forward.  There doesn't appear to be any support for this module in TOS 2 as
> there is for the MTS 300 (tos.sensorboards.mts300).
>
>
>
> Can anyone clarify?Is this in work anywhere?  I would do it myself but
> as a first effort in TOS it looks a bit daunting.
>
>
>
> Doug Corner
>
> George Mason University
>
>
>
> --
> Douglas S. Corner - G00081155
> [EMAIL PROTECTED] or [EMAIL PROTECTED]
> (703) 476-1257 (H)   (571) 215-0773 (C)
> 13116 Rounding Run Circle
> Herndon, VA 20171
>
>
>
>
>
>
>
>
>
>
>
>
>
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
~Kevin
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] MTS 420

2008-01-06 Thread Kevin Klues
This is great news.  Let us know if you would like to do your
development work as part of a tinyos-2.x contrib project.

http://tinyos.cvs.sourceforge.net/*checkout*/tinyos/tinyos-2.x-contrib/contrib.html

Sorry i don't know if this is the latest revision of the code as I
have never personally used it in the past.  My guess would be though
that the very latest revision would be in cvs and not in a snapshot
though.

Kevin

On Jan 5, 2008 2:23 PM, Douglas Corner <[EMAIL PROTECTED]> wrote:
> I am trying to port the MTS 420 code from TOS 1.X to 2.x.  I would like to
> be sure I am starting with the latest version of the 1.1 code.
>
> I have code from the following:
>
>
> http://www.tinyos.net/dist-1.1.0/snapshot-1.1.5Mar2004cvs/contrib/xbow/apps/XsensorMTS400/
>
>
> http://www.tinyos.net/dist-1.1.0/snapshot-1.1.5Mar2004cvs/contrib/xbow/tos/sensorboards/mts400/
>
>
> There is no author given in the top level routines TestMTS400 and
> TestMTS400M.
>
> 1) Is this the latest code?
>
> 2) Some of the GPS code is commented out.  Does anyone know why?  It appears
> that you can either use the GPS or the weather sensors and the last test of
> the code may have been to test the weather sensors but I would like to hear
> from someone who used the code.
>
>
> Doug Corner
> George Mason University
>
> 
> Douglas S. Corner - G00081155
>  [EMAIL PROTECTED] or [EMAIL PROTECTED]
> (703) 476-1257 (H)   (571) 215-0773 (C)
> 13116 Rounding Run Circle
> Herndon, VA 20171
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
~Kevin
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] MTS 420

2008-01-07 Thread Aurélien Francillon
Le Sunday 06 January 2008 20:50:19 Kevin Klues, vous avez écrit :
> This is great news.  Let us know if you would like to do your
> development work as part of a tinyos-2.x contrib project.
>

Hi, 
a port to tinyos-2.x has been done by someone here (incl GPS driver) , we plan 
to upload it to the contrib soon ... 

Cheers 
Aurélien

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] MTS 420

2008-01-07 Thread Philip Levis


On Jan 7, 2008, at 2:22 AM, Aurélien Francillon wrote:


Le Sunday 06 January 2008 20:50:19 Kevin Klues, vous avez écrit :

This is great news.  Let us know if you would like to do your
development work as part of a tinyos-2.x contrib project.



Hi,
a port to tinyos-2.x has been done by someone here (incl GPS  
driver) , we plan

to upload it to the contrib soon ...



That would be excellent.

Phil
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] MTS 420

2008-06-03 Thread Kevin Klues
This is my fault.  I'll add you in right now.

Kevin

On Tue, Jun 3, 2008 at 12:32 AM, Aurélien Francillon
<[EMAIL PROTECTED]> wrote:
> Philip Levis a écrit :
>>
>> On Jan 7, 2008, at 2:22 AM, Aurélien Francillon wrote:
>>
>>> Le Sunday 06 January 2008 20:50:19 Kevin Klues, vous avez écrit :
 This is great news.  Let us know if you would like to do your
 development work as part of a tinyos-2.x contrib project.

>>>
>>> Hi,
>>> a port to tinyos-2.x has been done by someone here (incl GPS driver) ,
>>> we plan
>>> to upload it to the contrib soon ...
>>>
>>
>> That would be excellent.
>>
>> Phil
>>
>
> Hi Phil,
> I have been sending a request on 10/05 and again on 26/05 at the
> caretakers' address:
> [EMAIL PROTECTED]
> I had no answer yet ? I'm sending my request to the wrong place ?
> I feel like I'm just ignored because someone else is working on it and
> pushed it's implementation to the contrib repository ?
> There is probably room for more than one experimental implementation ...
>
>
> Cheers
> Aurélien
>
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
~Kevin

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] MTS 420

2008-06-03 Thread Aurélien Francillon
Philip Levis a écrit :
> 
> On Jan 7, 2008, at 2:22 AM, Aurélien Francillon wrote:
> 
>> Le Sunday 06 January 2008 20:50:19 Kevin Klues, vous avez écrit :
>>> This is great news.  Let us know if you would like to do your
>>> development work as part of a tinyos-2.x contrib project.
>>>
>>
>> Hi,
>> a port to tinyos-2.x has been done by someone here (incl GPS driver) , 
>> we plan
>> to upload it to the contrib soon ...
>>
> 
> That would be excellent.
> 
> Phil
> 

Hi Phil,
I have been sending a request on 10/05 and again on 26/05 at the 
caretakers' address:
[EMAIL PROTECTED]
I had no answer yet ? I'm sending my request to the wrong place ?
I feel like I'm just ignored because someone else is working on it and 
pushed it's implementation to the contrib repository ?
There is probably room for more than one experimental implementation ...


Cheers
Aurélien

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] MTS 420

2008-06-03 Thread Philip Levis

On Jun 3, 2008, at 12:32 AM, Aurélien Francillon wrote:

> Philip Levis a écrit :
>> On Jan 7, 2008, at 2:22 AM, Aurélien Francillon wrote:
>>> Le Sunday 06 January 2008 20:50:19 Kevin Klues, vous avez écrit :
 This is great news.  Let us know if you would like to do your
 development work as part of a tinyos-2.x contrib project.

>>>
>>> Hi,
>>> a port to tinyos-2.x has been done by someone here (incl GPS  
>>> driver) , we plan
>>> to upload it to the contrib soon ...
>>>
>> That would be excellent.
>> Phil
>
> Hi Phil,
> I have been sending a request on 10/05 and again on 26/05 at the  
> caretakers' address:
> [EMAIL PROTECTED]
> I had no answer yet ? I'm sending my request to the wrong place ?
> I feel like I'm just ignored because someone else is working on it  
> and pushed it's implementation to the contrib repository ?
> There is probably room for more than one experimental  
> implementation ...

Hm -- I'll ask the contrib czars (Kevin Klues and Martin Leopold).  
Kevin is out this week, so it might be until next week. Contrib  
doesn't apply admission control like you describe.

Phil
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] MTS 420

2008-06-03 Thread Aurélien Francillon
Philip Levis a écrit :
...
> Hm -- I'll ask the contrib czars (Kevin Klues and Martin Leopold). Kevin 
> is out this week, so it might be until next week. Contrib doesn't apply 
> admission control like you describe.
> 
> Phil
> 
Hi,
Kevin just opened the mts4x0 contrib for me (thanks Kevin),
sorry for the tone of the previous mail. I understand the fact that 
people can are busy and so ... I was just disappointed by the fact that 
some work was done in double...

cheers
Aurélien
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] MTS 420 sensor interfacing

2014-09-09 Thread deepak khatri
Hello all,

I want to build an sensing application based on mts 420 sensor board
interfacing with MicaZ board. Can anybody provide me source for example of
any of configuration, module or sensor board app.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] MTS 420 on TOS 2.X

2007-12-18 Thread Douglas Corner
TinyOS 2.X doesn' have drivers for the MTS400/420.  Does anyone know if this
is planned?

Has anyone attempted to do this?  I am new to this environment and I don't
have a feel for how much of a job it is.

Doug Corner
George Mason University

Douglas S. Corner - G00081155
[EMAIL PROTECTED] or [EMAIL PROTECTED]
(703) 476-1257 (H)   (571) 215-0773 (C)
13116 Rounding Run Circle
Herndon, VA 20171
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help