[Tinyos-help] Deluge2.0 can't format the flash on telos revision a. why?

2007-10-08 Thread JungDoyeong
Hi~all?? This is a second message for this issue. I've got a manual for deluge 2.0. and I try to follow as a munual. In first step, I can not proceed anymore. because I can not format flash memory. Manual says, red LED indicate that there is some problem wiht formatting the flash memory. I try

Re: [Tinyos-help] Deluge2.0 can't format the flash on telos revision a. why?

2007-10-08 Thread Philip Levis
Doesn't the telosa have a different flash chip? I think it has the at45db. Has anyone tested whether apps/tests/Storage work? Telosa, due to its scarcity and discontinued nature, isn't actively tested as part of core releases. Phil On Oct 7, 2007, at 11:23 PM, JungDoyeong wrote:

Re: [Tinyos-help] Problem with communicating with PC using UART0 on telos ver.B for tinyos 2.x

2007-10-08 Thread Roman Lim
do you use a levelshifter on your crossover cable? the voltage level for pc communication is +/-5v if i remember it correctly. in http://tinyos.cvs.sourceforge.net/tinyos/tinyos-2.x-contrib/ethz/snpk/tos/lib/dsn/ you can find a working tos2 implementation of a uart0 communication with tmote.

[Copfilter] Copy of quarantined email - *** SPAM *** [7.8/5.0] [Tinyos-help] Question for Deluge(in network programming)

2007-10-08 Thread [EMAIL PROTECTED]
HI~ all? I've got a question for Deluge. Deluge let us update our program without touching. It means that golden image will be transfer to the mote which is will be updated. And then golden image will be saved in external memory. Deluge application update a program using golden image on

[Copfilter] Copy of quarantined email - *** SPAM *** [9.2/5.0] [Tinyos-help] ADC sampling rate

2007-10-08 Thread [EMAIL PROTECTED]
Hi all, I understand that the timer used for acoustic ranging done by VU is somewhat different from the original implementation. I've used the timer provided by VU, but I seem to run into problems in obtaining the correct quantity of data when doing acoustic ranging using micaz motes

[Copfilter] Copy of quarantined email - *** SPAM *** [5.5/5.0] RE: [Tinyos-help] ADC sampling rate

2007-10-08 Thread [EMAIL PROTECTED]
My apologies, there was some error in the data shown below. The actual value is actually: setSamplingRate(i) i = 0 1 - no response i = 2 - 0 samples received i = 3 - 8 samples received i = 4 - 7 samples received i = 5 - 5 samples received i = 6 - 3 samples received i = 7 - 2 samples received

[Copfilter] Copy of quarantined email - *** SPAM *** [7.2/5.0] [Tinyos-help] I can't proceed formatting the flash of Deluge 2.0 on

2007-10-08 Thread [EMAIL PROTECTED]
Hi~ all?? I had installed tinyos 1.1.15 and I was download deluge 2.0 from CVS server. I've got a manual for deluge 2.0. I followed as the manual, but I can't format flash memory. I did compiled and install FormatFlash applications in TestDeluge folder. after reset. I just see red LED on and

[Tinyos-help] [OT]Sensing measurements dataset

2007-10-08 Thread Roberto
Hi all, In order of test my work based on a WSN, I need a real dataset of measaurements provided by sensing. Can anyone help me? -- Platform: Linux Fedora TinyOS version: 2.x Programmer: MIB510 Device(s): Micaz, Stargate ___ Tinyos-help mailing list

Re: [Tinyos-help] [OT]Sensing measurements dataset

2007-10-08 Thread François Ingelrest
Hi Roberto, On Mon, 2007-10-08 at 10:59 +0200, Roberto wrote: In order of test my work based on a WSN, I need a real dataset of measaurements provided by sensing. Can anyone help me? It depends on what kind of measurements you are looking for. We have environmental sensing data available on

[Tinyos-help] Problem with motes radio communication

2007-10-08 Thread zahid iqbal
Hi all ! I've written a simple radio communication program that sends data to AM_BROADCAST_ADDR. I m using Packet, Send and Receive interfaces. I have the following questions. how do i identify individual motes addresses. Are they numbered 1, onward. I think thats the mote's ID ie

[Tinyos-help] Mate

