Hi,

The TelosA motes don't work with the current tinyos.jar, see this
thread for details and solution:
https://www.millennium.berkeley.edu/pipermail/tinyos-help/2011-October/052670.html

However, this doesn't affect the TelosB, that should work.

Andris

On Mon, Nov 21, 2011 at 12:59 PM, Urs Hunkeler <urs.hunke...@epfl.ch> wrote:
> Hi,
>
> Thanks for the detailed explanation why you posted off list. I think the
> list server is having a problem.
>
> Could you program the TestSerial test application on the mote, and then
> try the following command on Ubuntu?
>
> screen /dev/ttyUSB0 115200
>
> This would just open the serial port and show garbage if the computer is
> receiving. If you don't receive anything, then it would appear to be a
> hardware or driver error. The TelosB motes seem to have a tendency to
> break connections on the PCB when bent, and this can affect the serial
> port. If the command above shows that you do receive data, then it is a
> software problem and we can investigate further from there on. In any
> case it would be helpful if you could copy/paste the commands and output
> that you used to program the mote and to try to establish the
> connection, e.g., the exact output of:
>
> cd $TOSROOT/tests/TestSerial
> make telosb install
> java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB0:telos
>
> Cheers,
> Urs
>
>
> On 11/21/11 9:46 AM, al face wrote:
>> Good Morning,
>>
>> I have to apologize for not fulfilling the mail list rules and contact
>> you personally, but after 5 days waiting for the subscription response
>> I really need to step forward in trying to solve the issue I am
>> facing, and so far I have seen that you are one of the most active
>> "helpers". Therefore, I would appreciate if you still could help me.
>>
>> My problem is:
>>
>> Using tinyos 2.1.1, trying both in a virtual machine and in a PC with
>> Ubuntu installed, I'm having the same problem described in
>> "https://www.millennium.berkeley.edu/pipermail/tinyos-help/2007-July/026926.html";.
>>
>> Besides, as running "motelist" I get that the port is /dev/ttyUSB0, I run:
>> $ java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB0:telos
>>
>> and I can only see:
>> serial@/dev/ttyUSB0:115200: resynchronising
>>
>> I think that the Telos mote receives because the USB Receive LED (D20)
>> blinks, and also because I have been able to run other applications
>> (i.e., BlinkToRadio) with no problem. I have tried both with TelosA
>> and B. Any idea what can be the problem?
>>
>> Thanks in advance for any thought and idea.
>>
>> On Fri, Nov 18, 2011 at 9:57 AM, al face <alvfa...@googlemail.com
>> <mailto:alvfa...@googlemail.com>> wrote:
>>
>>
>>       Hi,
>>
>>     I'm having the same problem described in
>>     
>> "https://www.millennium.berkeley.edu/pipermail/tinyos-help/2007-July/026926.html";.
>>
>>     The TelosAmote receives because the USB Receive LED (D20) blinks.
>>     Any idea what can be the problem?
>>
>>
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>

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

Reply via email to