[Tinyos-help] Dissemination produces warnings

2007-07-26 Thread Marek Jawurek
Hi everyone, the compilation of Dissemination-code for TOSSIM produces warnings in tinyos-2.x. Is it a known problem or am I missing something ? I have some shadowing warnings and a fan-out warning, see below: Thx Marek make micaz sim mkdir -p build/micaz placing object files in build/micaz

[Tinyos-help] Junk data with Adc on telosb

2007-07-26 Thread Nicolas Esteves
Hi, When i use the multi channel sampling component (like in the apps/tests/msp430/Adc12) I always have junk data at the beginning of the sampling. I'm sampling channels INPUT_CHANNEL_A0, INPUT_CHANNEL_A1 and INPUT_CHANNEL_A2 with REFERENCE_VREFplus_AVss for each channel and

[Tinyos-help] flexibility of tinydb

2007-07-26 Thread Roald Lengu
Dear all, I am an Italian student and I'm briefly going to the University of Manchester to work on my thesis. The thesis arguments are over sensor networks and ways to guarantee data quality at query time. I was thinking to use TinyOS-TinyDb systems for my practical work, but I am not sure this

[Tinyos-help]Surge-Reliable and Surge-View

2007-07-26 Thread Ruqayyah Mustafa
Has anyone had any problems using the Surge-Reliable application and Surgre-View? I keep getting messages that bad packets are being dropped and Surge-View is not collecting any data. Can anyone help me? Thanks! - Park yourself in front of a world of

Re: [Tinyos-help] tossim - injected messages never received?

2007-07-26 Thread Issac Garcia
I've always two terminals, in the first one, where I run build/pc/main.exe I set MOTECOM=tossim-radio and In the second one, where I run the java code who inject packets I set MOTECOM=tossim-serial and it works ;) On 7/25/07, James Kebinger [EMAIL PROTECTED] wrote: I've written some code that

[Tinyos-help] RADIO_XMIT_POWER underclared

2007-07-26 Thread Christopher Jenkins
This is a question I previously posed by me, but did not get an answer that suggest something I haven't tried. Can someone with a good knowledge of the radio stack help me here? Hello Christopher, The cricket radio stack is designed and supported by the open source community. Even though the

RE: [Tinyos-help] Problems using MIB600 as base station

2007-07-26 Thread Giri Baleri
You can also try the instructions in the thread below and make sure that the port settings for MIB600 are correct. https://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-November /021113.html - Giri From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [Tinyos-help] A question on TinyOS scheduling

2007-07-26 Thread Michael Schippling
If an event handler has preempted a task then it is probably the result of an interrupt and is running in that interrupt's context. As has been covered in previous posts, a second interrupt may preempt if the first handler re-enables them. I think the UART code is an example. So the bottom line

RE: [Tinyos-help] CC2420 send / resend

2007-07-26 Thread David Moss
The CC2420 hardware sees the length as Length = (header - length byte) + payload. I don't remember if the CRC is included in there. It might be tacked on/removed automatically in hardware when autocrc is enabled (?) - the microcontroller doesn't see it anyhow. So... the length seen by the

Re: [Tinyos-help] tinyos 1.1 timer precision

2007-07-26 Thread Marco Antonio Lopez Trinidad
You probably are looking for this: http://www.tinyos.net/tinyos-1.x/apps/HighFrequencySampling/ ciao, --marco Quoting [EMAIL PROTECTED]: Hi All, I am using MICAz with tinyos 1.1 to develop a system used in medical equipment which uses a bunch of sensors to collect data from patients. The

RE: [Tinyos-help] It's possible to have interface ReadRef for ADC

2007-07-26 Thread Firat TARAKTAS
I achieved it by modifying oscilloscope application. I used three Read interfaces in oscilloscopeC module. Firat TARAKTAS ElectricalElectronics Engineer Reseracher GENETLAB INFORMATION TECHNOLOGIES Kayisdagi Caddesi Kar Plaza D Blok Kat:3 34752 Icerenkoy / ISTANBUL / TURKIYE Phone: +90 (216)

[Tinyos-help] help

