Re: [Tinyos-help] RUNNING TOSSIM

2007-03-20 Thread Wouter Horré
Hi, On Monday 19 March 2007 16:50, Vanesa Hurtado Gonzalez wrote: > >>>m = t.getNode(32); > >>>m.bootAtTime(45654); > >>>t.runNextEVent() This is a typo in the tutorial. Try t.runNextEvent()... > Traceback (most recent call last): > File "", line 1, in ? > File "TOSSIM.py", line 230, in >

[Tinyos-help] boomerang SPC in TOSBase

2007-03-20 Thread Tiago Camilo
Hey list, is there any implementation of the TOSBase application that works with the boomerang SPC? If i change the Comm interface with the SP, does it should work? Thanks, Tiago Camilo ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU h

[Tinyos-help] global variables

2007-03-20 Thread fatima cabot
Hi. I am trying to inject packets in Tossim (T2) from python. I send a packet with some values, in order to make a certain node change its variables. There is only a receive event (and it is only received by the node I want) but when I read variables for the rest of nodes, they have also changed.

[Tinyos-help] Tmote I2C problems

2007-03-20 Thread Miguel Domínguez Durán
Hi everyone, I'm trying to access to an EEPROM memory from a Tmote device through the I2C interface. I'm working with Boomerang distribution. I've been looking at the AD524X interface to extract some ideas for my code (so I've used bus arbitration and the I2CPacket interface) and I've also connect

[Tinyos-help] MSP430 Timer granularity

2007-03-20 Thread André Cunha
Hello all How can I change the timer granularity on the MSP430. I want to create a module wrapper to use timer b with a specified granularity. Thanks in advance for the help Regards, Andre ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkele

[Tinyos-help] Fw: Please Help Me to Continuously READ DATA FROM the EEPROM on a Micaz MOTE

2007-03-20 Thread Thusitha Asela
- Forwarded Message From: Philip Levis <[EMAIL PROTECTED]> To: Thusitha Asela <[EMAIL PROTECTED]> Sent: Friday, March 16, 2007 9:28:36 PM Subject: Re: Please Help Me to Continuously READ DATA FROM the EEPROM on a Micaz MOTE Please send questions to tinyos-help. Phil On Mar 16, 2007, a

[Tinyos-help] Fw: Please help me to make a Mote Continuously Read from EEPROM

2007-03-20 Thread Thusitha Asela
Hi, 1) Could someone please tell me the main points which i must consider in making a Micaz to read from EEPROM continuously without having any external signals? 2) As i know, NesC is all about command and event. Someone call a command implemented in another moudle. Then it does

[Tinyos-help] Using AES support from chipcon in AES

2007-03-20 Thread Dexma Sensors
Hi everybody, I'm working with tmote sky modules and I want to try AES support included in CC2420. Does anyone knows something about that? I noticed also that TinySec module is not included in boomerang distribution, I hope due to experimental state. Is it correct? Thanks and have fun with your

[Tinyos-help] How do you unit test NesC code?

2007-03-20 Thread Serge Smolov
Hello All, Is anyone on this list are doing unit testing of mote's components code? I did a quick search and found nCUnit: http://www.ipvs.uni-stuttgart.de/abteilungen/vs/abteilung/mitarbeiter/eigenes/lachenas/ncunit/start It uses Avrora simulator to run tests. I am using Moteiv Sky motes with

[Tinyos-help] How does the MSP430ADCMultiple interface work on TMote Sky

2007-03-20 Thread Oussama Chougna
Hi all, Does anyone know how to use the MSP430ADCMultiple interface for sampling multiple channels in sequence mode? My goal is to sample 2 channels on 200 Hz, so 200 samples each channel in one second. Like: Sample channel0 Sample channel1 Sample channel0 Etc. 200 times

RE: [Tinyos-help] Using AES support from chipcon in AES

2007-03-20 Thread David Moss
I haven't attempted an implementation yet, but I understand the basics of what would need to happen. It would be great to get a hardware AES-128 layer in the CC2420 radio stack sometime. I'll explain it how I understand it - but again, my knowledge is very basic since I haven't tried it. Ess

Re: [Tinyos-help] Using AES support from chipcon in AES

2007-03-20 Thread mike healy
Here is something I came across recently that might be helpful to you: http://discovery.csc.ncsu.edu/~ksun/CC2420_security.txt I haven't tested the steps yet, it's on my todo list. On 3/20/07, Dexma Sensors <[EMAIL PROTECTED]> wrote: H

