[Tinyos-help] Drain - weird problem with TOSBase

2008-04-03 Thread David Henry
I've just been playing with the TestDrip application. My environment is the Moteiv Boomerang installation. Nothing would work until I compiled and loaded the 'telosb' version of TOSBase. When compiled as 'tmote' or 'tmoteinvent' nothing happened, the java Drip application just reported 'probing'

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

2008-04-04 Thread David Moss
ion backoff. The initial backoff should still be in play, and you will probably need to edit the radio stack code to properly and completely remove it. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bhavish Aggarwal Sent: Thursday, April 03, 200

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

2008-04-07 Thread David Moss
cumentation here: http://tinyos.cvs.sourceforge.net/*checkout*/tinyos/tinyos-2.x/doc/html/tep1 27.html Finally, there is already a delay built into the send for the acknowledgment wait period, and you will not get a sendDone() event back until an ack was received or the ack wait period timed

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

2008-04-07 Thread David Moss
and recompile. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Juan Antonio López Riquelme Sent: Monday, April 07, 2008 1:45 PM To: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2 Hello, Thank

Re: [Tinyos-help] [Tinyos-devel] Fwd: About java toolchain for T2 andmessage source

2008-04-14 Thread David Gay
bt, cause older programs > to stop working, so I believe that the current solution offers the best > compromise. Sounds reasonable. Also, my feeling was that MoteIF/Message need a fairly deep spring-cleaning (the set of methods, constructors, etc is rather weird/arbitrary). I won't have time t

Re: [Tinyos-help] is it true?

2008-04-14 Thread David Moss
No. The default CC2420 stack always uses CSMA. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of funofnet Funofnet Sent: Sunday, April 13, 2008 9:06 AM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] is it true? Hi, Please I whould

Re: [Tinyos-help] Pumping up bandwidth - Mica2Dot/Mica2

2008-04-14 Thread David Moss
any wireless application that doesn't require 802.15.4 compatibility: http://docs.tinyos.net/index.php/CC1100/CC2500 -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Edgar Charry Sent: Monday, April 14, 2008 3:57 PM To: [EMAIL PROT

Re: [Tinyos-help] Pumping up bandwidth - Mica2Dot/Mica2

2008-04-14 Thread David Moss
r a CC2420 radio, while being more energy efficient. I like the CC2420 for improving ad-hoc networks and research, but it's time to move on to better radios. -David On Tue, 15 Apr 2008 00:09:02 -0400 "Eric Keller" <[EMAIL PROTECTED]> wrote: > That was an interesting p

Re: [Tinyos-help] Pumping up bandwidth - Mica2Dot/Mica2

