[Tinyos-help] transmision power and broadcast

2007-03-19 Thread fatima cabot
Hi. I would like to know if there is a way of setting the power of transmision for nodes, based on distance, or what would it be the formula to calculate the equivalent for a number of db, and which variable is the one for this (noise, path_loss_exponent...) (I'm working on TOSSIM, T2) Different

[Tinyos-help] iMote2 + TinyOS 2

2007-03-19 Thread Federico Spadini
Hi, I've been pounding away at tinyOS2 on the iMote2 platform and have experienced a few bugs. Whenever I try to read multiple i2c sensors, there is some sort of bus conflict (or other problem I'm just not seeing). Sometimes it will read all of the sensor data, other times it will return all

Re: [Tinyos-help] Does anyone have experience coonecting a TMote Sky to a PDA

2007-03-19 Thread Urs Hunkeler
Hi André, I heard that the Pocket Loox from Fujitsu-Siemens have a USB host controller: http://www.fujitsu-siemens.com/products/mobile/handhelds/index.html I don't have personal experience with those devices. If you look up Windows CE or Windows Mobile in the mailing list, you should find

[Tinyos-help] injecting packets

2007-03-19 Thread fatima cabot
Hi. I have an application with sends and receives am packets. Now I want to inject a packet from Python and I want each node to receive it and be able to read its content and tell apart from both types of message What is the right way to do this?I think tutorial is a bit fuzzy about this

[Tinyos-help] PORT 66/ 67/ 23/ 26 INPUT_CHANNEL_A0 to A4

2007-03-19 Thread Alborz Sedaghat
Hello all. I am trying to understand a program that someone else has written.(it misses comments or any kind of information) He is using Port 66/ 67/ 23/ 26/ 34/ 35, how can i find out to which PIN on the Tmote Sky they are connected to? He is also using INPUT_CHANNEL_A0 to A4, can i assume

[Tinyos-help] Sense Application for

2007-03-19 Thread Shiplu Rashid
Hi, Has anybody written the component to sense the Light sensor of Tmote Sky? If yes then can he/she send it to me as an attachment? Because, I didn't install the contrib for TinyOS 2.x. and when I tried today, I couldn't connect the Source Forage of TinyOS 2.x. Thanks in advance. /Shiplu Rashid

Re: [Tinyos-help] Does anyone have experience coonecting a TMoteSky to a PDA

2007-03-19 Thread André Miguel de Almeida Marrão Rodrigues
Thanks for the link, they have an interesting product. André Rodrigues - Original Message - From: Urs Hunkeler [EMAIL PROTECTED] To: tinyos-help@Millennium.Berkeley.EDU Sent: Monday, March 19, 2007 10:46 AM Subject: Re: [Tinyos-help] Does anyone have experience coonecting a TMoteSky

[Tinyos-help] Tmote sky-boomerang-duplication-not sending

2007-03-19 Thread siva prasad
Hi all I am using Tmote sky modules and moteiv's boomerang package..!! I have written an application which will sense 6 ADC signals @1ms...and get a cumulative sum of each ADC value(which is required for my appli) over 1000 samples...means i am sending 1packet/sec...and this application has

Re: [Tinyos-help] Sense Application for

2007-03-19 Thread Philip Levis
platforms/telosa/chips/s1087 platforms/telosa/chips/s10871 Phil On Mar 19, 2007, at 4:53 AM, Shiplu Rashid wrote: Hi, Has anybody written the component to sense the Light sensor of Tmote Sky? If yes then can he/she send it to me as an attachment? Because, I didn't install the contrib for

[Tinyos-help] Wireless two channels sensor

2007-03-19 Thread Nicolas de Vicq
Hello, I'm working on a wireless sensor. My sensor has two channels connected to the 12 bits ADCs A0 and A1 of the MSP430. I have to write a driver for read the data on the two channels at 1Khz and to write it in a data frame send to the radio buffer. My idea is to organize the data like

[Tinyos-help] Errors in compiling Blinkmicaz under Boomerang

