[Tinyos-help] running DemoApp

2006-05-30 Thread robycannone
Hi, I’m trying to develop applications using TinyDB API. Before to do this I would like to run DemoApp with TOSSIM, if it is possible. I wrote this : In tinyos-1.x/apps/TinyDBApp directory ./build/pc/main.exe 2 And in tinyos-1.x/tools/java directory directory java

Re: [Tinyos-help] Async: semantic question

2006-05-30 Thread Roberto
it means that the operations are preemptive respect to other tasks and syncronus events roberto ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Using Micaz applications in tmoteSky

2006-05-30 Thread André Cunha
Hello, Is it hard to convert applications developed for the micaz mote into the TmoteSky platform? Is there any problems regarding the hardware timers? I´m concerned about the synchronization between the two motes (micaz and the tmote) because they use different microprocessors. Thanks

[Tinyos-help] GlobalTime in Tmote from Moteiv

2006-05-30 Thread Jörgen Johansson
How can I access the GlobalTime from my code? I will have a main node as a time master. Is the timesynchronization only active when compiled with lowpower? Shall I include the file GlobalTime.nc or shall I wire the NetSync component? What´s the accuracy of the GlobalTime? My application is a

[Tinyos-help] Using Tmote sky photo sensor

2006-05-30 Thread Marcus Phillips
Hey Everyone, I was wondering if anyone was working the photo sensor on the tmote sky, does anyone have any applications or know how to configure Sense.nc to show some results with the photo sensor ___ Tinyos-help mailing list

Re: [Tinyos-help] problem with make pc

2006-05-30 Thread Justin Dugger
I was getting the same error on Ubuntu, but it turns out that my version of nescc was too old. If you checked tinyos out from CVS, you'll need 1.2.4 it seems. If ncc --version reports something like 1.1.2b instead of 1.2.4, it will tank on the offset() function. The most difficult part in

Re: [Tinyos-help] GlobalTime in Tmote from Moteiv

2006-05-30 Thread Joe Polastre
GlobalTime is provided by the NetSyncC component. If you're not using networkwide synchronization, then there is no GlobalTime provided. -Joe On 5/30/06, Jörgen Johansson [EMAIL PROTECTED] wrote: How can I access the GlobalTime from my code? I will have a main node as a time master. Is the

[Tinyos-help] Need help for VM

2006-05-30 Thread Zhengsu Gao
Hi, everybody: I plan to do some experiment with VM on either XBOW mica2 of weather board or Telos mica2. Can anybody know if these two kinds of mica2 support the VM. Additionally if the VM is equal to the ASVM (Active Sensor Networks, from Philip Levis, David Gay, and Daivd Culler). Also, any

[Tinyos-help] Help needed to set position for nodes in TOSSIM

2006-05-30 Thread Tao Wu
Hi everyone: I want to do some multiple hops simulations in TOSSIM, yet I do not know how to set nodes' position. After make pc, run ./build/pc/main.exe -l=1 5. It seems that by default every node can hear each other. Would you please tell how to set nodes' position in TOSSIM and what is the

[Tinyos-help] tutorials

2006-05-30 Thread Marcus Phillips
Does anyone know where I can see the answers to the tutorials? ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] print problem

2006-05-30 Thread Xing Jin
Hi, everyone, I am trying to printsome value statement on PC to in order to make sure the program is on the correct way. For example, base station receives three values from other motes and get the average, then dosome other calculation. I wanttoprint out the average value on the pc whenI am

[Tinyos-help] Make pc error

2006-05-30 Thread Zhengsu Gao
Hi, everybody: I try to use tossim and make pc for Blink. When I execute./build/pc/main.exe 2I got following error :0: ERROR: Unable to create EEPROM backing store file.0: ERROR: Unable to create anonymous EEPROM region.I am using tinyos.1.11Can anyone give me some hint? What's wrong for my

Re: [Tinyos-help] errors in tinyos-2.x/support/sdk/c

2006-05-30 Thread Razvan Musaloiu-E.
Hi! I'm still trying to fix the problem and what I found so far is that -c-prefix is not present in the nesc version that I'm using (1.2.4). I checkout the latest CVS version of nesc which does contain the code to deal with new argument but I'm stuck at the first step of building: [EMAIL

[Tinyos-help] Make command not found

2006-05-30 Thread bhushan bhatt
Hi all, I installed cygwin and tinyos 1.1.15 on my computer and it says make command not found. the same version and everything else works fine on my desktop. Any idea where the problem can be ?Thanks,Bhushan Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low

[Tinyos-help] Help needed to set position for nodes in TOSSIM

2006-05-30 Thread Tao Wu
Hi everyone: I want to do some multiple hops simulations in TOSSIM, yet I do not know how to set nodes' position. After make pc, run ./build/pc/main.exe -l=1 5. It seems that by default every node can hear each other. Would you please tell how to set nodes' position in TOSSIM and what is the

Re: [Tinyos-help] Need help for VM

2006-05-30 Thread Joe Polastre
Phil Levis can correct me on this, but Phil's ASVM (Mate) runs on Tmote Sky from Moteiv (my company, www.moteiv.com). -Joe On 5/30/06, Zhengsu Gao [EMAIL PROTECTED] wrote: Hi, everybody: I plan to do some experiment with VM on either XBOW mica2 of weather board or Telos mica2. Can

[Tinyos-help] using flash in tinyos-2.x

2006-05-30 Thread Manju
Hi, I am working on tinyos-2_0_devel-BRANCH and telosb motes. I was trying to read and write from the STM25P80 flash on telosb motes. However, I realized that most of the interfaces as defined TEP103 has not been implemented (or even specified in interfaces/* directory). :( By browsing the