2008-04-14 Thread David Moss
sary horizontal polarization to the wave. A vertically polarized wave is much better. Horizontal polarization gets eaten quickly by the ground. Straighten out those wire antennas, and add a ground plane. -David -Original Message- From: Michael Schippling [mailto:[EMAIL PROTECTED]

Re: [Tinyos-help] false CCA detection in LPL

2008-04-15 Thread David Moss
3 was chosen experimentally, and yes, you may need to jack it up if there is a lot of other communication interference going on in your band. Or, change your channel. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jongkeun Na Sent: Tuesday, April 15

Re: [Tinyos-help] CCA for channel detection

2008-04-20 Thread David Moss
et channel. Traverse all channels and average up many samples of RSSI on each channel, then pick the channel with the quietest average RSSI. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of renjie huang Sent: Sunday, April 20, 2008 4:17 PM To: tinyos-help Subjec

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

2008-04-28 Thread David Moss
was created, most of the tests were point-to-point tests, and very few were network congestion tests. Any modifications done to the CC2420 stack to improve this situation should be contributed back to the TinyOS baseline. -David -Original Message- From: Philip Levis [mailto:[EMAIL PROT

Re: [Tinyos-help] TinyOS Search Engine

2008-05-01 Thread David Moss
This is good stuff. I suggest creating a link to this on http://docs.tinyos.net <http://docs.tinyos.net/> if it hasn't been done already. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joey Wilson Sent: Wednesda

[Tinyos-help] MultiHop Neighbors - something I dont understand

2008-05-12 Thread David Henry
My Moteiv MultiHop application displays its parent and neighbors 10 <---> 9 <---> 1 (Base) 10 shows its parent and neighbor as node #9 9 shows its parent and neighbor as node #1, it does not show #10 as a neighbor. My difficulty is how does the hop work? Messages from #10 get to base and must d

Re: [Tinyos-help] Low Power Listening

2008-05-13 Thread David Moss
ended destination. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nitin Sharma Sent: Tuesday, May 13, 2008 11:08 AM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] Low Power Listening For Low Power Listening in the default Tinyo

Re: [Tinyos-help] Low Power Listening

2008-05-13 Thread David Moss
heck reliability has increased since 2.0.1. Worst case is your transmitter will transmit for a few milliseconds longer than the destination's receive check period. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nitin Sharma Sent: Tuesday, May 13,

[Tinyos-help] How to reach the wrong conclusions

2008-05-14 Thread David Henry
I thought that I should share with you the following episode. It may save someone else a lot of grief. I'm developing an application based on TinyOS 1 and (moteiv) Multihop. When testing the network in the most convenient open space (my back garden) I had lots of wireless problems as shown by t

Re: [Tinyos-help] About CC2420Receive

2008-05-15 Thread David Moss
The 0-byte received packet length is an edge case that occurs all the time. Removing the 0-byte packet handler may cause your node to lock up. At least it used to. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paolo Sent: Thursday, May 15, 2008 7:39 AM

Re: [Tinyos-help] how to determine SACK packet

2008-05-15 Thread David Moss
probably have yourself a real acknowledgment frame. Refer to the CC2420 datasheet for more details. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paolo Sent: Thursday, May 15, 2008 1:32 AM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] how to

Re: [Tinyos-help] how to determine SACK packet

2008-05-15 Thread David Moss
fcf; <- 2 nxle_uint8_t dsn; <- 1 nxle_uint16_t destpan; <-2 nxle_uint16_t dest; <-2 ... 2 + 1 + 2 + 2 = 7. When we have this much information downloaded, we can safely issue a SACK. -David _ From: Paolo [mailto:[EMAIL PROTECTED] Sent: Thur

Re: [Tinyos-help] About TXFIFO.writeDone

2008-05-16 Thread David Moss
I've never experienced an error in the writeDone() event. The error codes are documented in tos/types/TinyError.h. An error_t is typedef'd to a uint8_t. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paolo Sent: Friday, May 16, 2008

Re: [Tinyos-help] About TXFIFO.writeDone

2008-05-16 Thread David Moss
Not sure if the error is ever FAIL. It's generated from the underlying platform's SPI driver, not the CC2420 chip. The error code is always SUCCESS in writeDone() from my experience. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paolo Se

Re: [Tinyos-help] DELAY_AFTER_RECEIVE in CC2420 Low Power Listening

2008-05-29 Thread David Moss
nity. Right now the emphasis is on safety and robustness on everyone's applications. Once the items above are solved, we should be able to safely improve energy consumption while maintaining this level of robustness. -David _ From: [EMAIL PROTECTED] [mailto:[EMAI

Re: [Tinyos-help] About LowPowerListening

2008-05-29 Thread David Moss
The CC1000 radio and mica2 hardware comes in different flavors. The 433 MHz version transmits farther, and is the default frequency setting for the stack. If you have 915 MHz versions of the mica2's, you did the right thing by overriding the 433 MHz frequency setting with the 915 MHz setting.

Re: [Tinyos-help] DELAY_AFTER_RECEIVE in CC2420 Low Power Listening

2008-05-30 Thread David Moss
into play. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jongkeun Na Sent: Thursday, May 29, 2008 7:24 PM To: David Moss Cc: tinyos-help@millennium.berkeley.edu Subject: Re: DELAY_AFTER_RECEIVE in CC2420 Low Power Listening Thank you David for

[Tinyos-help] Quick question on RssiDemo code

2009-07-22 Thread David Li
g component? Anyone knows where RssiMsgSender was defined? Thanks. David ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Quick question on RssiDemo code

2009-07-22 Thread David Li
Thanks for the hint! I was indeed looking at the wrong place - the sender. The Rssi value was extracted in the BaseC - the receiver. David On Wed, Jul 22, 2009 at 11:38 AM, Michael Schippling wrote: > RSSI is a function of the receiver. It is read from the radio > by an ADC on the rec

[Tinyos-help] Retrieve tx power level on Iris mote in RssiDemo

2009-07-24 Thread David Li
But if I reversed the calls like this: tx_power = call PacketTransmitPower.get(&msg); RssiMsg* buf = (RssiMsg*)(call RssiMsgSend.getPayload(&msg, sizeof(RssiMsg))); Then I got an error: "syntax error before `*' " for the second

[Tinyos-help] Problem reading tx power on Iris mote

2009-07-27 Thread David Li
+ ": Rssi = " + msg.get_rssi() + ": Tx power = " + msg.get_tx_power_reading()); /*new*/ } So everything was compiled and installed ok. But the tx power output is always 0 even it's actually should be 0xF as defined by tos/platfo