2007-03-19 Thread Munaretto, Daniele
Hi all, I installed correctly Boomerang on my notebook. It works fine with tmote sky motes, but if should I work also with micaz motes? (and I have to work with both!) I mean, the tinyos-1.x folders are already included, so I thought to do make micaz in opt/tinyos-1.x/apps/Blink as test. The

[Tinyos-help] detect network connectivity while running an aplication

2007-03-19 Thread virginia estellers
Hi everybody, I'd like to know wich motes every one can see in the radio-channel while running an aplication that senses light an send the measures through the radio. Is there anything already implemented on the packages? Is that what Surge does? How? If not, I guess I should make every mote

[Tinyos-help] SimpleCmd Tossim 1.x??????

2007-03-19 Thread preeti k
Hello, I am trying to run the application given in lesson 7 of tinyos1.x. I have it installed on cygwin and i am using the simulator Tossim. My understanding of the application is that PC (Serialforwarder) injects packets into the network through the serial port (TOSBase/TransparentBase) which

Re: [Tinyos-help] transmision power and broadcast

2007-03-19 Thread Benjamin Madore
On Mon, March 19, 2007 6:31 am, fatima cabot said: Hi. I would like to know if there is a way of setting the power of transmision for nodes, based on distance, or what would it be the formula to calculate the equivalent for a number of db, and which variable is the one for this (noise,

Re: [Tinyos-help] Errors in compiling Blinkmicaz under Boomerang

2007-03-19 Thread Joe Polastre
Boomerang does not include avr-gcc or the tools required for compiling for platforms other than Tmote Sky or Tmote Invent. -Joe On 3/19/07, Munaretto, Daniele [EMAIL PROTECTED] wrote: Hi all, I installed correctly Boomerang on my notebook. It works fine with tmote sky motes, but if

RE: [Tinyos-help] Errors in compiling Blinkmicaz under Boomerang

2007-03-19 Thread Munaretto, Daniele
Ok. For this reason I installed avr-gcc later on, before obtaining those errors. So should I use in one side mote-iv and on the other the standard tinyos? (I have to run micaz and tmote nodes) Strange, however, because mote-iv gives you all the folders also for running apps for other platforms.

[Tinyos-help] setDestination problem

2007-03-19 Thread fatima cabot
Hi. I'm injecting packets in the network from Python. I use the packet object, and use 'setDestination' method in order to tell it to send the packet to mote 0 (for example). Problem is that when I run the application, every node seems to receive that packet. Do I also need to check TOS_NODE_ID

Re: [Tinyos-help] transmision power and broadcast

2007-03-19 Thread Benjamin Madore
On Mon, March 19, 2007 11:38 am, fatima cabot said: Nice try, but I am working in T2 , and I think python doesnt know .h files (so it cant use its macros) I am aware your using TinyOS 2.0. You READ THE FILE, and copy the values over. I never indicated any macros, just constant values, when

Re: [Tinyos-help] PORT 66/ 67/ 23/ 26 INPUT_CHANNEL_A0 to A4

2007-03-19 Thread Joe Polastre
Hi, Please see pages 6-7 of the Tmote Sky datasheet, which show the connections from the MSP430 microcontroller to the expansion connector. http://www.moteiv.com/products/docs/tmote-sky-datasheet.pdf -Joe On 3/19/07, Alborz Sedaghat [EMAIL PROTECTED] wrote: Hello all. I am trying to

[Tinyos-help] Help

2007-03-19 Thread Vasudha K
Hi, I need help in coding a light sensor program. Can you suggest me the interface and the configuration. Thanks Vasudha - Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sites to find flight and hotel

[Tinyos-help] TinyOS

2007-03-19 Thread Gaston Tamboura
Hello, I am using a MDA 100 board. I added a sensor to the board. How i can modify the sense program to read data from a motion sensor. In the program should I specify the ADC I am using? How does Sense know it is reading the light sensor? ___

[Tinyos-help] How to get tmote sky working.

2007-03-19 Thread Conard, Andrew
Hi, We are currently running on the mica2 platform and would like to upgrade to tmote sky. There doesn't seem to be any good documentation (tmote's site contains dead links to zip files) for how to upgrade to this platform. We are running Windows XP by the way. What software tools do we need

