[Tinyos-help] Deluge T2 CVS questions - Rollback and serial comm

2008-01-31 Thread Dimas Abreu Dutra
Hello list, I am using Deluge T2 from the CVS on a tmote mini development kit board. I was having problems to inject a new program to the Golden image until I removed the base=983040 option from the golden image volume. I can now successfully inject to the golden image slot and ping to it but

[Tinyos-help] Problem: changes in tinyos-2.x net.tinyos.tools.Listen not working

2008-01-31 Thread gaurav mathur
Hi, I am using tinyos-2.x on xubuntu. To store received packets in a table (table name: blinkToRadio) in mysql data base, I made some changes in Listen.java (/opt/tinyos-2.x/support/sdk/java/net/tinyos/tools/Listen.java) and run the command java net.tinyos.tools.Listen -comm

[Tinyos-help] Compile and Linking C and nesC file

2008-01-31 Thread AIGroup
Hi all. I posted yesterday as reguard as importing file C into nesC code. I solve my problem using the #include preprocessor directive and typing make micaz sim In this way the commands resulting are: /*Nesc Compilation */ ncc -c -shared -fPIC -o build/micaz/sim.o -g -O0 -tossim

[Tinyos-help] tinyOs-2.x SST flash SPI ATMEGA2560

2008-01-31 Thread Domenico Arenga
I wanted to ask if you could give me support for a flash SST on atmega2560 on tinyOs-2.x. Thank you, see you soon, Domenico. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Re: Include C file in nesC code

2008-01-31 Thread David Gay
On Jan 31, 2008 6:17 AM, AIGroup [EMAIL PROTECTED] wrote: OK! now it works, but only in simulation!!! I tried to edit my makefile but without success! add BUILD_EXTRA_DEPS = Hello.o to the Makefile (it's a magic variable listing things that should be built before the main executable) David Gay

[Tinyos-help] unique mote id problem

2008-01-31 Thread Mustafa gozkun
Assume that we have 10,000 costumers and we will give each of them 10 mote which means we will have 100,000 motes distributed. According to cc22420 packet header we can have at most 2'16(bits) which makes 65,536 unique mote ids. How can we solve this problem? Is there a way to make mote address in

[Tinyos-help] MTS420 drivers for tinyos-2

2008-01-31 Thread Nikhil Singhal
Hi Does anyone know if someone is working on drivers for the CrossBow MTS420 sensor for tinyos 2? And if so, would you happen to have any contact information for them? I tried looking in the archives but couldn't find anything/anyone. Thanks in advance! -- Nikhil

Re: [Tinyos-help] tinyOs-2.x SST flash SPI ATMEGA2560

2008-01-31 Thread David Gay
On Jan 31, 2008 12:36 AM, Domenico Arenga [EMAIL PROTECTED] wrote: I wanted to ask if you could give me support for a flash SST on atmega2560 on tinyOs-2.x. Thank you, see you soon, What's a flash SST ? What support do you need? David Gay ___

Re: [Tinyos-help] Problem: changes in tinyos-2.x net.tinyos.tools.Listen not working

2008-01-31 Thread Michael Schippling
Did you recompile the java file? There's some likelihood that executing the following from the /opt/tinyos-2.x/support/sdk/java directory will do the trick : javac -cp . net/tinyos/tools/Listen.java MS gaurav mathur wrote: Hi, I am using tinyos-2.x on xubuntu. To store received packets

Re: [Tinyos-help] unique mote id problem

2008-01-31 Thread Michael Schippling
You could use groupIDs to get another byte of 'unique ID'. Or assign different radio channels to various groups too. Or add a message payload field to ID customers. But are all your customers going to be operating within, say, 100meters of each other? If not, it's probably not an issue... MS

RE: [Tinyos-help] unique mote id problem

2008-01-31 Thread Giri Baleri
If you are referring to MICAz Mote, it has a 64-bit UID chip and thus offers 18,446,744,073,709,551,616 unique possibilities for identifying the nodes. You may include this into the packet header instead of 16-bit node ID that TOS packets contain. That is one option to consider. Giri

[Tinyos-help] Basic mote to mote communication

2008-01-31 Thread Ben Dilsaver
I just recently got tinyos up and working on my computer. I have been going through some of the examples in the test and tutorial directory. I have been able to use the tool chain and download to my mica2dot just fine. However I have not been able to get two motes to communicate to each other. I

[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

Re: [Tinyos-help] unique mote id problem

2008-01-31 Thread Philip Levis
On Jan 31, 2008, at 2:36 AM, Mustafa gozkun wrote: Assume that we have 10,000 costumers and we will give each of them 10 mote which means we will have 100,000 motes distributed. According to cc22420 packet header we can have at most 2'16(bits) which makes 65,536 unique mote ids. How can we

RE: [Tinyos-help] tinyOs-2.x SST flash SPI ATMEGA2560

2008-01-31 Thread Janos Sallai
Domenico, There is support for the IRIS mote in T2. The IRIS has an ATMega1281 MCU, which is almost identical to the ATMega2560. However, as far as I know, no currently supported platforms use flash chips from SST (if this is what you mean by flash SST), so this means that you would need to