[Tinyos-help] Tymo status

2009-08-03 Thread David Li
ys it's in the TinyOS release but I didnt' find it in TinyOS 2.1.0 under tos/lib/net/. Did I miss something here? Thanks. David ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Packet overhead for Iris/RF230 motes

2009-08-10 Thread David Li
Hi, I would like to know the precise packet overhead bytes (802.15.4 + MAC) in a Iris/RF230 node. It seems 802.15.4 header and footer are defined in tos/chips/rf230/ieee154packet.h and total count is 13 bytes for a T-Frame. Is there anything else in MAC and others? Thanks. David

Re: [Tinyos-help] Packet overhead for Iris/RF230 motes

2009-08-11 Thread David Li
Hi Miklos, Thanks. Maybe this is my ignorance. I am curious why there is no MAC in the TinyOS2 implementation. David On Mon, Aug 10, 2009 at 3:22 PM, Miklos Maroti wrote: > Hi David, > > On Mon, Aug 10, 2009 at 9:44 PM, David Li wrote: > > Hi, > > > > I would like

[Tinyos-help] Power consumption on Iris motes with TestLpl

2009-08-19 Thread David Li
application or I made some mistakes. David ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Power consumption on Iris motes with TestLpl

2009-08-19 Thread David Li
Thanks. You are right! I missed the flag. Now it gives me avg. of 3.8 mA. Does this number make sense? David On Wed, Aug 19, 2009 at 11:29 AM, Janos Sallai wrote: > It should be better than that. > > Did you add PFLAGS+=-DLOW_POWER_LISTENING to the makefile? It should be > expl

[Tinyos-help] Questions on Low Power Listening

2009-08-24 Thread David Li
e transmitter wanted? 4. Duty cycle and sleep interval conversion: Is this always done using one second period? For example, if the sleep interval is 250 ms then the duty cycle would be 250/1000 = 40%? Or if the duty cycle is 0.1% then the sleep interval would be 10

Re: [Tinyos-help] Questions on Low Power Listening

2009-08-24 Thread David Li
Thanks for the info. I am using Iris mote (RF230 radio). So I am wondering if there is a paper describing LPL implementation for RF230. Or this is similar to the CC2420 implementation? David On Mon, Aug 24, 2009 at 7:08 PM, Razvan Musaloiu-E. wrote: > Hi! > > On Mon, 24 Aug 2009,

[Tinyos-help] Iris mote LPL MAC implementation in Tinyos 2.1

2009-08-27 Thread David Li
Hello, Does anyone know the Low Power Listening MAC implementation for Iris mote in 2.1? Is it Box-Mac-1 or Box-Mac-2? Any papers describing the implementation? Thanks. David ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https

[Tinyos-help] Questions: MultihopOscilloscope on Iris nodes

2009-09-01 Thread David Li
added to the Makefile? I did a quick try without using this line and didn't see anything from the Java GUI. Was this the problem of missing the above settings? Thanks. David ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://

Re: [Tinyos-help] Questions: MultihopOscilloscope on Iris nodes

2009-09-02 Thread David Li
. As far as I understand the sensing should go on even if the node doesn't have any sensors. The return value is simply 0x. Can anyone provide a step by step how to make it work on Iris motes? The README doesn't help much with this detail. David On Tue, Sep 1, 2009 at 12:06 P

Re: [Tinyos-help] Questions: MultihopOscilloscope on Iris nodes

2009-09-02 Thread David Li
ch as the demo app Blink, on the iris? > > MS > > > David Li wrote: > >> Unfortunately this is still not working. I compiled the code for base and >> sensor node by using: >> >> SENSORBOARD=micasb make iris >> >> It was fine. Hoever, the base and s

Re: [Tinyos-help] Questions: MultihopOscilloscope on Iris nodes

