[Tinyos-help] AES

2011-02-17 Thread Mefteh Afef
Good morning every body, I want the algorithme AES with TINYOS ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] IBM mote runner and IRIS motes

2011-02-17 Thread sofia aparicio
Hello, I would like to know if somebody has used the IBM mote runner enviromment with IRIS motes. Do you recommend to use it? I have being working with tinyos-2.x and iris motes using cygwin. Thank you very much. Sofia

[Tinyos-help] Read data from a FIFO using the I2C connector‏

2011-02-17 Thread sofia aparicio
Hello, I want to connect a FIFO to an IRIS mote using a MDA100 sensor board and I would like to read the data received from the FIFO using the I2C connector. It is the first time that I have to do something like that. Could you please explain to me what do I need to do? Do you know any

[Tinyos-help] [PATCH] rf230 BaseStation stuck on sending with fresh svn versions (r5427, mulle, rfxlink)

2011-02-17 Thread Roger Larsson
I think the following patch fixes the problem in the correct way... (Not completely tested but initial testing is positive) /RogerL -- Roger Larsson, Research Engineer Division of Mobile Networking and Computing Luleå University of Technology SE-931 87 Skellefteå

[Tinyos-help] Channel AT86RF212 for 868 MHz European band

2011-02-17 Thread Manuel Delamo
Hi, I have a question, what is the channel number to the AT86RF212 radio chipset works in 868 MHz European band? I have seen in the RadioConfig.h file this directive: #define RF212_DEF_CHANNEL11, but the channels 11-26 are not for the 2,4 GHz band? Excuse me for my poor English. Thanks in

Re: [Tinyos-help] TinyOS Question

2011-02-17 Thread acamap
Hello Phil, Yes, before I have reviewed the configuration of the TOS Environment to indicate the Java's calsspath. This is my tinos.sh: a@a:/opt/tinyos-2.1.1$ cat tinyos.sh #! /usr/bin/env bash # Here we setup the environment # variables needed by the tinyos # make system echo Setting up for

[Tinyos-help] TinuOS received packet size

2011-02-17 Thread Debasmit Banerjee
Hi all, In my application, I need to send packets of variable size. Also, can the receiver check the size of the received packet. I know that you can change the size of the message using TOSH_DATA_LENGTH. But is it possible to send messages with different sizes in the same application. I read

Re: [Tinyos-help] TinuOS received packet size

2011-02-17 Thread Michael Schippling
That is exactly right. The payload size you specify in the send() is the length that is received, where the maximum size is TOSH_DATA_LENGTH or whatever they call it these days. MS Debasmit Banerjee wrote: Hi all, In my application, I need to send packets of variable size. Also, can the

Re: [Tinyos-help] TinuOS received packet size

2011-02-17 Thread Debasmit Banerjee
Thanks! But is there any way for the receiver to check the size of the packet it receives? Also, I currently use BareSendMsg.send() to send messages. I don't think there is any way to specify the size using that. I found that there is a SendMsg.send() which has a 'length' argument. Is that used to

[Tinyos-help] DynamicThreads in TOSThreads

2011-02-17 Thread ranal fernando
hi all, i created a dynamic thread. (Similar to Blink_DynamicThreads) but when i use DynamicThread.destroy(thread_id*) the thread does not stop. here is how i do it //sample code event void Boot.booted() { i=0; call MilliTimer.startPeriodic(5000); call

[Tinyos-help] Java not found, not installing JNI code

2011-02-17 Thread zhou2090
[Tinyos-help] Java not found, not installing JNI code sinwel@ubuntu:/opt/tinyos-2.x$ sudo tos-install-jni Java not found, not installing JNI code sinwel@ubuntu:/opt/tinyos-2.x$___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Micaz and mts300/mts310 microphone to sample sound

2011-02-17 Thread 崔晓宗
Hi, I am using Micaz and MTS310 sensorboard's microphone to sample the sound, and I got the following data 594 361 493 494 424 592 515 489 562 426 447 451 458 562 But I don't know how to use and parse these data. If I want to konw the sound is relatively large or small, how should I calculate

Re: [Tinyos-help] BlinkToRadio Installation error on micaz mote

2011-02-17 Thread Iris Leong
Figured this out. Trivial! make micaz install - returns the following mkdir -p build/micaz .. .. uisp -dprog=dapa --wr_fuse_h=0xd9 -dpart=ATmega128 --wr_fuse_e=ff --erase --upload if=build/micaz/main.srec.out --verify /dev/parport0: No such

[Tinyos-help] MSP430-GCC ERORR

2011-02-17 Thread Sameera Haqawi
Hi all I managed to compile Micaz but was not able to compile Telosb wiht Blink. Although there is msp430, it cant seem to get the files. May I know what can i do to rectify it? I'm using TinyOS2 from Crossbow. Thanks DIDENT_PROGRAM_NAME_BYTES=66,108,105,110,107, 0 -DIDENT_USER_ID=hippo