[Tinyos-help] Contribution to TinyOS - MSPSim build extra

2011-03-09 Thread David Lee
Hey all, I'm using TinyOS for a university project, and specifically am working with the TelosB motes. I'm also using the YETI plugin for Eclipse, so running any sort of simulation was a bit of a pain. In order to be able to simulate my stuff via the standard build system, I made a custom .extra f

[Tinyos-help] Problem installing Examples on Micaz + MIB520

2011-03-09 Thread Rui Santos
I've installed a Virtual Machine (virtualbox 4.0.4) running an Ubuntu 10.04 and installed TinyOS using the supported Debian Packages. So far so good. When I do: *rui@tinyos:/opt/tinyos-2.1.1/apps/Blink$ make micaz > mkdir -p build/micaz > compiling BlinkAppC to a micaz binary > ncc -o build/mi

[Tinyos-help] Where to buy TelosB

2011-03-09 Thread Jose María Castillo Secilla
Hi all, Could someone say to me where to buy a telosB mote? Thanks! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] normally distributed random numbers

2011-03-09 Thread Anas
Hello, I have implemented a simple average filter, but I am required to generate Random numbers in motes in order to simulate temperature sensing. Currently, there is a Random() function in nesC which is used in the BCP code but there is no version of that function for producing Normally Dist

Re: [Tinyos-help] can?t send message to PC

2011-03-09 Thread trilok i
In what mode setting are you trying to encrypt/decrypt the data. Thanks & Regards, I.Trilok. > Message: 6 > Date: Wed, 9 Mar 2011 15:39:12 +0100 > From: Ruth PM > Subject: [Tinyos-help] can?t send message to PC > To: > Message-ID: > Content-Type: text/plain; charset="iso-8859-1" > > > Hell

Re: [Tinyos-help] Strange problem while building IPBaseStation

2011-03-09 Thread errordeveloper
Why people on this list send reply to personal emails rather then the actul list ??? Pradeep, please try using blip-rpl-devel branch or an older mainstream revision. See a message about blip status on blip-users list archive. On Wed, Mar 09, 2011 at 12:16:15PM -0800, Pradeep BR wrote: > Hello Er

[Tinyos-help] Contribution to TinyOS - MSPSim build extra

2011-03-09 Thread David Lee
Hey all, I'm using TinyOS for a university project, and specifically am working with the TelosB motes. I'm also using the YETI plugin for Eclipse, so running any sort of simulation was a bit of a pain. In order to be able to simulate my stuff via the standard build system, I made a custom .extra f

Re: [Tinyos-help] [Tiny os] Tossim error

2011-03-09 Thread talk2kish
I would assume it was successful. I have a similar version compatibility issue with Python but i don't this displayed. the rest is more or less same. 'ImportError: ./_TOSSIMmodule.so: undefined symbol: _Py_RefTotal' Prathap Mathiyalagan wrote: > > hi > i am doing project in wsn on telosb

Re: [Tinyos-help] Re g: Javac not found

2011-03-09 Thread talk2kish
as Jordi mentioned, you need to install JDK, java development kit which supports compiling and executing java files. G.SIVASANKAR wrote: > > Hi > While compiling TestSerial.nc application,I am getting  > javac: not found  > error.How to fix it.  With regards Sivasankar > >

Re: [Tinyos-help] Could you give me some advice about network reprogramming in tinyos-2.x

2011-03-09 Thread talk2kish
you can use Deluge in T2.x as well! http://docs.tinyos.net/index.php/Deluge_T2 saerdna wrote: > > Hi all, > I want to prepare a survey about network reprogramming, I found Deluge > in > tinyos-1.x. Is there some other network reprogramming tutorial or papers > in > Tinyos-2.x? > If any, plz g

Re: [Tinyos-help] Problem Compiling TOSSIM

2011-03-09 Thread talk2kish
You should look at the location of Python.h file. I have 2.6.6 version installed and I found it at /usr/include/python2.6 set this location to the variable: CFLAGS in sim.extra file restart your terminal. see what happens. Parisa Panjideh wrote: > > Hi all, > > > > I have a problem compil

Re: [Tinyos-help] TOS Simulator

2011-03-09 Thread talk2kish
It depends on what you're looking for. you can use TOSSIM, a tinyos integrated simulator. You need not install anything else if you have installed TinyOS already. if you're using TinyOS 2.x, you can use: make sim example for micaz platform, go to an application folder and type: make micaz sim C

[Tinyos-help] One question about using JTAG to debug MDA300+MicaZ

2011-03-09 Thread Gary Lee
Hi, I have one question about using JTAG to debug MICAz+MDA300: I am using ubuntu + tinyos 2.1.1. Hardware is MIB520+MDA300+MicaZ. The question is: it is difficult for me to physically attach the AVR JTAG ICE to the JTAG interface on the MIB520. Please suggest what I need to do. Thanks, gary ___

Re: [Tinyos-help] tos-bsl upload with telosb

2011-03-09 Thread DEBRAJ DE
Thanks a lot Michael and Doug. I really appreciate the help. It is working now. I needed to install windows installer for gcc for msp430 and avr, and perl, copy tos-set-symbols, but didn't require cygwin. The I run the following from DOS command prompt: perl tos-set-symbols --target ihex main.ih

[Tinyos-help] can´t send message to PC

2011-03-09 Thread Ruth PM
Hello, I have a problem. I´m programing my Telosb mote to perform cryptographyc operations. When I am cyphering data with MD5 Algorithm it works fine, but when i try to do the same thing with AES it cypher the data, I know that because i am using the leds as flags for knowing the secuence o

Re: [Tinyos-help] CTP on Motelab

2011-03-09 Thread Massimiliano Raciti
Hi, I tried to change the code as suggested in the link, and now finally the nodes send data to the sink. It is strange that after one year the problem is still not fixed. Thanks again for your help. Massimiliano On Tue, Mar 8, 2011 at 8:57 PM, Manjunath Doddavenkatappa wrote: > > Sometime back,

Re: [Tinyos-help] An iris mote as a I2C slave?

2011-03-09 Thread Miklos Maroti
Hi Sofia! The MCU is capable to serve as a slave, but there is no driver as far as I know. You must write your own, and read the atmega1281 datasheet. Best, Miklos On Wed, Mar 9, 2011 at 11:37 AM, sofia aparicio wrote: > Hello, > > I would like to know if it is possible to use an iris mote as a

[Tinyos-help] An iris mote as a I2C slave?

2011-03-09 Thread sofia aparicio
Hello, I would like to know if it is possible to use an iris mote as a I2C slave. How can I do that? Thank you very much. Sofia ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.m

Re: [Tinyos-help] Reg: Javac not found

2011-03-09 Thread Jordi Soucheiron
Install jdk *Jordi Soucheiron* Software Engineer *DEXMA* Parc Tecnològic la Salle Sant Joan de la Salle, 42 08022 Barcelona t/f: [+34] 93 181 01 96 www.dexmatech.com jsouchei...@dexmatech.com 2011/3/9 SHIVASANKAR GANESAN > Hi > > While compiling *TestSerial.nc* application,I am getting > > *

[Tinyos-help] Reg: Javac not found

2011-03-09 Thread SHIVASANKAR GANESAN
Hi While compiling TestSerial.nc application,I am getting  javac: not found  error.How to fix it.  With regards Sivasankar ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/ma