2009-09-02 Thread David Li
linking. Is there anything I can use to debug? Thanks. David On Wed, Sep 2, 2009 at 12:44 PM, Janos Sallai wrote: > David, > > As I understand, you want to use MultihopOscilloscope without a sensor > board. > > In this case, you will simply compile the app with &qu

Re: [Tinyos-help] Questions: MultihopOscilloscope on Iris nodes

2009-09-03 Thread David Li
thing else I missed in this setup for Iris motes. Thanks, David On Thu, Sep 3, 2009 at 8:33 AM, Janos Sallai wrote: > > You mentioned 'base station'. But I don't see such a file or dir under > apps/MultiOscilloscope in TinyOS 2.1. Is this a different "base station&q

[Tinyos-help] BaseStation Application for TinyOS 1.X

2009-10-05 Thread David Conde
for being used in TinyOS 1.x or how I can get data from Motes which have installed Oscilloscope application and send the information to the Mote connected to PC and use this information in my custom Java class. Thank you in advance David ___ Tinyos

Re: [Tinyos-help] BaseStation Application for TinyOS 1.X

2009-10-05 Thread David Conde
1.x. Thanks again De: Rubenalia [mailto:rderu...@gmail.com] Enviado el: lunes, 05 de octubre de 2009 14:31 Para: David Conde CC: tinyos-help@millennium.berkeley.edu Asunto: Re: [Tinyos-help] BaseStation Application for TinyOS 1.X Hi David, you can use TOSBase, which is distributid

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

2009-10-05 Thread David Conde
e also tried changing telosb to telos but I do not know what it is the problem. I am not working in Cygwin, is this necessary? I am using the MS-DOS command line Any tips? Thanks in advance David ___ Tinyos-help mailing list

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

2009-10-06 Thread David Conde
installed OSCILLOSCOPE application and I tried to see the information received by serial port with java net.tinyos.tools.Listen application , What am I missing? Thanks in advance -Mensaje original- De: Rubén Gmail [mailto:ruben@gmail.com] Enviado el: lunes, 05 de octubre de 2009 22:05 P

[Tinyos-help] How could I configure what sensor to get data from in my Telosb ?

2009-10-06 Thread David Conde
Hi, I have been Reading about ADC component and Oscilloscope application and I would like to know how I can change the sensor to get data from, I mean, I am working with TelosB, and it has three sensor to get data from them. I would like to change the configuration on Oscilloscope to get data f

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

2009-10-06 Thread David Conde
: Java.io.IOException: Invalid port. No comm ports found! Any idea? I am typing java net.tinyos.sf.SerialForwarder -comm ser...@com4:telosb Thanks in advance -Mensaje original- De: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] En nombre de David

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

2009-10-07 Thread David Conde
...@santafe.edu] Enviado el: martes, 06 de octubre de 2009 19:44 Para: David Conde CC: 'Rubén Gmail'; tinyos-help@millennium.berkeley.edu Asunto: Re: [Tinyos-help] Problem with java net.tinyos.tools.Listen Were you finally successful with Listen using the MOTECOM variable? If so, SF should use the

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

2009-10-07 Thread David Conde
working right. Thanks in advance -Mensaje original- De: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] En nombre de David Conde Enviado el: miércoles, 07 de octubre de 2009 9:31 Para: 'Michael Schippling' CC: t

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

2009-10-07 Thread David Conde
eter in oscilloscope component or other in order to solve this problem? Thanks in advance -Mensaje original- De: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] En nombre de David Conde Enviado el: miércoles, 07 de octubre de 2009 15:

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

2009-10-08 Thread David Conde
to each other and there is no problem with the baud rate, so I do not know why there is a problem by using 115200 as a baud rate in Serial PC communication. Thanks -Mensaje original- De: Michael Schippling [mailto:sc...@santafe.edu] Enviado el: miércoles, 07 de octubre de 2009 19:1

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