2007-07-26 Thread gaurav mathur
Sir, I am working with sensor network applications in IIT Delhi. My hardware is tmote sky and I am using tinyOs 2.0. I want to know how I can use Msp430Adc12ClientAutoDMAC? Can you send a sample program of Msp430Adc12ClientAutoDMAC? Gaurav Mathur B-17 Karakoram Hostel IIT Delhi Ph. 9911809832

[Tinyos-help] JTAG ICE mkII / micaz - no communication

2007-07-26 Thread stefan wittmann
Hi, I want to debug Xbow/micaz with MIB510 and Atmel JTAG ICE mkII, but there's no response of the programmer and 'Connection refused'-error etc programming environment: Windows XP tinyos-1.1.10Jan2005cvs-1 (xbow-contribution) ** * MICA2 Instructions *

[Tinyos-help] A question on TinyOS scheduling

2007-07-26 Thread Bin Lei
Dear All Here's a question about scheduling of TinyOS: Event handler can preempt CPU from task, that's definite, but how about an event handler preempt another event handler? E.g. handler1 has 3 steps 11,12,13 while handler2 has 3 steps 21,22,23 respectively. Handler 1 execute first and goest to

[Tinyos-help] Real Data Topologie for Sensor Networks

2007-07-26 Thread Lukas Sternbach
Hi @ll! I am investigating some routing protocols and energy saving techniques in Wireless Sensor. As my sensor networks should constist of more than 20 or 30 nodes and real temperature Data i need some real temperature data and a real topology of the sensor network. I looked up in the

RE: [Tinyos-help] Radio waves polarization of Tmote Sky

2007-07-26 Thread axel
Hi all, I am curious about the polarization of the radio waves, when the internal antenna of Tmote Sky is used. I need this information for modeling the RF signal propagation. Based on our experiments and measurements, concerning the RSS behavior, I suspect that after the antenna

Re: [Tinyos-help] Dissemination produces warnings

2007-07-26 Thread Marek Jawurek
Ok the shadow warning of time can be avoided if you change the variable name in TrickleTimerImplP. The Fan out warning disappeared magically after some changes to our program. Marek On Thu, 2007-07-26 at 10:33 +0200, Marek Jawurek wrote: Hi everyone, the compilation of Dissemination-code

Re: [Tinyos-help] Multichannel Adc sampling and DMA

2007-07-26 Thread Nicolas Esteves
Hi, This components doesnt work well, but if you use msp430, update tinyos to cvs version and take a look at apps/tests/msp430/Adc12 there is an example of sampling 2 channels. I'm working on a new component that use 3 channeks but i have junk data in the beginning of the sampling so it needs

[Tinyos-help] Latest CVS tinyos-2.x incompatible with Mac OS X (Intel)

2007-07-26 Thread Peizhao Hu
Hi, I know that tinyos-2.x for Mac OS X is not supported by WG. But I would like to know whether some Darwin statements have been added to the source codes. Before, I was able to install tinyos-2.x according to http://docs.google.com/View.aspx?docid=ajjph9mvqk3z_bchp66xkmgk6n but now when I

[Tinyos-help] java.lang.NoClassDefFoundError: net/tinyos/tools/Listen

2007-07-26 Thread xiaowei
Hi, I am trying to run the java Listen tool as shown in lesson 6 of the tutorial. But I got the following error message. Can somebody help me out? [EMAIL PROTECTED] /opt/tinyos-1.x/tools/java $ java net.tinyos.tools.Listen Exception in thread main java.lang.NoClassDefFoundError:

Re: [Tinyos-help] Problems using MIB600 as base station

2007-07-26 Thread Brian Mulanda
It seems serial forwarder is not able to connect to the port 10002 on 192.168.8.233. Before running serial forwarder, try to 'telnet 192.168.8.233 10002' on the command line. If the screen goes blank, or at least if it doesn't report a connection refused error, then the problem is not the port,

[Tinyos-help] Problems using MIB600 as base station

2007-07-26 Thread Adnan Iqbal
hi I am trying to use MIB600 as base station and having errors. Here is the scenario 1. Sender mote is runnig a program that sends 10 frames per second 2. Base station mote is running TOSBASE, this mote is mounted on MIB600 3. i use the command java net.tinyos.sf.SerialForwarder -comm

[Tinyos-help] TOSSIM: Blink app compilation problem

2007-07-26 Thread lorenzo.bergamini
Hi all, I'm trying to follow the first lesson of the tinyos tutorial, and I'm having a problem with the make micaz sim compilation. The output of compilation is the following: $ make micaz sim mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml compiling