[Tinyos-help] How to read EKG signal from expansion connector

2007-03-19 Thread Lee Kah Leong
Hi, I am a newbie to the tinyos-2.0. I am trying to read the signal data from telosb expansion connector which is ADC0. Can anyone show me how can i do so and any example? It is i have to wire it to some file in adc12? I can't understand the readme file there.

[Tinyos-help] Configuration file for TOSSIM

2007-03-19 Thread [EMAIL PROTECTED]
Currently tossim only compiles for micaz - but the network configuration file example (and provided the 15x15 grid text files) are for mica2. What are the implications for running a micaz simulation against a mica2 radio configuration file? Many thanks, Stephen Brown Department of

[Tinyos-help] Sampling multiple channels at different samplerates

2007-03-19 Thread Oussama Chougna
Hi, I'm using a Tmote Sky which has a TI-MSP430. And I hope someone could help me with these two questions. What is the best solution to sampling multiple channels (4 channels) each on different sample rates? The MSP430ADCMultiple interface has a bind() command to do some settings,

[Tinyos-help] Surge-View by MIB600

2007-03-19 Thread william
Hello, i am using tinyos 1.x + windows xp on laptop which doesn't have a com port. so i am using a network cable for connecting it to MIB600 + micaz. I am able to burn the program using the cable however MOTEVIEW program and Surge View are not running at all. i am using

[Tinyos-help] RUNNING TOSSIM

2007-03-19 Thread Vanesa Hurtado Gonzalez
Hi!! I've compiled Blink in TOSSIM successfully typing make micaz sim as in the instructions of lesson 11, but when I try run it , I get this error: [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink# python Python 2.4.3 (#2, Oct 6 2006, 07:52:30) [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2 Type

RE: [Tinyos-help] iMote2 + TinyOS 2

2007-03-19 Thread Phil Buonadonna
Federico, Where/which version of the sensorboard are you using? Are you also using the battery boards? Be aware that the sensorboard may have several bugs, including an i2c addressing conflict w/ a unit on the battery board. The published code assumes these bugs have been fixed. Is it possible

Re: [Tinyos-help] Wireless two channels sensor

2007-03-19 Thread Michael Schippling
Look into how mig is used in demo apps like Oscilloscope and SimpleCmdMsg to convert a .h struct definition into Java classes that can be used on the host side. There seem to be a lot of bit manipulation features in the mig generated code which may help with your un-packing. On the TOS side,

RE: [Tinyos-help] iMote2 + TinyOS 2

2007-03-19 Thread Federico Spadini
Hi Phil, I have to apologize for the lag, I'm currently studying in Italy so I have a bit of a time change problem! I will snap some photos tomm. morning and mail them to you straight away, however if this helps I remember the date is 05-17-06 which is the board which has the following problems:

[Tinyos-help] How to receive messages over the UART?

2007-03-19 Thread Steven West
Hi, I haveconnected a mote to a digital camera with a serial interface. I am able to transmit to the camera using the UART but I am having difficulty when trying to receive the acknowledgements it sends back. Ideally when a byte is received I need an interrupt to be flagged to enable me to

Re: [Tinyos-help] How to receive messages over the UART?

2007-03-19 Thread André Miguel de Almeida Marrão Rodrigues
Hello I'm doing my first steps in TinyOS and have sucessefuly write code to comunicate with an rs232 device. Did you used the technique presented at the MoteIV support to have access to the UART because it is also used by the radio. Besides that I also used USARTDATA.rxDone and it worked, did

[Tinyos-help] where is the libpython ?

2007-03-19 Thread Meiying Su
Hello everyone , when i compile the TOSSIM in T2, the bash will give me some error messages.ichecked according to the Appendix A,I cannot find out the libpython ,but i get the python.h, so i don't know how to set the PLATFORM_LIB_FLAGS in the sim.extra file . could you give me some