2009-10-08 Thread David Conde
hich Tinyos 1.x with Cygwin was installed,and nothing about Tinyos2.x appeared. Thank you very much for your help -Mensaje original- De: Rubén Ríos del Pozo [mailto:ru...@lcc.uma.es] Enviado el: jueves, 08 de octubre de 2009 11:35 Para: David Conde Asunto: Re: [Tinyos-hel

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

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

2009-10-09 Thread David Conde
its loaded code has some parameter where is fixed the baud rate to 57600 instead of 115200, but I am not sure. Regards -Mensaje original- De: Michael Schippling [mailto:sc...@santafe.edu] Enviado el: jueves, 08 de octubre de 2009 18:18 Para: David Conde CC: tinyos-help@millennium.berkeley.

[Tinyos-help] Configuring TelosB to work in the lowest power running mode

2009-10-09 Thread David Conde
or there is component which management this low power running mode in order to make easier this task? Thank you in advance -- David Conde Baena CITIC Centro Andaluz de Innovación y Tecnologías de la Información y las Comunicaciones Edificio CITIC, C/ Marie Curie, 6 Parque

Re: [Tinyos-help] How could I configure what sensor to get data from in my Telosb ?

2009-10-13 Thread David Conde
. Dig through the code to find the DemoSensor >> implementation that your system is using, or search for other uses of >> ADC, to see a usage example >> >> MS >> >> David Conde wrote: >>> Hi, >>> >>> >>> >>> I hav

Re: [Tinyos-help] JNI library for Android operating system.

2009-10-13 Thread David Conde
David De: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] En nombre de Le Thanh Long Enviado el: martes, 13 de octubre de 2009 15:23 Para: tinyos-help@millennium.berkeley.edu Asunto: [Tinyos-help] JNI library for Android operating system

[Tinyos-help] Question about MSP430GeneralIO interface's commands

2009-10-14 Thread David Conde
Hi, I would like to know what it is the difference between the next command defined in MSP430GeneralIO: -async command void selectModuleFunc(); - async command void selectIOFunc(): I understand well, I can use MSP430GeneralIOC in order to configure each GIOX, pin, I have been Reading

Re: [Tinyos-help] How could I configure what sensor to get data from in my Telosb ?

2009-10-15 Thread David Conde
have to do anything more, or am I missing anything? Thank you in advance -Mensaje original- De: Michael Schippling [mailto:sc...@santafe.edu] Enviado el: martes, 13 de octubre de 2009 19:28 Para: David Conde CC: tinyos-help@millennium.berkeley.edu Asunto: Re: [Tinyos-help] How could I

Re: [Tinyos-help] NesC Parser or Grammar

2009-10-15 Thread David Gay
too (e.g. the lexer, c-lex.c) so it's probably best to get the whole source distribution from http://sourceforge.net/projects/nescc/develop (CVS) or http://sourceforge.net/projects/nescc/files/ (tarballs) David Gay PS: The reference manual includes a grammar for nesC as changes from the regular C

[Tinyos-help] Tinyos 1.x message Types

2009-10-16 Thread David Conde
Hi, I am looking information about Tinyos 1.X radio model, I mean I would like to know how the frames are built in Tinyos 1.x , how are the different messages types for Tinyos 1.X, and where I could get information about this. I have reading about this but I just found information about TinyoS

[Tinyos-help] LowPower Application for Tinyos 1.x

2009-10-16 Thread David Conde
Hi, I would like to know if it exists a LowPowerSensing application for Tinyos 1.x as the same way as it exists for Tinyos 2.x according to Writing Low-Power article. Is there any low-power application which does the same than Oscilloscope one? Thank you in advance _

[Tinyos-help] MSP430 in sleep mode

2009-10-19 Thread David Conde
Hi, I read some threads about this topic in Tinyos-help emails list, but I have a question, Does Tinyos 1.x put automatically MSP430 in sleep mode as the same way as Tinyos 2.x does when there is no task in the MSP430 processes FIFO?if not, is there any Tinyos component which is used to put MS

Re: [Tinyos-help] MSP430 in sleep mode

2009-10-19 Thread David Conde
Hi Alfonso, Thank for replying me, I read that TinyOS 2.x does it, but do you know if TinyOS 1.x does it as well? Thanks David De: Alfonso Cardell [mailto:alfonso.card...@gmail.com] Enviado el: lunes, 19 de octubre de 2009 11:14 Para: David Conde Asunto: Re: [Tinyos-help] MSP430

Re: [Tinyos-help] Attaching moisture sensor to TelosB

2009-10-20 Thread David Conde
GIO0 you have to connect R16/R15 as it is shown in TMoteSky dataSheet, if it is analog output you should use ADC interface and connect the output in some of ADC ports, as explained in this link: http://www.moteiv.com/community/Connecting_External_Sensors I hope this help you Regards David

