[Tinyos-help] BlockStorageC

2007-06-27 Thread lamiaimeil
Hi all, I have Boomerang 2.0.2 and I'm trying to use BlockstorageC for flash memory. I see only the following warning when I compile but BlockStorageC seems don't work.. Seems I can mount but I can't erase, read or write the flash.. Can someone help me? Thanks.

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

2007-06-27 Thread Nicolas Esteves
Thank you Jan I'll look at this when i have the time :) ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] problem with the command make

2007-06-27 Thread CASTEL Myriam
Hi! I have just installed the MoteWorks of Crossbow. The problem is that when I open the cygwin window, I have the message: bash: $'\r': command not found and when I type make pc in the application directory, the error is: bash: make: command not found Can anybody help me to solve the

[Tinyos-help] Re: Seeking help with Tmotes

2007-06-27 Thread Roman Lim
Hi time gives you the value of the 32khz counter register at the time the sfd had been sent. i cc this email to the tinyos-help mailing list, maybe this is also helpful for others. Roman Mehedi Bakht wrote: Hi Roman, Thanks a lot for your detailed reply. I am having a hard time

[Tinyos-help] Preloading Mote-Storage with Data

2007-06-27 Thread Marek Jawurek
Hi everyone, I need to distribute data to motes prior to simulation. Is there some way to provide data for every simulated mote ? (Or is it a planned feature ?) Marek -- Marek Jawurek [EMAIL PROTECTED] ___ Tinyos-help mailing list

[Tinyos-help] avr-gcc compilation option for tinyos?

2007-06-27 Thread Jin-serk Baik
Hello, To see the feasibility of atmega1280 instead of atmega128, I want to use avr-gcc 3.4.6 or higher version to compile tinyos-2.x. Since the avr-gcc rpm package supplied from the tinyos forum is 3.4.3, I have to compile avr-gcc 3.4.6 itself under cygwin environment. I also compiled and

[Tinyos-help] How to Connect TWO (or more) PCs using Tmote Sky/Connect

2007-06-27 Thread Chonggang Wang
Hi Folks, I have some Tmote connect and Tmote sky. I want to use sensor networks as a bridge to connect two (or more) computers. I am considering the following two approaches. Method #1 – without Tmote connect Connect Tmote sky #1 to PC #1. Connect Tmote sky#2 to PC #2. How to send packets

[Tinyos-help] Another JNI not found error (when it's clearly there)

2007-06-27 Thread John Smith
Hi, I'm using tinyos-2.x on Linux (gentoo). Everything works fine, except Serial comm. I get the error that JNI library is not found, when it is clearly there: [EMAIL PROTECTED] /opt/ibm-java2-i386-50/jre/bin $ ls -l libtos* -rwxr-xr-x 1 root root 89949 Jun 24 19:13 libtoscomm.so The directory

[Tinyos-help] [Collection]

2007-06-27 Thread vazoumana fofana
Hello, ry to i try to test the disseminatiopn application. When i run it the counter displayed biythe basestation is OK. But the other motes ( ID different of one ) doesn t receive the counter of basestation . It doen t blinking . Have i done a mistake with this application ? Someone can help

RE: [Tinyos-help] problem with the command make

2007-06-27 Thread Giri Baleri
It sounds like it has something to do with your Cygwin path variable. In /cygwin/etc/profile file make sure the following line setting the PATH is properly set - export PATH=/usr/local/bin:/usr/bin:/bin:...:$PATH Giri -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Tinyos-help] CC2420 SACK question

2007-06-27 Thread Chieh-Jan (Mike) Liang
According to the CC2420 data sheet, the RXFIFO may be divided between multiple frames, as long as the total number of bytes is 128 or less. This is why I am guess it is the last one successfully read. Thank you Mike roberto pagliari wrote: the FIFO RX queue should have a size for just one

[Tinyos-help] Makerules file for cricket build

2007-06-27 Thread Christopher Jenkins
I replaced the default code on some of my cricket modules and want to reload the default, but upon attempting to build, it cannot find the makerules filer, which is absent from the tools/make directory. How do I generate this file that was not included with the software package? Thank you, Chris

[Tinyos-help] Import error.. no module named simutil.

2007-06-27 Thread sandeep pulluri
Hello All, I am using Tython scripting interface with the Tinyviz visualizer to interact with the running simulation. I used the following comand to invoke the tyhon command line and tinyviz to connect to the simulator. $ tinyviz -run build/pc/main 3 Tython command prompt

[Tinyos-help] Actual usage

2007-06-27 Thread Bernardo Avila Pires
I have a not-so-much tinyos-related question... Where can I find out about some huge existing mote network? -- The truth shall set you free a href=http://www.nerdtests.com/nq_ref.html; img src=http://www.nerdtests.com/images/badge/dc875a1ab1aff18f.gif; alt=I am nerdier than 99% of all people.

Re: [Tinyos-help] Dissemination with Deluge T2

2007-06-27 Thread Chieh-Jan (Mike) Liang
Hi Ryan, The fix was just checked into the TinyOS tree. Could you please try again? Thank you Mike J. Ryan Stinnett wrote: Mike - Sorry I left that part out! I am using MicaZ, so perhaps that is where the difference lies. I've included the commands I used below. They all appear to

[Tinyos-help] Return not allowed in atomic statements

2007-06-27 Thread Benjamin Madore
I was working with the Rincon radio stack. I am only getting this message (return not allowed in atomic statements) when the stack is in my build directory, but not when in the contrib directory. I am using in my makefile -I/workspace/Project/RadioStack -I/workspace/Project/RadioStack/core

Re: [Tinyos-help] extra bytes in packet sent from base station

2007-06-27 Thread Steve McKown
On Tuesday 26 June 2007 04:59:26 pm James Kebinger wrote: Using BlinkToRadio, I'm finding that packets I send out from the BaseStation via python have an extra couple of bytes in the header that the packets from the motes don't have. See below for sample output. Is this unusual? (the extra 00

Re: [Tinyos-help] getting packets from the BaseStation with python. Is anyone doing this?

2007-06-27 Thread Steve McKown
On Tuesday 26 June 2007 04:57:06 pm James Kebinger wrote: I'm working on being able to interact with my mica2 motes (tinyos2.x) via python. I'm playing with BlinkToRadio and BaseStation Using the mig generated python class BlinkToRadio, I still have to manually struct.unpackthat data before i

Re: [Tinyos-help] avr-gcc compilation option for tinyos?

2007-06-27 Thread Steve McKown
Google tinyos avr-gcc for a good bit of info, some postings earlier on this list. Here's the first link google returned when I ran a search: http://thomer.com/tinyos/ Stev On Wednesday 27 June 2007 03:53:49 am Jin-serk Baik wrote: Hello, To see the feasibility of atmega1280 instead of

Re: [Tinyos-help] Actual usage

2007-06-27 Thread Steve McKown
On Wednesday 27 June 2007 02:24:22 pm Bernardo Avila Pires wrote: I have a not-so-much tinyos-related question... Where can I find out about some huge existing mote network? -- Forwarded Message -- Subject: Re: [Tinyos-help] Does anyone know what is the scale of a sensor

Re: [Tinyos-help] Actual usage

2007-06-27 Thread Bernardo Avila Pires
Thank you very much =) 2007/6/27, Steve McKown [EMAIL PROTECTED]: On Wednesday 27 June 2007 02:24:22 pm Bernardo Avila Pires wrote: I have a not-so-much tinyos-related question... Where can I find out about some huge existing mote network? -- Forwarded Message --