2007-10-08 Thread Zheng Liu
Dear All, I am going to use Mate virtual machine. I would like to know if it can run on top of TinyOS v 2.0.2. Thanks so much in advance. ___ Want ideas for reducing your carbon footprint? Visit Yahoo! For Good

[Tinyos-help] Tos-bsl invoke script

2007-10-08 Thread Hristo Bojkov
Some weeks ago I posted a query here in this thread about using COMx as bsl target, not using the standard numbering. So compilation can be started like: make tmote install,0 bsl,COM18 I received no answer. Then I tried to change the tos-bsl by my self in order to be able to compile with

[Tinyos-help] Deluge - why are tmote and telosb different?

2007-10-08 Thread David Henry
When compiling for tmote, Deluge allows 6 images on the external flash whereas telosb only allows 3 images. They both have 1MB of flash, so why the difference?___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] how to improve reliability of the multihop sample?

2007-10-08 Thread Ákos Maróy
I've just deployed 40 T-Mote Sky motes, with a slightly modified version of the multihope oscilloscope sample. basically the modification is that there are 4 sensor inputs sent instead of one (internal voltage and 3 ADC inputs) as the motes were deployed unto a park and the rooftop of a

RE: [Tinyos-help] using bsl for COM ports over 9?

2007-10-08 Thread Todd Roper
Below assuming cygwin on doze... Quick fix is to Start - My Computer - (right click)Manage Click device manager Click Ports (right click)COMX, click on port settings Click advanced button (now change the port to which one you would like to use, even if 'in use' - only override the settings a

Re: [Tinyos-help] using bsl for COM ports over 9?

2007-10-08 Thread Ákos Maróy
Todd Roper wrote: Below assuming cygwin on doze... yes.. thanks for the quick fix, but sounds quite tedious, as upon every new mote connected, the driver assigns a new id, so I'd have to go the device manager every time.. got bored, and flashed all of them on Linux.. thanks for the help

[Tinyos-help] Re: [Tinyos-devel] Removing useless wrappers from tos/system

2007-10-08 Thread John Griessen
Philip Levis wrote: On Oct 2, 2007, at 2:01 PM, David Gay wrote: They are presumably a left-over from when we required all things ending in C to be configurations. Proposal: get rid of these configurations, i.e., rename the *P module to *C. I'll do this next week if I hear no screams... I

Re: [Tinyos-help] Re: [Tinyos-devel] Removing useless wrappers from tos/system

2007-10-08 Thread David Gay
On 10/8/07, John Griessen [EMAIL PROTECTED] wrote: Philip Levis wrote: On Oct 2, 2007, at 2:01 PM, David Gay wrote: They are presumably a left-over from when we required all things ending in C to be configurations. Proposal: get rid of these configurations, i.e., rename the *P module

[Tinyos-help] RE: Using blaze

2007-10-08 Thread David Moss
Hi Gustavo, First off, glad to see someone trying out this radio stack even though there's no commercial hardware available. I think the main problem here is the TinyOS 2.x baseline interfaces recently changed and are not compatible with TinyOS-2.0.2. The AMPacket, Packet, AMSend, etc.

[Tinyos-help] Python problem on Mac OSX can't find subprocess module

2007-10-08 Thread Peizhao Hu
Hi when I try to use the tinyos command tos-storage-stm25p in command line, I got the following error: Traceback (most recent call last): File /sw/bin/tos-storage-stm25p, line 51, in ? from subprocess import Popen, PIPE ImportError: No module named subprocess I found the subprocess.py

Re: [Tinyos-help] Python problem on Mac OSX can't find subprocess module

2007-10-08 Thread Peizhao Hu
I found the problem myself. to use subprocess module, you will need to have = python2.4 to verify your python. 1. open a terminal 2. run python 3. run import subprocess, if you have python installed properly you shouldn't see any error message. in my case, I have python2.4 and python2.5

[Tinyos-help] mote connection with matlab

2007-10-08 Thread S. M. Mahdi Alavi
Hi everybody:- After setting Matlab to connect with tmote, and running Matlab when tmote has been connected to PC, I have the following error: groupID = 7D nameofconnection = [EMAIL PROTECTED]:tmote Warning: The value of local variables may have been changed to match the