Re: [Tinyos-help] Interfacing SDRAM with Telos Mote

2007-07-26 Thread phate shawn
Thanks for your reply. I am thinking of using Mobile SDRAM at a much lower frequency(1-8MHz) than the rated frequency (100 MHz). I am building the memory controller using MSP430 microcontroller which will be interfaced (using SPI) to TelosB board. I am hoping that this would lead to a low

[Tinyos-help] Re: Tmote CPU frequency

2007-07-26 Thread wanghd
Hi Joe, Thanks for your reply! We have already figured it out by changing BCSCTL2 and TARGET_DCO_KHZ values. Our experiment is successful. Of course, the solution you provided is very elegant and user friendly. Thank you very much! Haodong When you are using Boomerang, you can compile for

Re: [Tinyos-help] Xubuntos

2007-07-26 Thread Alexandros Karagiannis
I encountered the same problems when i installed the Boomerang version over the XubunTOS. One example of this problem is that when i try to run a java application (Trawler or even SerialForwarder) over the boomerang (of course after setting the environment to boomerang) i receive a java error

Re: [Tinyos-help] CC2420 send / resend

2007-07-26 Thread Mischa Weise
Thank you for the answer, David. Now I use CC2420ReceiveC.Receive Interface and receive all the packets. Another question: In what way does the payload returned from CC2420ReceiveC Receive.receive(...) and the payload returned from AMReceiveC Receive.receive(...) differ for the same packet? In

Re: [Tinyos-help] java.lang.NoClassDefFoundError: net/tinyos/tools/Listen

2007-07-26 Thread Michael Schippling
Check these two things: 1) There is a file named tools/java/net/tinyos/tools/Listen.class 2) You have . in your CLASSPATH for instance mine is: export CLASSPATH=.;C:/cygwin/opt/tinyos-1.1.7/tools/java/jars/tinytools.jar google CLASSPATH for more info then you will ever want. MS xiaowei

RE: [Tinyos-help] JTAG ICE mkII / micaz - no communication

2007-07-26 Thread Giri Baleri
I don't think it is a problem with MIB510 or the software versions, but TinyOS jtag support (using ice-insight tool) does NOT work with Atmel MKII jtag pod. Users must use either MKI (old style) or (much cheaper) the www.olimex.com http://www.olimex.com/ unit, as sold in the USA by

[Tinyos-help] It's possible to have interface ReadRef for ADC

2007-07-26 Thread AndrĂ© Miguel de Almeida MarrĂ£o Rodrigues
Hello I would like to sample a 3axis accelerometer ( MMA7260) at 100Hz (all the axis at the same time) in a TMoteSky with T2. I must use Msp430Adc12MultiChannel? An application example would be very helpful. I didn't find any ReadRef interface support, like in TEP114. I have already

[Tinyos-help] Java Applications tinyos 1.1.14

2007-07-26 Thread Affan Syed
Hi all, Java application in the tools directory do not install while upgrading to 1.1.14. Even after I have upgraded (As per the instructions) and ran make in /tools/java it fails when it starts to make the Deluge application, with the following errors: (this is the first point where I get

Re: [Tinyos-help] Can I use list-type into packet for testbed?

2007-07-26 Thread Urs Hunkeler
Hi, I think there is a way to increase the packet length (search the mailing list, it's there somewhere). Even so you'll run into a limit at some place. Once the first message is full, I would send a second message with the additional path information (and once this one is full, another one,

[Tinyos-help] tinyos 1.1 timer precision

2007-07-26 Thread wang0889
Hi All, I am using MICAz with tinyos 1.1 to develop a system used in medical equipment which uses a bunch of sensors to collect data from patients. The input data rate must be higher than 2Kbits/s but the timer of tinyos 1.1 is 1ms granuality. Is that possible to achieve finer timing

Re: [Tinyos-help] Can I get more example codes from other people's project?

2007-07-26 Thread Michael Schippling
Its open, by way of being freely available, and source by way of, well, being the whole source, so once againlook at the zips and tars in: http://www.etantdonnes.com/Motes/ MS Haoying Liu wrote: Dear All, I am new to TinyOS. I am wondering if there are some open projects that I can