[Tinyos-help] compilation errors after upgrade

2006-06-12 Thread #AUNG AUNG PHYO WAI#
Hi all,   I got some problems when I compile my program under Tinyos 1.2 toolset but this program can successfully compile under Tinyos 1.1 toolset. I checked the errors message displayed on the screen and realized that it gave errors on sbi, cbi, inp, outp related commands.   Is this proble

[Tinyos-help] Sampling Noise level

2006-06-12 Thread Sean Casey
Hi everyone, Is there a way to sample the noise in a given environment? I was interested in having a mote (mica2) just monitor the noise level, and not send or receive any packets. I checked the archives and I couldn't find anything on this, so if anyone had any ideas or could point me in t

[Tinyos-help] Tmote Sky ACK

2006-06-12 Thread giovanni gamba
Hi all, does anybody knows how can i use ACKED tx and rx on Tmote Sky MOTES? Is it possible to set it up at runtime, like the rf power or the rf channel (i think using the CC2420ControlM module)? And another thing... does every trasmission use the SP components?Can i modify parameters at this level

RE: [Tinyos-help] could not open port: (2, 'CreateFile', 'The system cannot find the file specifie d.')

2006-06-12 Thread Adam
Or simply because you are using/listening that COM part ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cory Sharp Sent: Monday, June 12, 2006 2:16 PM To: Meng Jiang Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] could not open por

Re: [Tinyos-help] could not open port: (2, 'CreateFile', 'The system cannot find the file specifie d.')

2006-06-12 Thread Cory Sharp
Don't put a space after the commas. make telosb reinstall,1 bsl,13 Cory On 6/12/06, Meng Jiang <[EMAIL PROTECTED]> wrote: Guys, have any of you ever encountered the following problem with TelosB? [EMAIL PROTECTED] ~ $ motelist Reference CommPort Description -- -- -

RE: [Tinyos-help] MAC protocols in genealogy of tinyos protocols

2006-06-12 Thread Adam
Thanks again, Philip. May I ask you another question: in genealogy of tinyos protocols, what MAC protocols are used in each platform by default? Several people asked this question in the forum, but no one give an accurate answer. Thanks in advance! -Original Message- From: Philip Levis [

[Tinyos-help] could not open port: (2, 'CreateFile', 'The system cannot find the file specifie d.')

2006-06-12 Thread Meng Jiang
Guys, have any of you ever encountered the following problem with TelosB?     [EMAIL PROTECTED] ~$ motelistReference  CommPort   Description-- -- XBO1K4EN   COM14  Crossbow Telos Rev.B [EMAIL PROTECTED] ~$ cd /opt/tinyos-1.x/apps/CntToL

Re: [Tinyos-help] WANTED: "Old" Style Mica2 Antennas

2006-06-12 Thread Lin Gu
On Mon, Jun 12, 2006 at 01:26:43PM -0600, Matthew S. Nassr wrote: > I am not sure how to exactly state what I'm looking for, but the newer > Mica2's ship from Crossbow with rubber coated antennas. The older > antennas are basically a metal loop with a thin black coating. I need at We used to just

[Tinyos-help] WANTED: "Old" Style Mica2 Antennas

2006-06-12 Thread Matthew S. Nassr
I am not sure how to exactly state what I'm looking for, but the newer Mica2's ship from Crossbow with rubber coated antennas. The older antennas are basically a metal loop with a thin black coating. I need at least 5 (or more) of these antennas if anyone has some available or knows where to get th

[Tinyos-help] Surge_Reliable and Surge_Time_Sync

2006-06-12 Thread Winston Liu
I'm trying to find the exact difference between Surge_Reliable and Surge_Time_Sync. Could anyone give me some information about that? Thanks. __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __

[Tinyos-help] Multihop

2006-06-12 Thread Arya Afrashteh
We have been attempting to get multihop to work on TINYOS for a couple of weeks now, but it doesn't seem to hop at all. How exactly do you get multihop to work? ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.

[Tinyos-help] RSSI

2006-06-12 Thread Keyan Mahadevan
Hi, I was trying to get RSSI values for rxed messages. I found that we can access the RSSI value for the msg uint16_t rssi = msg->strength; But the problem is that in TOSSIM I seem to get RSSI = 0. Am I missing something. Kn ___ Tinyos-help mailing list

[Tinyos-help] RSSI

2006-06-12 Thread Keyan Mahadevan
Hello, How can i get access to RSSI values. Kn ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Help with simulators

2006-06-12 Thread Aditya Bhave
Hello all,Does any one know of a good simulator (preferably on a Windows based PC) that one can use to develop applications using the motes. I do not have access to the actual hardware and would like to work on projects with simulations. TOSSIM and TinyViz are completely non-intuitive and not docum

[Tinyos-help] CRC Error

2006-06-12 Thread venkatesh s
Hi all,   I am working on Tossim.  I need to have zero packet loss, when packets are transmitted through multiphop.  But I found that using even simple model, it was showing few packet drops.  When traced out, i found that, there was 1 bit error in the payload field, and there is a CRC mismatch.  I

[Tinyos-help] NesC and TinyOS

2006-06-12 Thread Andres Aberasturi
Hi all, We have been working with TinyOs and NesC some few months, but we still have some doubts. We want to ask you the following three questions: 1.- In some places, we have read that events can call commands, post tasks and signal other events. Also, we have read that commands can call lo

[Tinyos-help] help with neighbors

2006-06-12 Thread Munaretto, Daniel
Hi all, in my program i need to know how many neighbors every mote has. But till now i only simulate my sensors net with TinyViz , and i don't know if a particular useful function exists to know this feature. I hope it exists in NesC. Anyone could help me please? It's really important