[Tinyos-help] Meshnetics Serial Bootloader for Linux

2010-06-12 Thread Angela Perez
Hi, I'm trying to use the meshbean mote platform under Linux. However I'm missing the USB Serial Bootloader that used to be available at this page: http://pervasive.researchstudio.at/portal/projects/meshprog The site seems to be down :-( If anybody has the software meshprog-0.1.2.tar.gz, I'd

[Tinyos-help] Does anybody have any Tmote Invent motes for sale?

2009-10-09 Thread Angela Perez
Hi all, I'm looking for one (or more) TMote Invent mote to buy. We need this for a legacy project. If anybody has such a mote and is willing to sell it (we can arrange it via ebay) please contact me. Thanks --a ___ Tinyos-help mailing list

[Tinyos-help] Advise about career in WSNs in the US

2009-09-26 Thread Angela Perez
Hi all, This might be off-topic, so I apologise in advance. I have just completed my PhD (sensor networks) in a United Kingdom university. I would very much like to continue my research in a US-university as a postdoc / research assistant / research fellow. I was wondering if anybody has any

Re: [Tinyos-help] plzzzzzzzzzzzzzzz, how can i define topology??????

2009-05-12 Thread Angela Perez
The error you are getting indicates a classpath problem. Try echo $CLASSPATH on a command line - you should get some output. If you get nothing back, your CLASSPATH setting is incorrect (read more if you want here http://www.kevinboone.com/classpath.html - general about Java classpath, not

Re: [Tinyos-help] Can't build objects

2009-05-12 Thread Angela Perez
Hi, Can you be more specific? Are you getting a make error and if so what it say? Please send the exact command you use and the output you are getting back. Thanks --a On Tue, May 12, 2009 at 1:46 PM, Ana de Pablo anita@gmail.com wrote: Hello everyone, I'm trying to work with

Re: [Tinyos-help] Python Indentation error(TOSSIM)

2009-05-02 Thread Angela Perez
Hi, As the error states you need to indent the line in the body of the loop. i.e. ... [press tab] s = line.split() Thanks --a On Sat, May 2, 2009 at 4:57 AM, H S h_shi...@yahoo.com wrote: Hello everyone.. I m doing the tutorial of TOSSIM on wiki http://docs.tinyos.net/index.php/TOSSIM

[Tinyos-help] Deluge without a basestation

2009-04-20 Thread Angela Perez
Hi, Is the following possible using Deluge T2: I want a mote (say mote X) to re-program a selected neighbor in the network (say mote Y), without X being a base station connected to a serial port. Re-programming will take place when some condition specific to my app is true. If X has an image

[Tinyos-help] A question about maté on TinyOS 2 .x

2009-02-19 Thread Angela Perez
Hi, I was wondering if there is something functionally equivalent to Maté in TinyOS 2.x. My understanding is (please correct me if I'm wrong): - Deluge can be used for reprogramming entirely - Drip can be used for for sharing data items such as params Does anybody know of any bytecode

Re: [Tinyos-help] unable to inject packets dynamically

2009-02-16 Thread Angela Perez
Do you have a Java SDK installed? If so is it in your PATH? make is complaining that it can't find javac. If you have it installed put it your PATH and it will work. Thanks -a On Mon, Feb 16, 2009 at 5:51 PM, BHARATHI MANJULA K cs0...@pec.edu wrote: hi all, i am trying to inject packets

Re: [Tinyos-help] help

2009-02-14 Thread Angela Perez
found no motes (using bsl, auto) make: ***[bsltest] Error 1 Does anyone know how to deal with this problem? With a mote plugged in on a USB port on a terminal window (in Xubuntu) type 'motelist' - if no devices are picked up then there is some additional configuration that you need to do on

Re: [Tinyos-help] nesc help

2009-02-08 Thread Angela Perez
Hi, AFAIK, there is no square root included for you. You can have a look at http://www.embedded.com/98/9802fe2.htm for some square root implementations. The simplest method is Babylonian http://en.wikipedia.org/wiki/Methods_of_computing_square_roots -- or you can write your own. Thanks -a On

[Tinyos-help] problem with 6lowpan

2008-09-28 Thread Angela Perez
Hi, I 'm trying to get 6lowpan to work following the steps from the README file in the tinyos-2.x-contrib/berkeley/b6lowpan. Everything builds fine, but when I try to run the serial tunnel driver (Step 3, point 2 of the README) by executing sudo ./serial_tun /dev/ttyUSB0 telosb, I get the

Re: [Tinyos-help] procps for TinyOS?

2007-12-05 Thread Angela Perez
or the Avrora project) you could get runtime estimates of the distribution of processing power by counting the number of executions of key operations. This would be much cheaper (in terms of processing overhead) than actually measure execution times. Cheers, Urs Angela Perez schrieb: HI

[Tinyos-help] procps for TinyOS?

2007-12-04 Thread Angela Perez
HI Guys, Just wondering if anybody knows any TOS tools that would show information about processes running inside a mote (something like top, vmstat, etc...although over-simplified) Eg. would be useful to know how much cpu/memory in user mode and how much is taken by TOS kernel (timers,

[Tinyos-help] float data type in TinyOS

2007-10-28 Thread Angela Perez
Hi guys, Could you give me some advice if I want to use float as a data type in my programs? For example say I want to send a packet containing a float to another mote. Am I right in thinking that float is not currently supported (or the data types supported are only the nx_ data types that are

[Tinyos-help] ADC port map - tinyos-2.x

2007-10-21 Thread Angela Perez
Hi guys, I'm trying to port the code for the SBT80 sensor board (for Tmote Sky) from tinyos-1.x to tinyos-2.x. I 'm not an expert on hardware nor an Elec Eng.so here goes my question. On tinyos-1.x there is an interface ADCControl which had a bindPort function for port re-map in the ADC

[Tinyos-help] Sensing Light with Tmote (Sky)

2007-07-30 Thread Angela Perez
Hi Everybody, Does anybody have any code for T2, to read values from Light, Temperature or Humidity Sensors? I 'm new to TinyOS, and I follow the tutorial, but only has code for Voltage. Thank you very much in advance Angela ___ Tinyos-help mailing

[Tinyos-help] Fwd: Sensing Light with Tmote (Sky)

2007-07-30 Thread Angela Perez
Actually, I found this http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2007-July/026360.htmland it explains it - thanks to *Aleksandr. Tried the example just now and it works :) Sorry for x-posting. Angela * -- Forwarded message -- From: Angela Perez [EMAIL PROTECTED