Re: [Tinyos-help] How to compile java?

2006-09-01 Thread HyungJune Lee
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] Upgrading from TinyOS 1.x to TinyOS 2.x

2006-09-01 Thread Max CORTIANA
I've followed the article "Upgrading from TinyOS 1.x to TinyOS 2.x", located at page "http://www.tinyos.net/tinyos-2.x/doc/html/upgrade-tinyos.html"; and now my old Tinyos-1.x and 2.0 share the same cygwin installation. The problem I had was the creation of 2 scripts used to modify environmen

[Tinyos-help] Deluge 2.0 write error while pinging

2006-09-01 Thread Firat TARAKTAS
Hi to all, I want to apply Deluge 2.0 in my mote which is new in the market but like telosb structure, using MSP430 and CC2420. I first installed FlashFormat application, then DelugeBasic. Then i ran Serialforwarder and type "java net.tinyos.tools.Deluge --ping" I saw "write error" on gui of

RE: [Tinyos-help] RE: Range micaz motes

2006-09-01 Thread Michael Collett
Hi, If you have MoteVeiew (which comes with xbow developer kits) then this has a facility for programming motes. Part of the GUI for this includes options to set the transmission power (as well as radio band). You make the application beforehand, then select the .exe file from your build direct

[Tinyos-help] Can use Deluge in TinyOS 2.0?

2006-09-01 Thread Chong Hui Kim
  I have installed TinyOS 2.0. In TinyOS 1.x, I used Deluge for multiple image download. But I couldn't find in TinyOS 2.0. Where is it? Does not it been supported yet? ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https:

Re: [Tinyos-help] How to compile java?

2006-09-01 Thread Greg Maki
Orlando Delgadillo wrote: im running tinyos-2.x and trying to do Tutorial lesson 4 but i have problems compiling TestSerial. Im able to compile Listen in java directory but not in the apps directory For example in /opt/tinyos-2.x/apps/tests/TestSerial i write javac TestSerial.java and

[Tinyos-help] MTS300 Microphone

2006-09-01 Thread antonio gonga
Does anyone have just worked with MicC? I need your help, I'm developing an aplication that I need to capture and reproduce(playback) the acquired audio. I've received a data from microphone but i dont know how  I can paly it. Someone said to me that the adc range is 10 or 12 bits. Please if anyone

[Tinyos-help] Develop a new MAC in TinyOS

2006-09-01 Thread Tie Luo
Hi Guys,   Anyone can give a rough outline or simply a pointer to developing a new (CSMA-based) MAC in TinyOS?   Thanks a ton!!-- Regards,Tie ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/ma

Re: [Tinyos-help] RE: Range micaz motes

2006-09-01 Thread Michael Schippling
As I understand it, the rincon tree contributes entirely new radio code, so it may not even use those defines. I haven't looked at it myself. Perhaps you can search the radio source and see... MS Munaretto, Daniel wrote: Yeh, i did the right one. The only strange thing in my program is that i w

Re: [Tinyos-help] MTS300 Microphone

2006-09-01 Thread Michael Schippling
I think one of the java media "libraries" includes .wav and other sound file formats. I'm absolutely certain that I used them once but, of course, can find no evidence to that effect... You may also find that some audio editing programs can import raw data. I just checked Adobe Audition (which co

RE: [Tinyos-help] RE: Range micaz motes

2006-09-01 Thread David Moss
The /contrib/rincon directory contributes radio stack code only for the CC1000 though, not for the CC2420. Looks like you can do a CFLAGS += -DCC2420_DEF_RFPOWER=0x1F in your Makefile to set the RF power manually. If you're editing a different parameter in the MakeXbowLocal file to try to change

[Tinyos-help] make error (Boomerang 2.0.4)

2006-09-01 Thread Ted Herman
Hello any Boomerang-Linux users, I've just downloaded Boomerang 2.0.4 and got an error compiling an app: /opt/moteiv/tinyos-1.x/tos/platform/msp430/HPLUSARTFeedback.nc: In function `VirtualizeAlarmC$0$signalAlarms': /opt/moteiv/tinyos-1.x/tos/platform/msp430/HPLUSARTFeedback.nc:46: internal

Re: [Tinyos-help] make error (Boomerang 2.0.4)

2006-09-01 Thread Joe Polastre
You haven't updated your GCC. The Boomerang installer includes a new patched GCC. -Joe On 9/1/06, Ted Herman <[EMAIL PROTECTED]> wrote: Hello any Boomerang-Linux users, I've just downloaded Boomerang 2.0.4 and got an error compiling an app: > > /opt/moteiv/tinyos-1.x/tos/platform/msp430/HPLU

Re: [Tinyos-help] make error (Boomerang 2.0.4)

2006-09-01 Thread Joe Polastre
ps, see: http://www.moteiv.com/community/Moteiv_Boomerang_Fixes#GCC_causes_segmentation_fault On 9/1/06, Joe Polastre <[EMAIL PROTECTED]> wrote: You haven't updated your GCC. The Boomerang installer includes a new patched GCC. -Joe On 9/1/06, Ted Herman <[EMAIL PROTECTED]> wrote: > Hello any

Re: [Tinyos-help] make error (Boomerang 2.0.4)

2006-09-01 Thread Robert Szewczyk
Hi Ted, make telosb does not use any of the Boomerang code. Some code in Boomerang 2.0.4 triggers bugs within MSPGCC. On August 23, Cory committed patches to the build-mspgcc scripts in tinyos-1.x; you need to rebuild the toolchain. Make sure that you updated build-mspgcc (file size should be

Re: [Tinyos-help] make error (Boomerang 2.0.4)

2006-09-01 Thread Ted Herman
Robert Szewczyk wrote: make telosb does not use any of the Boomerang code. Some code in Boomerang 2.0.4 triggers bugs within MSPGCC. On August 23, Cory committed patches to the build-mspgcc scripts in tinyos-1.x; you need to rebuild the toolchain. Make sure that you updated build-mspgcc (file

[Tinyos-help] A warning when compiling .nc file.

2006-09-01 Thread Kannan Srinivasan
Hi, When I compiled my nesc code for telosb I get the following warning: /opt/tinyos-2.x/tos/chips/msp430/usart/HplMsp430UsartInterrupts.nc:49: warning: control reaches end of non-void function Some of my Uart based communication are working but others are not. I am debugging to see if there is

[Tinyos-help] Error when make pc

2006-09-01 Thread nazrul hazeri
Hi there, Could some one help on this,   I've try to make pc to the nesC programming to use the TOSSIM,but when i try it this error occurred   /opt/tinyos-1.x/tos/platform/pcnido.h:63:'TOSH_NUM_NODES' undeclared here (not in a function) /opt/tinyos-1.x/tos/platform/pcnido.h:63: enumerator val