[Tinyos-help] Config interface for MCU internal EEPROM

2008-04-07 Thread daniel widyanto
Hi all, Can I have suggestions about the interface that I should implement for MCU's internal EEPROM ? I'm using micaz compatible mote, and I want to store the mote's configuration (sampling time, offset, etc) inside MCU's EEPROM (because ATMega128 has 4096 bytes EEPROM, which I think it's more

[Tinyos-help] IRIS toolchain in SLED 10

2008-04-07 Thread daniel widyanto
Hi Janos, I just want to inform you about the problem that may arise during IRIS-Tinyos toolchain installation. The binutils package for linux (from http://www.isis.vanderbilt.edu/projects/NEST/tinyos-2.x-iris/tools/release/external-tools/linux/avr-binutils-2.17-1.i386.rpm) contains libiberty.a

Re: [TINYOS-Help]: where to find the AODV/DSR in Tinyos 2.x??

2008-04-07 Thread Romain Thouvenin
Hello Sam, you might be interested in tymo, a partial implementation on TinyOS of DYMO, a draft IETF protocol similar to the protocols you are looking for. However it is not considered as stable yet, it is a student project that I made and that we are currently including in TinyOS, so you need

Re: Re: [TINYOS-Help]: where to find the AO DV/DSR in Tinyos 2.x??

2008-04-07 Thread Renee Azhen
hi, Romain: I am really appreciated your invitation, but now I have not enough time to test your implementation. I am moving forward my master graduation paper, and now need to test my theory for the AODV/DSR/DODV routing protocol. So now I want to find a well-known popular routing

[Tinyos-help] info about motes supported by tinyOS 2.0.2

2008-04-07 Thread Andrea Maestrini
Hi all!!! Is TinySec supported only by TinyOS 1.x and about TinySec for TinyOS 2.x? Does TinyOS 2.0.2 support Sentilla (ex Moteiv) motes and Are Sentilla motes supported by TinySec? I am very thankful. Best regards, Andrea = Andrea

[Tinyos-help] TinyOS comparison with others...

2008-04-07 Thread Mohsen
Is there anyone who knows about the differences between TinyOS and other OSs like FreeRTOS. I can't compare them, because I couldn't find any useful resources about it. I know that TinyOS is designed for motes and we want to use it for motes. But is it the only choice? I’ve seen many

[Tinyos-help] New platform and radio block for Tossim again

2008-04-07 Thread Joan Cesari Bohigas
Hi everyone, Can somebody help me? First of all, what are the general STEPS that I must follow to incorporate a new platform to the simulations with TOSSIM (only micaz is running)? Second, actually Tossim for modeling the CC2420 radio block only uses the TossimPacketModelC.nc and implements

[Tinyos-help] interface parameter as a specification element.

2008-04-07 Thread JungDoyeong
Hi~ everyone~! I've programmed some embedded solution in nesC v 1.1. I have one question about interface parameter. Actually, I need to use interface parameter on my work. So, I read nesC manual again carefully. The manual says that interface SendMsg S[uint_t id] that is possible expression

[Tinyos-help] Additional info about the interface parameter

2008-04-07 Thread JungDoyeong
Hi~ All~! This is just additional infomation about previous question. configuration A1 { } { components TimerC, ... , ... ,; . . . A1M.Ack[AckOne] - TimerC.Timer[unique(Timer)]; A1M.Ack[AckTwo] - TimerC.Timer[unique(Timer)]; A1M.Ack[AckThree] - TimerC.Timer[unique(Timer)];

Re: [Tinyos-help] Collection: Loosing Connection to a Node

2008-04-07 Thread Omprakash Gnawali
On Sun, Apr 6, 2008 at 2:00 PM, Bulut ERSAVAS [EMAIL PROTECTED] wrote: Hi Phil, Thank you for your comments as well. Our application is based on MultihopOscilloscope with no significant changes. We added LPL functionality, would this cause any issues (sleep interval is 1000ms)? In addition,

[Tinyos-help] MDA320 DAC board

2008-04-07 Thread Dhivya G
Hai All, I am using MDA320 Data Acquisition Board. For my application using MDA320 board I have to set Dio pins (any 3 pins) value to be high or low. Any one have sample code to do this. Please help me.Thanks in advance. ___ Tinyos-help mailing list

Re: [Tinyos-help] TinyOS comparison with others...

2008-04-07 Thread daniel widyanto
Hi, The criteria for choosing the RTOS is depend on your requirement. In general, TinyOS is the correct choice if: - You need cheap device with radio, powered by 2-AA battery 1500mA each, and survives 6-months or even years without battery replacement. - You need to sense physical value over

Re: [Tinyos-help] interface parameter as a specification element.

2008-04-07 Thread daniel widyanto
Hi, You should view parameterized interface as array of interfaces. Hence: -- module A { uses interface SendMsg[uint8_t channel]; } -- should be viewed as: -- module A { uses interface SendMsg as SendMsg1; uses interface SendMsg as SendMsg2; uses

[Tinyos-help] MICAZ OEM: INTEGRATED ANTENNA

2008-04-07 Thread Lei Mlapom
hI: I don`t know if micaz oem board has an integrated antenna or if we have to add an external antenna to it. Thanks __ ¿Con Mascota por primera vez? Sé un mejor Amigo. Entra en Yahoo! Respuestas

RE: [Tinyos-help] interface parameter as a specification element.

2008-04-07 Thread JungDoyeong
Hi~daniel?? First of all , Thanks so much for your fast reply. I don't want to bother you. But I have a further question about this. Actually, I've got the point of yours. The fact is I need to parameterized interface. and I need to know how to use it. Let me explain the why I need it.

[Tinyos-help] about clustering

2008-04-07 Thread vinutha shankar
hi, i wanted an integer to hav number of children a node has and its cluster id.im using surge application.as each mode id is unique, i used parentaddr as CH id and i added a function getnoofchildren in routecontrol interface and implemented in MultihopLEPSM module whose code is as below command

Re: [Tinyos-help] Disable backoff CC2420 tmote sky

2008-04-07 Thread Gaurav Chhawchharia
Hi Bhavish, Thanks a lot. It has been of a great help in my work too. Gaurav. On Mon, Apr 7, 2008 at 7:03 AM, Bhavish Aggarwal [EMAIL PROTECTED] wrote: Hi David, Thanks for your reply. I managed to remove both the initial and congestion backoff by editing the CC2420RadioM.nc file and

Re: [Tinyos-help] Resource.reserve returns EBUSY forever after some time

2008-04-07 Thread Jan Hauer
I reproduced Sandip's problem and tracked it down to a bug in the ADC HAL (the overflow interrupt was not handled properly). This is now fixed in CVS as well as the bug reported some time ago about the ReadStream not working with a usPeriod parameter 0x. Jan On Sat, Mar 29, 2008 at 5:21 PM,

Re: [Tinyos-help] Config interface for MCU internal EEPROM

2008-04-07 Thread Aurélien Francillon
Le Monday 07 April 2008 08:30:37 daniel widyanto, vous avez écrit : Hi all, Can I have suggestions about the interface that I should implement for MCU's internal EEPROM ? I'm using micaz compatible mote, and I want to store the mote's configuration (sampling time, offset, etc) inside MCU's

[Tinyos-help] NIDO vs TOSSIM

2008-04-07 Thread fatima zohra
hello, can anyone tell me the difference between NIDO and Tossim. it seems that they are two separate simulators... according to what i read in lesson 5 and lesson 11. Actually, i have to implement a protocol using Tossim. but during all this time i used make pc to compile, then execute several

Re: Re: Re: [TINYOS-Help]: where t o find the AODV/DSR in Tinyos 2.x??

2008-04-07 Thread Romain Thouvenin
I am afraid I cannot help you further. As far as I know, only AODV was implemented, but it was on TinyOS 1.x Regards, Romain 2008/4/7 Renee Azhen [EMAIL PROTECTED]: hi, Romain: I am really appreciated your invitation, but now I have not enough time to test your implementation. I am moving

[Tinyos-help] about the microphone of MTS300

2008-04-07 Thread Cui Lin
Hi, I am now trying to get sound signal through MTS300. But what't the meaning of the data I got? And how can I filter the unwantted noise? Is there any way to make the sensor more sensitive? Thank you! ___ Tinyos-help mailing list

Re: [Tinyos-help] Collection: Loosing Connection to a Node

2008-04-07 Thread Bulut ERSAVAS
Omprakash, Thanks for your detailed comments. Interesting point about the LPL. I believe the nodes are sleeping looking into the low power consumption (which is still more than what we calculated/estimated and this may be the reason). I'll take the multimeter and measure the amount of current

[Tinyos-help] HMAC

2008-04-07 Thread João Borges
Hi, Is there an implementation of HMAC for TinyOS ?? -- Sincerely, João Borges ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Resource.reserve returns EBUSY forever after some time

2008-04-07 Thread Kevin Klues
Awesome. :) Kevin On Mon, Apr 7, 2008 at 3:07 AM, Jan Hauer [EMAIL PROTECTED] wrote: I reproduced Sandip's problem and tracked it down to a bug in the ADC HAL (the overflow interrupt was not handled properly). This is now fixed in CVS as well as the bug reported some time ago about the

[Tinyos-help] two different messages for MessageListener

2008-04-07 Thread Nicole Neureiter
Hi, i'm trying to create a java program to communicate with my motes on which a protocol is implemented. Till now I only used to send and receive one message type between pc and motes which was no problem at all. But I need to send a second message type from the mote to the pc in the same

Re: [Tinyos-help] two different messages for MessageListener

2008-04-07 Thread Urs Hunkeler
Hi Nicole, You can register multiple listeners. In Java there is a feature called anonymous class, which might be useful in this case. I haven't tested the following code, it should just give you an idea of how this could be done: --- public void init() { // ...

[Tinyos-help] Can't Blink with make micaz sim

2008-04-07 Thread Karteek Addanki
Hello, I am using tinyos 2.0.2 with Cygwin and followed the instructions on the installation page. Everything is fine after tos-check-env. But I am unable to build the blink application with make micaz sim command. I am facing a similar error as the one discussed in the link

Re: [Tinyos-help] about clustering

2008-04-07 Thread Omprakash Gnawali
On Mon, Apr 7, 2008 at 4:23 AM, vinutha shankar [EMAIL PROTECTED] wrote: hi, i wanted an integer to hav number of children a node has and its cluster id.im using surge application.as each mode id is unique, i used parentaddr as CH id and i added a function getnoofchildren in routecontrol

[Tinyos-help] motelist error is fake

2008-04-07 Thread Tiny User
hello while i am working on ubuntu+tinyos $motelist No devices found. But the command $make mica2 install,0 mib510,/dev/ttyUSB0 is OK.. please can any body explain? is there a problem in motelist?? -- tinyuser :::

RE: [Tinyos-help] motelist error is fake

2008-04-07 Thread Janos Sallai
Dear Tiny User, This is an excerpt from the man page of motelist answers your question: DESCRIPTION motelist lists all devices conntected to a PC through an FTDI USB-to- serial converter (see www.ftdichip.com). This includes the Telos A, Telos B, and Tmote

[Tinyos-help] Problems with ACKs in TinyOS 2.0.2

2008-04-07 Thread Juan Antonio López Riquelme
Hello, I am working with TinyOS 2.0.2 and payload of 29 bytes. Two remotes nodes send messages to node with BaseStation application. I changed BaseStation program to work with 29 bytes of payload and acknowledgements. I compiled with address 0. In BaseStationP: #include AM.h #include

[Tinyos-help] Compilation errors.

2008-04-07 Thread Shalini Jain
Hello, I have a code which gives the following error. In file included from RadioCountToLedsAppC.nc:47: In component `RadioCountToLedsC': RadioCountToLedsC.nc:33: interface TossimPacket not found RadioCountToLedsC.nc:34: interface BigQueue not found RadioCountToLedsC.nc:34: unexpected type

RE: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2

2008-04-07 Thread David Moss
The functionality you’re interested in - reliably link layer transmissions - is included in the CC2420 radio stack in the PacketLink interface. You can add the PacketLink layer into the radio stack by adding CFLAGS+=-DPACKET_LINK into your Makefile. In your software, instead of requesting an

[Tinyos-help] Tmote Sky and beacon mode

2008-04-07 Thread Thomas Lindh
Hi, We are using Tmote Sky in labs and for research. Does anyone know if it is possible to enable beacon mode and GTS (guaranteed time slot) according to IEEE 802.15.4 using TinyOS on TmoteSky? --Thomas School of Technology and Health Royal institute of Technology Stockholm Sweden

RE: [Tinyos-help] MICAZ OEM: INTEGRATED ANTENNA

2008-04-07 Thread Giri Baleri
The MICAz OEM module doesn't have an integrated antenna. You will have to design an external antenna on your PCB. Regards, Giri From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lei Mlapom Sent: Monday, April 07, 2008 3:09 AM To:

[Tinyos-help] TinyOS2

2008-04-07 Thread funofnet Funofnet
Hi, Please are there an equivalent to surge in TinyOS 2 thanks _ Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr___ Tinyos-help mailing

Re: [Tinyos-help] TinyOS2

2008-04-07 Thread Omprakash Gnawali
On Mon, Apr 7, 2008 at 12:16 PM, funofnet Funofnet [EMAIL PROTECTED] wrote: Hi, Please are there an equivalent to surge in TinyOS 2 It is called MultihopOscilloscope. - om_p ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2

2008-04-07 Thread Juan Antonio López Riquelme
Hello, Thank David for your answer. I have implemented the new version with PacketLink. The messages arrive to BaseStation, but wasDelivered failed. I know it because before a new iterarion to read the sensors the program sends a message with three variables: calls, inputs and dataSendDone.

RE: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2

2008-04-07 Thread David Moss
Hi Juan – According to your BaseStation makefile, you are disabling acknowledgments at the base station. This would cause PacketLink to fail because PacketLink requires the destination node to send back an acknowledgment. Remove the CC2420_NO_ACKNOWLEDGMENTS line from the BaseStation Makefile

[Tinyos-help] Xserve in TinyOS

2008-04-07 Thread Javier Zazo
Hi, I need to make xserve of Xbow work under tinyos-1.x in cygwin, but have encountered serveral problems, and now I do not know how to fix the last one... First, I copied the directory /MoteWorks/tools/xserve to the /tinyos-1.x/tools/xserve directory. Then I copied the cygwin1.dll from

Re: [Tinyos-help] Collection: Loosing Connection to a Node

2008-04-07 Thread Omprakash Gnawali
On Mon, Apr 7, 2008 at 6:09 AM, Bulut ERSAVAS [EMAIL PROTECTED] wrote: Omprakash, Thanks for your detailed comments. Interesting point about the LPL. I believe the nodes are sleeping looking into the low power consumption (which is still more than what we calculated/estimated and this may

[Tinyos-help] ZMAC

2008-04-07 Thread renjie huang
Hi In tinyos, ZMAC is implemented for CC1000. But has it been port to CC2420? -- Renjie Huang Sensorweb Research Laboratory http://sensorweb.vancouver.wsu.edu/ Washington State University ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Time scale in TOSSIM2

2008-04-07 Thread Mustafa Hammad
Hi, In TOSSIM1.0 we were able to set time scale by -l=scale flag. This will run the sim at scale times real time. Can any one tell me how we can do this in TOSSIM2 please? Thanks in advance Mustafa - You rock. That's why Blockbuster's

Re: [Tinyos-help] interface parameter as a specification element.

2008-04-07 Thread renjie huang
It is possible to do that. component A { uses Interface Timer[uint8_t id]; ... } components A; components TimerC; A.Timer - TimerC; And then you can use call Timer[0].start But TimerC is also used by other components. It will cause some problem. So you had better not to

Re: [Tinyos-help] interface parameter as a specification element.

2008-04-07 Thread daniel widyanto
Hi Jung, My advice is to use individual interface, especially for small number of interfaces. You'll reduce bug, and its easier to read. But for the sake of learning parameterized interface in nesC, here's the modified Blink application (taken from TOS1/apps/Blink). ---

Re: [Tinyos-help] Collection: Loosing Connection to a Node

2008-04-07 Thread Bulut ERSAVAS
Omprakash, We increased the root beacon interval by adjusting the constants in CtpP.nc passed to CtpRoutingEngineP: components new CtpRoutingEngineP(TREE_ROUTING_TABLE_SIZE, 10, 1024) as Router; (This was suggested by Philip Levis in another email thread) We haven't tried the CTP without LPL.