I'm not familiar with an O'scope program that sends
messages from the PC to the mote, so I don't know
what is "Sending Packet N"...

I would try to find a demo app that sends periodic
messages without needing to be told (so the PC doesn't
have to send anything back...). The TOS1.x O'scope and
Sense demo apps did that I think. Then use the Listen
and ListenRaw Java tools to see that I was getting
reception and had all the right PC side settings.

I believe the T2 O'scope program only works over the
radio, so you have to have a BaseStation in between.

As to your temp app, either of the demos I mentioned
should do the trick once you "rewire" their input
config to use the right sensor/ADC channel.

MS

Walter Bishop wrote:
> I've been trying over and over but I'm only getting:
> 
> serial@/dev/ttyUSB0:57600: resynchronising
> 
> and then that it is sending several packages, but receiving none.
> 
> Sending packet 0
> Sending packet 1
> Sending packet 2
> Sending packet 3
> Sending packet 4
> (...)
> 
> 
> Any ideas?
> 
> 
> 2010/7/15 Walter Bishop <walterb...@gmail.com>:
>> The problem is that I'm not receiving no error messages. I'm trying to
>> run the oscilloscope but it seems he doesn't connect to a mote (the
>> graphic/received packages) don't appear.
>>
>> I have another doubt, I'm trying to do sense the temperature of a room
>> and then display it on a website. Do you know how can i do that?
>>
>> The first step should be receive the data on my computer (is there any
>> exemple of snesing temperature ?)
>> And then send it to a website (I have no ideia in how to do this one).
>>
>> Thanks in advance.
>>
>> (I'm using micaz with mib520 board)
>>
>>
>> 2010/7/15 Michael Schippling <sc...@santafe.edu>:
>>> Please post any error messages that you get.
>>>
>>> I would recommend leaving SerialForwarder out of the loop
>>> Just start O'scope with the MOTECOM envar setting that
>>> you would have used with SF -- something like:
>>>     ser...@com1:mica2
>>> where the port name and mote type match your system.
>>>
>>> MS
>>>
>>> Walter Bishop wrote:
>>>> I've managed to solve my initial problems with compiling and running
>>>> tinyOS files.
>>>>
>>>> I'm now trying to follow some tutorials like the oscilloscope but i'm
>>>> failing to read the packet information.
>>>>
>>>> I've installed the oscilloscope on a micaz sensor and the Base on
>>>> micaz that connects to the pc. I've run the SerialForward and
>>>> oscilloscope file, but the last one doesn't seem to be connected to a
>>>> mote.
>>>>
>>>> Can someone help me? Thanks
>>>> _______________________________________________
>>>> 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