[Tinyos-help] Logger help - how to store multiple lines at once?

2009-10-08 Thread Mac Brown
Hi , I have a program that generates small chunks of data ( few bytes to few tens of bytes) every seconds which has to be stored into flash periodically. I tried logger's append command but it fails to handle high throughput. Logger allows to commit every line ( 16 bytes ) into Flash. But I wa

Re: [Tinyos-help] Problem with java net.tinyos.tools.Listen

2009-10-08 Thread Michael Schippling
I think you may have already solved this issue...but... As I said, the final "telos" or "whatever" field in the MOTECOM specifies both the serial hardware parameters as well as a message header format. "They" who developed this system chose to use only a few options here, and I believe it defaults

Re: [Tinyos-help] Alternatives for MIB520 as base station

2009-10-08 Thread Javier Barbarán
, Regards, Javier. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu <mailto:Tinyos-help@millennium.berkeley.edu> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help __ NOD32 4490 (20091008) Information __ This message was

Re: [Tinyos-help] Alternatives for MIB520 as base station

2009-10-08 Thread Giri Baleri
You could use MIB600 (Ethernet interface board) as it provides the same data over TCP/IP over the LAN. Giri From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Javier Barbarán Sent: Thursday,

Re: [Tinyos-help] Problems with TestSerial

2009-10-08 Thread Zé Pedro Espogeira
Martin i set the CLASSPATH like u said but still i get the same problem. $ java TestSerial shows this output... Exception in thread "main" java.lang.NoClassDefFoundError: TestSerial Caused by: java.lang.ClassNotFoundException: TestSerial at java.net.URLClassLoader$1.run(URLClassLoader.jav

Re: [Tinyos-help] Problem with java net.tinyos.tools.Listen

2009-10-08 Thread David Conde
Thanks I will read about this. -Mensaje original- De: Rubén Ríos del Pozo [mailto:ru...@lcc.uma.es] Enviado el: jueves, 08 de octubre de 2009 13:45 Para: David Conde CC: tinyos-help@millennium.berkeley.edu Asunto: Re: [Tinyos-help] Problem with java net.tinyos.tools.Listen Sorry, maybe t

Re: [Tinyos-help] Problems with TestSerial

2009-10-08 Thread Rubén Ríos del Pozo
I seems like you have not created the TestSerialMsg.java using mig, have you? Zé Pedro Espogeira escribió: > Hi to all > > although im able to compile and install TestSerial in a mote, im having > problems compiling TestSerial java application, i think Classpath is > correct > export CLASSPAT

Re: [Tinyos-help] Problem with java net.tinyos.tools.Listen

2009-10-08 Thread Rubén Ríos del Pozo
Sorry, maybe the following link is more up-to-date (2.1): http://docs.tinyos.net/index.php/Installing_TinyOS_2.1 David Conde escribió: > Hi Rubén, > > Thank you for your answer. > > I have looking for the solution in the different java classes, Listen, > Platform, BuildResource (all of them fr

Re: [Tinyos-help] Problem with java net.tinyos.tools.Listen

2009-10-08 Thread Rubén Ríos del Pozo
I am glad to see it helped a little :) I am not really sure if there is an easy upgrade from tinyos1.x to 2.x because I never used 1.x. However, I think someone could give you a hint on how to upgrade (if possible). In any case, you might have a look at this link http://www.tinyos.net/tinyos-2

[Tinyos-help] Problems with TestSerial

2009-10-08 Thread Zé Pedro Espogeira
Hi to all although im able to compile and install TestSerial in a mote, im having problems compiling TestSerial java application, i think Classpath is correct export CLASSPATH=$TOSROOT/support/sdk/java/tinyos.jar but when compiling whith javac comand this is errors are shown z...@ze-laptop:/o

Re: [Tinyos-help] Problem with java net.tinyos.tools.Listen

2009-10-08 Thread David Conde
Hi Rubén, Thank you for your answer. I have looking for the solution in the different java classes, Listen, Platform, BuildResource (all of them from TinyOS1.x) but I have not be able to get the PlatformSpec.java source file, where it suppose to fix the different names for differents platforms

[Tinyos-help] Power save mode

2009-10-08 Thread sofia aparicio
Hello, I am trying to change my mote to "power save mode" in the cricket application. I write in CricketM.nc module the following: sbi(ASSR, AS0); sbi(MCUCR, SM0); sbi(MCUCR, SM1); sbi(MCUCR, SE); This is not working. I am consuming around 10 mA, the same quantity that without thes

Re: [Tinyos-help] Two questions about tasks

2009-10-08 Thread Ricardo .
And callbacks, are canceled during the execution of a task? If yes, when the execution of the task ends I get a call back triggered during the execution of the task? Thank you very much, On Thu, Oct 8, 2009 at 10:09 AM, Alfonso Cardell wrote: > Hi Ricardo, > > Tinyos sheduler is a FIFO (First I

[Tinyos-help] Two questions about tasks

2009-10-08 Thread Ricardo .
Hello everyone, I got some questions about tasks that can not clarify through literature. Imagine you have two tasks, task1 and task2. If I do "post task1" and immediately following "post task2" I have guarantee that task1 will run before task2? In other words, I have guarantee that the tasks ex

Re: [Tinyos-help] Problem with java net.tinyos.tools.Listen

2009-10-08 Thread David Conde
Hi, but the problem is that I am using Telosb not Telos, so I do not understand why I have to put "telos" and not "telosb" in the MOTECOM variable. I tried with "telos" in MOTECOM and it works fine, I have tried with an example in which two telosb send information to each other and there is no p

[Tinyos-help] Power Simulator for TinyOS

2009-10-08 Thread Hassan Chizari
Dear Friends, I use TinyOS with TOSSIM as my simulator for my PhD thesis in Sensor Scheduling. I need to measure the network lifetime with their remaining energy and I also need to discard those sensors who have finished their energy. The problem is I do not know how to simulate energy while Powe

Re: [Tinyos-help] Alternatives for MIB520 as base station

2009-10-08 Thread Javier Barbarán
Thanks a lot Janos! Indeed, I will need the MIB520 device to program motes, it isn't a problem, but in the project the manager wants to know if we have other options in order to gather the information from the wireless sensor network. I'll add the option you suggested to my report, thanks agai