[Tinyos-help] performance of tinyos for some hundreds Hz frequency sampling

2009-09-17 Thread ivi610
Hello I ran an sense application with a lis3l02dvq mems accelerometer that toggles a led each time i have read a sample. I noticed that below 500 Hz the application hangs off. This corresponds to 16000 cycles for getting a sample at 8 MHz main clock. The hex file for the application is 12000

[Tinyos-help] nesdoc problems

2009-09-11 Thread ivi610
Hello i have problems with generating nesdoc documentation. i use a dedicated meshbean platform. The xml files for components do exist but some html files are missing. When i try this command to force the generation of html files i get an error :

[Tinyos-help] lis3l02dq accelerometer

2009-09-08 Thread ivi610
Hello is anyone aware of the use of the lis3l02dq accelerometer chip in the TinyOs tree? I would like to use this chip and am searching for examples of top level component driver for this chip. Otherwise can anyone explain me how to handle the components that are in the lis3l02dq directory of

[Tinyos-help] lis3lv02dq accelerometer driver

2009-07-27 Thread ivi610
Hello, i developped some hardware mote with a lis3lv02dq mems acceleromter from st-microelectronics. i need a driver for this accelerometer and saw that in the cvs tree there was one chip which is lis3l02dq. I have two questions : - anyone knows if the configuration of these chips, registers,

Re: [Tinyos-help] help needed on uint64_t type

2009-02-05 Thread ivi610
Hello i had the same problem with uint64_t on zigbit modules which include an atmega1281 mcu. i did it with an union : something like that just check the union type in c language! union { uint32 a[2]; uint64 a64; } aunion; print( a[0]) print(a[1]) something like that sould work. it's pseudo

[Tinyos-help] nesdoc problem : help needed

2009-01-05 Thread ivi610
Hello all, i already posted several times on the list but had no answers. I still have problems with nesdoc in the last version of tinyos found on the website. I upgraded python to 2.5.2 with the hope it would solve problems but it doesn't change anything. I use main cygwin base and packages as

[Tinyos-help] make docs problem

2008-12-11 Thread ivi610
Hello i recently installed tinyos 2.1 from tinyos website on cygwin. Since i can't make docs. It seems there is a problem in generating the html file. Here i typed make micaz docs in apps/RadioSenseToLeds : But it is the same for other applications. Here is the system trace : Please help

[Tinyos-help] Re : iris mote shematics?

2008-12-04 Thread ivi610
as i need some? Thank you for the help Best Regards Cyril De : Giri Baleri [EMAIL PROTECTED] À : ivi610 [EMAIL PROTECTED] Cc : tinyos help tinyos-help@millennium.berkeley.edu Envoyé le : Mercredi, 3 Décembre 2008, 17h14mn 51s Objet : RE: [Tinyos-help] iris

[Tinyos-help] iris mote shematics?

2008-12-03 Thread ivi610
Hello, where could i find the hardware schematics of IRIS Mote and if possible of other motes supported by TinyOs? I would like to develop a dedicated sensorboard for it. Thanks for the help. Cyril ___ Tinyos-help mailing list

[Tinyos-help] make docs problem

2008-12-02 Thread ivi610
Hello i have problems with make micaz docs commands : it gives me some errors as reported below. Could you please help me? Thanks # [EMAIL PROTECTED] /cygdrive/c/tinyos/cygwin/opt/tinyos-2.x/apps/RendezVous $ make micaz

[Tinyos-help] tinyos.jar missing some classes : bug?

2008-12-01 Thread ivi610
Hello, i still have issues with java and Oscilloscope application under tinyos2.1 It seems it misses net.tinyos.message in the tinyos.jar. See below. Moreover, i can't compile tinyos.jar it gives me some errors when i type make under opt/tinyos 2.x/support/sdk/java. Does Tinyos2.1 have a bug with

[Tinyos-help] Re : tinyos.jar missing some classes : bug?

2008-12-01 Thread ivi610
Cyril De : Janos Sallai [EMAIL PROTECTED] À : ivi610 [EMAIL PROTECTED]; tinyos-help@millennium.berkeley.edu Envoyé le : Lundi, 1 Décembre 2008, 17h33mn 48s Objet : Re: [Tinyos-help] tinyos.jar missing some classes : bug? The tinyos.jar file seems to be OK

Re: [Tinyos-help] Using GPS module on MTS420CA

2008-12-01 Thread ivi610
Hello there does exist the driver, in Moteworks for sure, and i remember i have seen another driver for the gps from another contributer. Bye Cyril ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] java issues tinyos.jar

2008-11-28 Thread ivi610
Hello i have installed tinyos 2.1 but have some issues whith tinyos.jar. I tried to compile Oscilloscope application but it fails. I also tried to compile tinyos.jar with make tinyos.jar but fails also. Any idea? Thanks ##

[Tinyos-help] Re : java issues tinyos.jar

2008-11-28 Thread ivi610
: Mehmet Akif Antepli [EMAIL PROTECTED] À : ivi610 [EMAIL PROTECTED] Cc : tinyos help tinyos-help@millennium.berkeley.edu Envoyé le : Vendredi, 28 Novembre 2008, 9h41mn 20s Objet : Re: [Tinyos-help] java issues tinyos.jar Hi, Try opening a console under /opt/tinyos-2.1.0/support/sdk/java and type 'make

[Tinyos-help] crossbow moteworks sensorboard drivers

2008-11-25 Thread ivi610
Hello, i would like to know if the drivers of sensorboards in moteworks are compatible with tinyos 2.x. it seems it is not the same interfaces for sensors in moteworks and tinyos 2.x. For example, the drivers for mts310 in tinyos 2.x uses the read interface although in moteworks it uses adc

[Tinyos-help] xbow mts420

2008-09-09 Thread ivi610
Hello i use Moteview with mts420 and everything is ok excepted that i can't set the data rate less than 3 secs. When i send the command to set the data rate to 0.3 sec it says it's been acknowleged but in fact it is not ( it's 3 secs). How can i change the data rate of mts420? Furthemore, is

[Tinyos-help] problems with TestSerial : serial link issues : SOLVED

2008-06-26 Thread ivi610
Hello in fact the mib510 switch must be off in order to the board to be able to send packets over the serial link. Cheers - Hello i uploaded the TestSerial into a mote micaz and ran the TestSerial application on a pc. So i have one

[Tinyos-help] problems with TestSerial : serial link issues

2008-06-24 Thread ivi610
Hello i uploaded the TestSerial into a mote micaz and ran the TestSerial application on a pc. So i have one micaz with embedded TestSerial into a mib510 connected to a pc running java TestSerial. But i have some problems : first, the pc based TestSerial doesn't send the packets at a rate of 1Hz

[Tinyos-help] Re : Re : Re : can't compile Blink

2008-06-17 Thread ivi610
d'origine De : Tiny User [EMAIL PROTECTED] À : ivi610 [EMAIL PROTECTED]; tinyos-help@millennium.berkeley.edu tinyos-help@millennium.berkeley.edu Envoyé le : Mardi, 17 Juin 2008, 9h51mn 09s Objet : Re: Re : Re : [Tinyos-help] can't compile Blink you do not have the variables PATH and JAVA_HOME

[Tinyos-help] can't compile Blink

2008-06-16 Thread ivi610
Hello all, i've installed tinyos-2.0 but i have problems while compiling Blink. It seems make can't find some include files like atm128hardware.h and others What should i do? I have no idea, please help!! Thank you very much