[Tinyos-help] Reading/Writing data in TelosB memory

2009-10-21 Thread David Conde
Hi, I would like to develop an application similar to SenseLightToLog but in TelosB, I looked this component and it uses LoggerWRite and LoggerRead component in order to write and read in MicaZ memory, the problem it is that I am using TelosB so I guess that they do not have the same memory ha

Re: [Tinyos-help] Reading/Writing data in TelosB memory

2009-10-21 Thread David Conde
Hi Faisal Aslam, Thanks for replying me, I forgot to say that I was working with TinyOS 1.x version, do you know how where can I find something similar for TinyOS 1.x? I looked for some similar document in TinyOS 1.x tutorial but I do not find anything. Thanks in advance David -Mensaje

Re: [Tinyos-help] Reading/Writing data in TelosB memory

2009-10-21 Thread David Conde
TinyOS 2.x is much better from a power point of view? Thanks in advance -Mensaje original- De: Michael Schippling [mailto:sc...@santafe.edu] Enviado el: miércoles, 21 de octubre de 2009 17:53 Para: Faisal Aslam CC: David Conde; tinyos-help@millennium.berkeley.edu Asunto: Re: [Tinyos-help

Re: [Tinyos-help] Reading/Writing data in TelosB memory

2009-10-21 Thread David Conde
Boomerang software? Thanks in advance -Mensaje original- De: Michael Schippling [mailto:sc...@santafe.edu] Enviado el: miércoles, 21 de octubre de 2009 18:40 Para: David Conde CC: tinyos-help@millennium.berkeley.edu Asunto: Re: [Tinyos-help] Reading/Writing data in TelosB memory I've

[Tinyos-help] TinyOS 1.x / Boomerang / TinyOS 2.x Comparative

2009-10-21 Thread David Conde
Hi, I am thinking about upgrading TinyOS 1.x to TinyOS 2.x or Boomerang in order to use in Telosb motes. I would like to know what are the main differences between them, specially from a power and communication stack protocol point of view. Could I communicate motes in TinyOS 1.x with motes run

Re: [Tinyos-help] TinyOS 1.x / Boomerang / TinyOS 2.x Comparative

2009-10-22 Thread David Conde
Hi Faisal Aslam, Thanks for this link. -- David Conde Baena CITIC Centro Andaluz de Innovación y Tecnologías de la Información y las Comunicaciones Edificio CITIC, C/ Marie Curie, 6 Parque Tecnológico de Andalucía 29590 - Campanillas (MÁLAGA) Tfno.: +34 952028610 Fax: +34 951231029 Email: dco

Re: [Tinyos-help] Listen to moteiv

2009-10-22 Thread David Conde
Did you try by typing export MOTECOM= netw...@196.168.4.104:9002 previusly? I had a similar problem and I solved by specifying the serial port in MOTECOM variable. I looked for the code in java tools and it is read MOTECOM variable by default. I hope this help you -- David Conde Baena CITIC

[Tinyos-help] Writing low-power application for TinyOS 1.x

2009-10-23 Thread David Conde
Hi, I have read about this article: "Writing low-power application" (http://docs.tinyos.net/index.php/Writing_Low-Power_Applications) in Tinyos.net and I would like to know if TinyOS 1.x make all this by itself or I have to make sure to do it myself as developer. I mean, TinyOS 1.x does the n

Re: [Tinyos-help] Oscilloscope/JNI Problem

2009-10-23 Thread David Conde
Hi Elizabeth, I had a similar problema which I solved reading this link: http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg09307.htm l I put getenv.dll in Windows/system32 and this problem was solved. I hope this help you De: tinyos-help-boun...@millennium

[Tinyos-help] SPI Example for Telosb in TinyOS 1.x

2009-10-26 Thread David Conde
communication and flash memory operations? Could anybody show me a real example of how using SPI in Telosb, I mean from Hardware and Software point of view? Thanks in advance -- David Conde Baena CITIC Centro Andaluz de Innovación y Tecnologías de la Información y las Comunicaciones Edificio

[Tinyos-help] UART0 in Telosb

2009-10-26 Thread David Conde
Hi, I have read some documentation about using UARTRX0 and UARTTX0 pines 2 and 4 in U2. And some people said that is not possible to use UART0 because of they share pines with SPI bus in CC2420 and FlashMemory. I have taken a look at Telosb Schematic and I do not see any shared pin for UART0,

Re: [Tinyos-help] CTP

2009-10-26 Thread David Guillén
Thanks! On Sun, Oct 25, 2009 at 1:00 AM, Omprakash Gnawali wrote: > On Fri, Oct 23, 2009 at 12:37 PM, David Guillen Jimenez > wrote: > > Hi all, > > > > I have been trying the CTP through the TestNetwork application and I > would > > like to know if there

[Tinyos-help] Battery Level for Telosb

2009-10-27 Thread David Conde
Hi, I have read some information in TinyOS-help about how getting battery level from VoltageC components in Telosb, but I think there is not direct relation between the Voltage Level in TElosb and Battery level, I am sure that someone else has had the same need of getting the battery level in o

Re: [Tinyos-help] Battery Level for Telosb

2009-10-27 Thread David Conde
?What is the voltage do you use as mínimum battery level? Thank you in advance David De: Nicola Bressan [mailto:sbr...@gmail.com] Enviado el: martes, 27 de octubre de 2009 11:02 Para: David Conde Asunto: Re: [Tinyos-help] Battery Level for Telosb You can see the component

Re: [Tinyos-help] Battery Level for Telosb

2009-10-27 Thread David Conde
advance and thank Nicola for your answer Regards David De: Nicola Bressan [mailto:sbr...@gmail.com] Enviado el: martes, 27 de octubre de 2009 11:23 Para: David Conde Asunto: Re: [Tinyos-help] Battery Level for Telosb I'm sorry but I don't succeed in answering to your questio

Re: [Tinyos-help] Battery Level for Telosb

2009-10-27 Thread David Conde
quickly from 2’5 Volts, at least this is what I read about. Do you know anything about this? Anyway, thanks very much for your answer, I will use this method if nobody say something about the problem which I have talked about before. Regards David De: Arik [mailto:ari

Re: [Tinyos-help] Battery Level for Telosb

2009-10-27 Thread David Conde
Regards David De: André Rodrigues [mailto:andremiguelrodrig...@gmail.com] Enviado el: martes, 27 de octubre de 2009 12:21 Para: David Conde; 'Arik'; 'Nicola Bressan' CC: tinyos-help@millennium.berkeley.edu Asunto: Re: [Tinyos-help] Battery Level for Telosb Hi J

[Tinyos-help] About Active Messages Type (AM type in TOS_Msg)

2009-10-27 Thread David Conde
send to one concrete message handler from the message type if I have not directly specified the AM type in my TOS_Msg message when I send the message. Thanks in advance Regards David ___ Tinyos-help mailing list Tinyos-help

Re: [Tinyos-help] About Active Messages Type (AM type in TOS_Msg)

2009-10-28 Thread David Conde
alarm warn. So, how does Active Messages mechanism work with ACKs? Thanks in advance De: Arik Sapojnik [mailto:ari...@bgu.ac.il] Enviado el: martes, 27 de octubre de 2009 21:38 Para: David Conde CC: tinyos-help@millennium.berkeley.edu Asunto: Re: [Tinyos-help] About Active Messages Type

Re: [Tinyos-help] Toscomm JNI library

2009-10-28 Thread David Conde
Hi Wafa, Did you put getenv.dll file in system32 folder in Windows directory? I tried making this and It worked right. Regards De: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] En nombre de wafa jaballah Enviado el: miércoles, 28 de

Re: [Tinyos-help] Toscomm JNI library

2009-10-28 Thread David Conde
-archive.com/tinyos-help@millennium.berkeley.edu/msg09307.htm l Regards De: wafa jaballah [mailto:wafa.jabal...@gmail.com] Enviado el: miércoles, 28 de octubre de 2009 14:03 Para: David Conde; tinyos-help@millennium.berkeley.edu Asunto: Re: [Tinyos-help] Toscomm JNI library Hi , Thanks

[Tinyos-help] Storage for Telosb in TinyOS 1.x

2009-10-28 Thread David Conde
Hi, I would like to know the different components to store date in Telosb motes using TinyOS 1.x. In Telosb datasheet I saw that there are different type of memories like RAM, EEPROM, and Measurement Serial Flash and Program Flash Memory. Which one should I use to save data before sending them

[Tinyos-help] Active Message ACKs

2009-10-28 Thread David Conde
Hi, I have a system where it is necessary to receive an ACK message when I the sender sends an alarm message. I am working with TinyOS 1.x, and I would like to know what do I have to do to get the ACK message?I have to change something in some configuration file in order to get ACK messages or I

Re: [Tinyos-help] Storage for Telosb in TinyOS 1.x

2009-10-28 Thread David Conde
Hi Michael, Thank you for your answer. It was just what I needed to know. Regards -Mensaje original- De: Michael Schippling [mailto:sc...@santafe.edu] Enviado el: miércoles, 28 de octubre de 2009 18:11 Para: David Conde CC: tinyos-help@millennium.berkeley.edu Asunto: Re: [Tinyos

Re: [Tinyos-help] Active Message ACKs

2009-10-28 Thread David Conde
will change finally. Thanks for your hint J De: Eric Decker [mailto:cire...@gmail.com] Enviado el: miércoles, 28 de octubre de 2009 18:40 Para: David Conde CC: tinyos-help@millennium.berkeley.edu Asunto: Re: [Tinyos-help] Active Message ACKs you might want to seriously consider

[Tinyos-help] MIG & MOTEIF question

2009-10-30 Thread David Conde
Hi, I would like to use a mote as Base Station to my PC, which does not know the struct of the message which is going to be sent. This mote gets message to send from MOTEIF class in a Java application using MIG tools to create Java message struct and NesC struct. My question is, is it possible

[Tinyos-help] Reading sensor data on Iris motes

2009-10-30 Thread David Li
Hi, I am running Oscilliscope application on Iris motes with Tinyos 2.1. My questions is: Can I read the native sensor data using this code? I don't see any obvious sensor driver code under "platform" directory. Thanks. - David

[Tinyos-help] TinyOS && Ubuntu 9.10

2009-11-03 Thread David Sanz
e included stddef.h at /usr/lib/ncc I ve also included this lines CFLAGS+=-I/usr/lib/gcc/.../include // where there was stddef.h CFLAGS+=-I/usr/include/ in /opt/tinyos-2.x/support/make/sim.extra and does not work. Don't know what else to do. Do so

Re: [Tinyos-help] TinyOS && Ubuntu 9.10

2009-11-03 Thread David Sanz
dependency manually? Thank you again, David 2009/11/3 Razvan Musaloiu-E. > Hi! > > > On Tue, 3 Nov 2009, David Sanz wrote: > > Dear all, >> >> After work perfectly with tin...@ubuntu 9.04, I upgraded my OS to Ubuntu >> 9.10, and now I am not able even to co

Re: [Tinyos-help] TinyOS && Ubuntu 9.10

2009-11-04 Thread David Sanz
Hi, I had it, but tried again and.. nothing. Can I ask you if you installed Karmic or upgraded from 9.04? I m thinking in format and install again 9.04 or use a virtual machine.. :S Thanks, David 2009/11/3 Razvan Musaloiu-E. > Hi! > > On Tue, 3 Nov 2009, David Sanz wrote: > >

Re: [Tinyos-help] TinyOS && Ubuntu 9.10

2009-11-04 Thread David Sanz
alled Ubuntu 9.04 in VirtualBox and works fine. But don't worry: as soon as I will have some free time, I will come back and try to fix it. If I get it, you will have some news from Madrid :-) Thank you again. It is so nice to find so willing people. Best, David 2009/11/4 Héberte Fernandes de Mor

[Tinyos-help] AM Type message

2009-11-10 Thread David Conde
Hi, I have a question, I would like to know if AM type in AM messages is particular for each mote, I mean, if I address by using AM node address, then I can use the same AM type for different kind of messages which are proccessed by different motes with different AM nodes. My idea is to achieve

Re: [Tinyos-help] AM Type message

2009-11-11 Thread David Conde
matches with the receiver address. Maybe this is not true and the message type is checked before. Thank you in advance. Regards David De: Eric Decker [mailto:cire...@gmail.com] Enviado el: martes, 10 de noviembre de 2009 22:09 Para: David Conde CC: tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] TinyOS Receive mechanism

2009-11-11 Thread David Conde
ge.Message class?Do I have to specify this field by creating a new Messge struct or does TinyOS include automatically the sender(source) Address in any way? Thanks in advance David ___ Tinyos-help mailing list Tinyos-help@millennium.be

<    1   2   3   4   5   6   7   8   9   10   >