RE: [Tinyos-help] Can I use PacketAcknowledgments in TinyOS Testbed ?(It works well in Tossim, but doesn't work in Testbed).

2008-02-04 Thread Michiel Konstapel
if (call AMSend.send(AM_BROADCAST_ADDR, ... Acks are only sent for unicast messages, not broadcasts. Maybe TOSSIM does send acks for broadcasts? Michiel ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] POSSIBLE BUG WITH RECIEVE INTERFACE IN TINYOS 2.x

2008-02-04 Thread Adriano Pasquali
Hi everybody, I have find a possible bug with recieve interface in tinyOS 2.x I have 3 sensor nodes, the first one periodically (10 s) sends a frame with AMType=01. The second one receives the frame with AMType=01 and sends a frame with AMType=02, it has the following configuration and program:

Re: [Tinyos-help] POSSIBLE BUG WITH RECIEVE INTERFACE IN TINYOS 2.x

2008-02-04 Thread Omprakash Gnawali
Most likely this is a bug in your program. How do you know if the second node is receiving the message correctly? How do you know if the second node is sending a message? If you post the files for all of your nodes maybe we can take a look. - om_p On Feb 4, 2008 1:46 AM, Adriano Pasquali [EMAIL

Re: [Tinyos-help] Can I use PacketAcknowledgments in TinyOS Testbed ?(It works well in Tossim, but doesn't work in Testbed).

2008-02-04 Thread DAE HEE KIM
2008/2/4, DAE HEE KIM [EMAIL PROTECTED]: Hello Thanks for help to everyone. Right, in case of broadcast, I couldn't get acknowledge. After I changed broadcast to peer-to-peer as followings, I got acknowledge. By the way, Philip, You need to call PacketAcknowledgements to enable acks in

[Tinyos-help] distinguish nearby networks

2008-02-04 Thread Kaan Tuna
Hello all, Assume that you have nearby multihop networks (CollectionC) within the range of each other. We can separate them with GROUP-IDs (with 1 byte) but in this case, we could have 255 networks at most: 1-Is there another way to differentiate such networks from each other ? 2-Could we use

[Tinyos-help] small RSSI reading

2008-02-04 Thread Daria Wotzka (Geb. Zmarzly)
Dear Tiny OS Profs, following situation using tinyos 2.0 (one of the old release): One sender and two receivers are placed very close to each other (~0.5 meter). Sender transmit packets. Both receivers read rssi values. In general values are ok and correlate, but sometimes and it is not a

Re: [Tinyos-help] Can I use PacketAcknowledgments in TinyOS Testbed ?(It works well in Tossim, but doesn't work in Testbed).

2008-02-04 Thread Omprakash Gnawali
http://mail.millennium.berkeley.edu/pipermail/tinyos-devel/2007-June/001742.html - om_p On Feb 4, 2008 12:23 AM, Michiel Konstapel [EMAIL PROTECTED] wrote: if (call AMSend.send(AM_BROADCAST_ADDR, ... Acks are only sent for unicast messages, not broadcasts. Maybe TOSSIM does send acks for

RE: [Tinyos-help] JTAG connection/debugging MICAz with mib510 and AVRATJTAGICE_MKII

2008-02-04 Thread Murray, Ben
just a little follow-on with the following setup: PC---(usb serial)---ICEMK2---(JTAG)---MIB510/MICAz(mote, not the isp jtag port!) I cannot make it connect/communicate using the usb cable (though I /think/ AVRstudio saw the pod via USB) to the pod. /dev/usbN, /dev/ttyUSBN, and various other

RE: [Tinyos-help] JTAG connection/debugging MICAz with mib510 and AVRATJTAGICE_MKII

2008-02-04 Thread Murray, Ben
as another guess I tried connecting to the target as a GDBServer/TCP on 127.0.0.1 port 6423 and ice-insight seemed to sort of work ... a bit. Any suggestions on how to get it to work via the USB connection of the mkII would still be greatly appreciated however! Cheers -Ben snip

[Tinyos-help] JTAG connection/debugging MICAz with mib510 and AVRATJTAGICE_MKII

2008-02-04 Thread Murray, Ben
Hi I had a trawl through the forums for mkII related woes and came across this guide: http://www.inrialpes.fr/planete/people/francill/stuff/AvrJtagIce.pdf but I have a few issues (may actually be a side issue with USB) getting it all set up... I can: a-set the jtag fuse when the mib510 is

Re: [Tinyos-help] small RSSI reading

2008-02-04 Thread Razvan Musaloiu-E.
Hi! On Mon, 4 Feb 2008, Daria Wotzka (Geb. Zmarzly) wrote: Dear Tiny OS Profs, following situation using tinyos 2.0 (one of the old release): One sender and two receivers are placed very close to each other (~0.5 meter). Sender transmit packets. Both receivers read rssi values. In general

[Tinyos-help] RSSI Calculation

2008-02-04 Thread MicazMAK
Hi Can some please guide me how I can calculate RSSI in Tinyos using Micaz motes. Thanks MAK - Looking for last minute shopping deals? Find them fast with Yahoo! Search.___ Tinyos-help mailing list

Re: [Tinyos-help] How to call functions in other nesC file

2008-02-04 Thread Faisal Aslam
Make the function that you wish to call as a command. From other file use the interface that has the command and call it (and do not forget to wire it with the file providing the command). Faisal Chan kenniel wrote: Dear all, I have encountered such a problem, suppose I have a nesC file