[Tinyos-help] TossimApp not found

2008-01-04 Thread Andreas Reinhardt
It seems your PYTHONPATH variable is not set properly. You might want to try the following command: export PYTHONPATH=$PYTHONPATH:$TOSROOT/support/sdk/python Regards, Andreas Hello, I'm trying to complete 'Lesson 11: Simulation with TOSSIM'. This is going pretty fine until the part

[Tinyos-help] Modifying the AMtype field of serial AMPackets

2008-01-15 Thread Andreas Reinhardt
Hi, Using tmotes on tinyos-2.x, I am looking for a solution to manually set the AMtype field of an AMPacket that I send out over the serial port. When I set it using the AMPacket.setType(..) method prior to calling AMSend.send(), it seems it is always reset by SerialActiveMessageP.nc.

Re: [Tinyos-help] Modifying the AMtype field of serial AMPackets

2008-01-21 Thread Andreas Reinhardt
what you were trying to do originally wouldn't work in theory, but I suspect it has something to do with not using the proper components in your configuration. Kevin On Jan 15, 2008 1:53 AM, Andreas Reinhardt [EMAIL PROTECTED] wrote: Hi, Using tmotes on tinyos-2.x, I am looking for a solution

Re: [Tinyos-help] Modifying the AMtype field of serial AMPackets

2008-01-21 Thread Andreas Reinhardt
: Is there some limitation in the already existing tinyos-2.x/apps/ BaseStation ? Kevin On Jan 20, 2008 11:59 PM, Andreas Reinhardt [EMAIL PROTECTED] wrote: I was considering implementing a transparent gateway mote that would simply forward all packets received on the radio to the USB port. Like

Re: [Tinyos-help] Modifying the AMtype field of serial AMPackets

2008-01-22 Thread Andreas Reinhardt
AM, Andreas Reinhardt [EMAIL PROTECTED] wrote: When I run BaseStation on telosB motes, it outputs a blank group field and a sender address equal to the byte swapped version of the destination address value. However, I might try and see whether I can combine the benefits of both. Andreas On 21

[Tinyos-help] Group ID Help

2008-02-01 Thread Andreas Reinhardt
Shaun, you wrote you were using BaseStation to monitor your packets. For some reason it always blanks the group ID field. Maybe my latest post regarding this issue is of some help: http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg17703.html Regards, Andreas

[Tinyos-help] Group ID on-the-fly change

2008-02-06 Thread Andreas Reinhardt
Shaun, have you tried calling AMPacket.setGroup(msg*, grp) prior to sending? Otherwise, you might possibly wire ActiveMessageAddressC and call its ActiveMessageAddressC.setAddress(grp, addr) method. Regards, Andreas ___ Tinyos-help mailing list

[Tinyos-help] Accessing UART0 on TelosB

2008-02-20 Thread Andreas Reinhardt
Hi there, I was wondering whether someone had a sample implementation that offers serial connectivity over UART0 (the one on the extension header) as well as using the radio transceiver (including resource arbitration and all the other stuff that needs to be catered for). If so, please let