[Tinyos-help] Pls Help: Runing Surge_Reliable Apps

2011-05-14 Thread Nazmul Hossain
Hi All, I compiled and loaded Surge_Reliable application into two micaz motes by giving them ID 0 and 1 as per instructions using cygwin. During compilation and burning the app into the motes there were many warnings but no errors.    Then I wanted to see how Surge_Reliable app works in multihop

[Tinyos-help] Pls Help: Surge_Reliable Application

2011-05-13 Thread Nazmul Hossain
Hi, I loaded Surge_Reliable application as per instructions into two micaz motes by giving them ID 0 and 1. Mote with ID 0 is connected to Mib520 programming board and mote with ID 1 powered on using batteries.   Now I wanted to see the routing information using "Surge-View". Firstly, I ran "Se

Re: [Tinyos-help] Pls Help me- sending packet to a particular

2009-02-11 Thread Mhd. Amer Wafai
Hi, If you go through the tutorial lesson 3 http://docs.tinyos.net/index.php/Mote-mote_radio_communication you can see in BlinkC.nc file the AMSend function has in it's first parameter the destination address which is put as 0x broadcast address if you want a particular destination you can

Re: [Tinyos-help] Pls Help me- sending packet to a particular mote

2009-02-11 Thread Ittipong Khemapech
Hi, Have you gone through the tutorials? Lesson 3 and 4 will be very useful. You can modify the BaseStation. Ittipong 2009/2/11 Brandon Fu > Hi, > Can anyone tell me how do i send to a particular mote and receive from a > particular mote.?? Use AMSend and what else? > Really appreciate whoev

[Tinyos-help] Pls Help me- sending packet to a particular mote

2009-02-11 Thread Brandon Fu
Hi, Can anyone tell me how do i send to a particular mote and receive from a particular mote.?? Use AMSend and what else? Really appreciate whoever can provide me an answer yours sincerely, Brandon _ Easily edit your photos

Re: [Tinyos-help] Pls help me - Help on Multihop

2009-01-31 Thread Omprakash Gnawali
On Sat, Jan 31, 2009 at 10:59 PM, Brandon Fu wrote: > Hi all, > I am currently, doing a project on data collection and i doing the last > part of the project. The last part of my project is to transmit a packet > from child node to a parent node to the base station. To implement this i > knw i wo

[Tinyos-help] Pls help me - Help on Multihop

2009-01-31 Thread Brandon Fu
Hi all, I am currently, doing a project on data collection and i doing the last part of the project. The last part of my project is to transmit a packet from child node to a parent node to the base station. To implement this i knw i would have to use the multihop protocol. But I m not really s

[Tinyos-help] Pls help on PrinfC and Rssi

2009-01-31 Thread Brandon Fu
Hi all, May I know if the how to download the Rssi demo mentioned in wiki, isit dl from this link? - http://mythicalcomputer.blogspot.com/2008/11/tracking-using-rssi-application-in.html. I would like to ask, if i have -15 rssi value is equal to hw many dbm? Second qn is on the printf. May

Re: [Tinyos-help] Pls help me! - Help on tinyos

2009-01-29 Thread Urs Hunkeler
Hi Mindaugas, Actually, there is. But you'll have to use floating point numbers. Brandon, I had a quick look at some documentation and did a few experiments. I think an enum would not help you here as it is for integer numbers and if you really want to use infinity (and NaN and the like) you w

Re: [Tinyos-help] Pls help me! - Help on tinyos

2009-01-29 Thread Mindaugas Jaraminas
Hi Brandon There is no such thing as infinity i n computer since. You can set variable to is maximum available value. For example: UINT8 max val is 255 (dec) or 0xFF (hex) UINT18 max val is 0x and so on. -- Best regards Mindaugas Jaraminas Fran Lebowitz - "Food is an important part of a b

Re: [Tinyos-help] Pls help me! - Help on tinyos

2009-01-24 Thread Michael Schippling
I think, and/or hope, that you are looking for the largest positive integer which can be represented in an enum. There's usually a #define for such, but I can't (am too lazy) to find it. Assuming we are using 16 bit ints then the value (given all sorts of prior special knowledge) would be 0x7FFF wh

[Tinyos-help] Pls help me! - Help on tinyos

2009-01-23 Thread Brandon Fu
Hi all, Do anyone know how to set an infinity in enumerated constant? Example i have a header file and i wish to set 1 of the constant as infinity: enum { //define constant SET_INIFINITY = ?, }; Anyone please help me,tks a milllion. yours sincerely, Brandon _

[Tinyos-help] PLS HELP!!! how is data captured from the sensors in theOsciloscope application

2007-05-01 Thread Dipti
Dear all, I am tryin to build an application wherein it is required to collect 8bit data serially from another microcontroller on one of the PW pins of the mica2. Can the oscilloscope application be modified in order to do the same. I wont need to sample the data in this case so the ADC comp

[Tinyos-help] pls help : serial data reception on a mica2 mote from another microcontroller

2007-04-26 Thread Dipti
Hi all, I need to design an application wherein a mica2 mote .. say mote 1 receives data serially from another microcontroller and forwards it on the Rf. I needed some guidance as to how can this communication be established. How will i use the clock and other interfaces to suit serial commu

[Tinyos-help] pls help : serial data reception on a mica2 mote from another microcontroller

2007-04-26 Thread Dipti
Hi all, I need to design an application wherein a mica2 mote .. say mote 1 receives data serially from another microcontroller and forwards it on the Rf. I needed some guidance as to how can this communication be established. How will i use the clock and other interfaces to suit serial commu

[Tinyos-help] pls help

2006-08-27 Thread siva prasad
hi ... i am having some doubts with delta application provided by motiev... can any body pls explain the message format for the same application...and i didnt understand the task provided in tht application one more thing.. wat is the maximum no of bytes(oveerall) tht we can send...  thanking u  fo