[Tinyos-help] obtain RSSI value

2008-07-30 Thread JeongKwanhee
Hello everyone!! I have some questions. In general, there is two method to obtain RSS value. One of them is using strength parameter of the message, but it just is a value of a intended message. I want to know all of things, which are intended signal as well as interference signals. So, I

Re: [Tinyos-help] About TOSH_READ_RADIO_CCA_PIN()

2008-06-16 Thread JeongKwanhee
[mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2008 1:27 AM To: JeongKwanhee Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] About TOSH_READ_RADIO_CCA_PIN() Hi You want to verify whether TOSH_READ_RADIO_CCA_PIN() work correctly or what? It already consider

[Tinyos-help] About TOSH_READ_RADIO_CCA_PIN()

2008-06-13 Thread JeongKwanhee
Hello, all members of TinyOS In general TinyOS, TOSH_READ_RADIO_CCA_PIN() is able to use some function if we want to check the state of channel. But, I don't know how to calculate whether channel is clear or not. I just think that it compares to rssi and cca. But, in this case, I think it

[Tinyos-help] FW: Is MICAz able to run TinyAODV ?

2008-01-31 Thread JeongKwanhee
Hello, everyone. Now, I'm trying to run TinyAODV on MICAZ. But, it does not operate correctly like follows as: .../../../../tos/system/FramerAckM.nc: In function `ReceiveMsg.receive': .../../../../tos/system/FramerAckM.nc:86: ReceiveCombined.receive not connected .../../../../tos/system/

[Tinyos-help] About relay node on modified Surge program

2007-10-27 Thread JeongKwanhee
Hello everyone! I made a code to confirm received packets on relay nodes when it is in multihop networks. System folder -> AMpro~~.nc file if (buffer->addr == TOS_UART_ADDR) ok = call UARTSend.send(buffer); else{ ok = call UARTSend.send(buffer);

[Tinyos-help] MIB600 115200

2007-10-02 Thread JeongKwanhee
Hello! Everybody. I am trying to change the baud rate from 57600 to 115200 on MIB600. However, I cannot operate correctly. I do not know why it is not running. So, I will write down about my trial for changing rate. First, I tried. In eprb.extra file, I added -dport=10001 on uisp progra

[Tinyos-help] Fedora 6 + tinyos 1.x

2007-07-13 Thread JeongKwanhee
Hello! I just wonder that Fedora 6 is supported by tinyos 1.x. I know it is possible until Fedora 5. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] dbg

2007-07-10 Thread JeongKwanhee
.Bold { font-weight: bold; } .Title { font-weight: bold; font-size: 18px; color: #cc3300; } .Code { border: #8b4513 1px solid; padding-right: 5px; padding-left: 5px;color: #66; font-family: 'Courier New' , Monospace;background-color: #ff9933; } Hello!when I use the dbg, I don't know why it do

[Tinyos-help] routing getParent()

2007-07-09 Thread JeongKwanhee
Hello all! I'm testing multihop routing. So, I modified the part of RouteControl.getParent() to set up gpCurrentParent->id. So, I wrote switch() below add= ~ line. command uint16_t RouteControl.getParent(){ -- addr = ( ~~ blablabla); switch( TOS_LOCAL_ADDRESS){

RE: [Tinyos-help] CCA value

2007-07-03 Thread JeongKwanhee
Hello I forgot it. I have one more question. What is range of CCA? I don't know the smallest reset value for CCA. From: Aleksandr N. Sadkov [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 6:18 PM To: 'JeongKwanhee' Cc: tinyos-help@Millennium.Berkeley.EDU Subje

RE: [Tinyos-help] CCA value

2007-07-02 Thread JeongKwanhee
Hello! I'm using the micaz to Tinyos 1.1.15 version. In cc2420data sheet, the default value of CCA_THR is -35. From: roberto pagliari [mailto:[EMAIL PROTECTED] Sent: Monday, July 02, 2007 11:56 PM To: JeongKwanhee Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help

[Tinyos-help] CCA value

2007-07-01 Thread JeongKwanhee
Hello all! I knew CCA default value is -32. And I found CCA_MODE that decided whether data received or not. So, if I want to decide CCA Threshold, what I have to do? I think that I just change default value(E0). Is right??? Plz, give me send many email whether it is right or not. Thank

[Tinyos-help] UART & RSSI

2007-06-23 Thread JeongKwanhee
Hello!! First, I'm trying to do debugging by sending information to UART when mote received the packet. Currently, I'm using the "MintRoute" or "Route" and so on, and I call txByte to transfer on UART when event is generated. call ByteComm.txByte(0xaa); call ByteComm.txByte(0xbb); cal

[Tinyos-help] (no subject)

2007-06-23 Thread JeongKwanhee
Hello!! First, I'm trying to do debugging by sending information to UART when mote received the packet. Currently, I'm using the "MintRoute" or "Route" and so on, and I call txByte to transfer on UART when event is generated. call ByteComm.txByte(0xaa); call ByteComm.txByte(0xbb); c

[Tinyos-help] ListenRaw - use the ethernet port

2007-06-04 Thread JeongKwanhee
Hello, all!! For finding packet structure, I'm using the ListenRaw. Until now, I used MIB510 serial port. So, I could use the ListenRaw program. However, ListenRaw is using comm.port library. So, I can't use the ListenRaw program on Ethernet port. How do I fix this??? And I think it need