[Tinyos-help] Help me to correctly run HFSampling application

2007-03-20 Thread Thusitha Bandara
hi, It gives the following errors. Regards, Bandara. [EMAIL PROTECTED] /cygdrive/c/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/apps/ HFSampling $ make micaz mkdir -p build/micaz compiling HFS to a micaz binary ncc -o build/micaz/main.exe -Os -finline-limit=10 -Wall -Wshadow -DDEF_TOS_A M_GROUP

[Tinyos-help] Mote not sending data

2007-03-20 Thread manu suryavansh
Hi, I am using Tmote sky and Boomerang. I am trying to send two reading in one message by modifying the Delta application in boomerang but the mote is not sending data. I have defined two variables in the structure: reading1 and reading2 and I have defined BUFFER_SIZE as two. The code compiles p

[Tinyos-help] repost: tmote sky modules stop responding when using Delta app.

2007-03-20 Thread bedesign
We currently are using tmote Sky motes with Boomerang 2.0.4 and the fix is installed for “nodes do not appear when using low-power” as per the Moteiv website. The motes are setup indoors and approximately 30 feet from mote ‘0’. On occasion (after a few days) a random mote will stop sending data

[Tinyos-help] info or advice on TOSSIM

2007-03-20 Thread Βάσω Καρυώτη
Hi and sorry that took me so long to write back. I give you here the results after I try this $ cd tinyos-2.x/apps/RadioCountToLeds $ make micaz sim mkdir -p build/micaz javac RadioCountMsg.java RadioCountMsg.java:7: package net.tinyos.message does not exist public class

RE: [Tinyos-help] Using AES support from chipcon in AES

2007-03-20 Thread David Moss
Thanks for sending that Mike, that document looks very useful. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mike healy Sent: Tuesday, March 20, 2007 10:15 AM To: Dexma Sensors Cc: Tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Using AES suppo

[Tinyos-help] Need help in coding.

2007-03-20 Thread Vasudha K
Hi all, I am working on Crossbow Mote and Using TinyOS. I need help in producing a beep sound, when the mote detects light and their is a difference in past and present reading value. Thanks in advance. Vasudha - Expecting? Get great news right away with emai

[Tinyos-help] What's the time unit for LocalTime of Telos?

2007-03-20 Thread Jiakang Lu
Hi all, Does anyone know the time unit for LocalTime interface of Telos? Thank you. Best, Jiakang ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Re: Serial Forwarder - sending packet

2007-03-20 Thread mikcin
Hello, thanks for your reply, your advice was very helpful. I am using tinyos 1.1.7 - there is sf which seems to work only one way (from serial port to TCP socket). Maybe I will try sf from tinyos 2.0. Could you send me sf from this version into my e-mail: [EMAIL PROTECTED] I am a beginner in

Re: [Tinyos-help] How do you unit test NesC code?

2007-03-20 Thread Sarfraz Nawaz
Avrora can only run code for Atmel AVR microcontrollers. Motiev Sky motes use a TI microcontroller. On 3/21/07, Serge Smolov <[EMAIL PROTECTED]> wrote: Hello All, Is anyone on this list are doing unit testing of mote's components code? I did a quick search and found nCUnit: http://www.ipvs.u

Re: [Tinyos-help] Tmote I2C problems

2007-03-20 Thread Ankur Kamthe
Hi Miguel, Assuming your addresses and other things are ok, where/when are you releasing the bus? I had the same problem because the bus was released too soon, so the data was not being written after the address. The fix was to put the ResourceCmd.release in the writeDone event. See the Moteiv i

[Tinyos-help] Regarding Mib gateway Links

2007-03-20 Thread ankur jain
Hi all, I have just started working on tinyos.I am using mica 2 motes and mib-510 gateway.I was wondering whether there is any limit on the no. of motes. with which gatway could be simultaneously connected to. i.e the max. no. of links that a gateway can have at one time.There is no mention o

[Tinyos-help] Regarding magnetometer range

2007-03-20 Thread ankur jain
Hi all, I am doing some experiments with the magnetometer present on the mica mts 310 sensorboard . At present I am using them to detect the magnetic field produced by the magnets placed inside the toy car Currently the change in magnetic field values is noted when car is brought at a distanc