[Tinyos-help] I2c on MDA320

2007-11-06 Thread cyberkiwy
we're searching for a guide to use MDA320 to get imput by an external sensor using the i2c protocol. Any hints? thank you a lot! -- Cyb3rk1wy!! ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] xubunTOS virtual machine in Ubuntu 7.10

2007-11-06 Thread Erwing Sánchez
Hi! I've been trying to install Kevin Klues' XubunTOS' VMware approach in Ubuntu 7.10 with unsatisfactory results... does any one have been able to do it? It seems that the ubuntu's canonical repository is not ready for Ubuntu 7.10(Gutsy Gibbon) and therefore it is not possible to obtain VMware

[Tinyos-help] TOSSIM CC2420 Radio Simulation Project??

2007-11-06 Thread rodolfo de paz
Hello all, I am trying to simulate micaz in TOSSIM using TinyOS 1.1.15. I think that this version supports that since I have read in C:\tinyos\cygwin\opt\tinyos-1.x\beta\TOSSIM-CC2420 a README text file that I should write the command make pc sim,micaz to work with that. However, I obtain an

Re: [Tinyos-help] xubunTOS virtual machine in Ubuntu 7.10

2007-11-06 Thread Wouter Horré
Hi, Try this repository: deb http://ppa.launchpad.net/cschieli/ubuntu gutsy main restricted universe multiverse See also: https://bugs.launchpad.net/ubuntu/+source/vmware-player/+bug/135358 regards Wouter On Tuesday 06 November 2007 11:50:54 Erwing Sánchez wrote: Hi! I've been trying to

Re: [Tinyos-help] xubunTOS virtual machine in Ubuntu 7.10

2007-11-06 Thread Alban Hessler
Hi, You can also download directly from vmware, www.*vm*ware.com I have gutsy and it works without problem here. However, if you go for wmware server, beware you have there is a small change to make in gutsy in order to see the USB devices in the VM. (

[Tinyos-help] How can I measure the SNR using telosb motes?

2007-11-06 Thread sergio mena doce
I'm working with tinyOS-2.x under Ubuntu using telosb motes and I would like to measure the SNR. In the folder apps/tests/cc2420/ there is an application called RssiToSerial that allows me take samples of the Rssi. What do you advice me to measure the Signal To Noise ratio when I'm receiving

[Tinyos-help] handling multiple send/receive types? do I need multiple new AMS enderC as X?

2007-11-06 Thread Murray, Ben
Hi I am trying to write a program that needs to be able to cope with a number of different message types, usually of different lengths. These different message types needed to be routed to different parts of my application for processing depending on their type. Likewise, each note needs to be

[Tinyos-help] WSN Deployment Survey

2007-11-06 Thread Jan Beutel
Questionnaire on WSN Deployments/Applications This is an informal questionnaire on experience, expectation and generally a broad practical overview of different wireless sensor network deployments that have been done in the

[Tinyos-help] RE: about Blaze CC1100 radio stack

2007-11-06 Thread David Moss
There are some docs available in tinyos-2.x-contrib\blaze\docs, showing the architecture of the Blaze radio stack. It's not dependent upon microcontroller, but your platform does need to have some wiring and stuff setup. This must be done manually. To start, take a look at the

[Tinyos-help] CntToRfmAndLeds

2007-11-06 Thread Abdullah Kadri
I downloaded the application on the first micaz mote and it worked fine. The leds go on according to the counter. I need now to see how the message is transmitted to another mote using Rfm. I need to download the program on another mote. What is the method to change the address of the second mote?

RE: [Tinyos-help] I2c on MDA320

2007-11-06 Thread Giri Baleri
The MDA320 uses TI chip PCF8574A for I2C bus. You can find the details about the protocol etc. from the datasheet below. http://focus.ti.com/lit/ds/symlink/pcf8574a.pdf Hopefully, that will provide you the info you are looking for to write your driver code. Giri

[Tinyos-help] How to catch sendDone() in tython?

2007-11-06 Thread Antonio C
Hi all, a short question: i'm trying to catch SendMsg.sendDone() in my tython script.. i have created an event handler (in tython) from net.tinyos.sim.event import * from simcore import * def catch(event): print event interp.addEventHandler(catch,UARTMsgSentEvent) now in my nesc code i

Re: [Tinyos-help] xubunTOS virtual machine in Ubuntu 7.10

2007-11-06 Thread Erwing Sánchez
Thanks for your advice. Actually, I'm interested in vmware server, which I downloaded and installed manually without huge trouble. As you mentioned, now I'm having problems with USB devices in Gutsy. I'll see what I can do and let you know if find out how to effectively program tmotes. Thanks!

Re: [Tinyos-help] handling multiple send/receive types? do I need multiple new AMS enderC as X?

2007-11-06 Thread Michael Schippling
In T1 (I assume T2 is only _slightly_ different in some curious way)... A header file defines all the message structures and AM_ types. Your config file has a line for each message type: // Host commands to be received RoboMsgM.RCmdStartMsg - GenericComm.ReceiveMsg[AM_ROBOCMDSTARTMSG];

RE: [Tinyos-help] handling multiple send/receive types? do I need multiple new AMS enderC as X?

2007-11-06 Thread Murray, Ben
Thanks for the reply! Seems (curiously) similar in T2...I think? I have a few different send/receive going on now. My question about accessing AMSenderC.Packet (which is likely a T2 thing that I've picked up from one of the example/tutorial programs) still remains though: I've used the same

Re: [Tinyos-help] CntToRfmAndLeds

2007-11-06 Thread Michael Schippling
You may be able to use the same TOSish mechanism to set IDs. Here's an example from a recent tmote build: /opt/tinyos-1.x/tools/make/msp/set-mote-id --objcopy msp430-objcopy --objdump msp430-objdump --target ihex build/tmote/main.ihex build/tmote/main.ihex.out-0 0 There is a similar version

[Tinyos-help] Energy Consumption in Motes.

2007-11-06 Thread Old Maven
I was wondering, of all the activities in this group, How do you guys actually measure the energy consumption in your motes at run-time ? ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] problem with McuPowerOverride

2007-11-06 Thread mejda chouaieb
Hello All, I'm trying to compile the Null application for my new Platform and I have these errors : _ In file included from /opt/tinyos-2.x/tos/chips/JN5139R1/McuSleepC.nc:7, from

Re: [Tinyos-help] xubunTOS virtual machine in Ubuntu 7.10

2007-11-06 Thread Kevin Klues
Any input you can give me about problems as well as solutions let me know, and I'll add them to the tutorial. Kevin On Nov 6, 2007 9:47 AM, Erwing Sánchez [EMAIL PROTECTED] wrote: Thanks for your advice. Actually, I'm interested in vmware server, which I downloaded and installed manually

Re: [Tinyos-help] CC2420 Radio Stack Simulation

2007-11-06 Thread David Valencia
Thanks, I appreciate it! I will take a look at what you got. Dave Hi! You can get my TinyOS tree from here: http://hinrg.cs.jhu.edu/git/?p=razvanm/tinyos-2.x.git The interesting things are in the tos/chips/cc2420. -- Razvan ME On Mon, 5 Nov 2007, David Valencia wrote: Razvan,

RE: URGENT: The same prob with Re: [Tinyos-help] Problem in running tos-install-jni

2007-11-06 Thread John Filion
Hi Phuong, Thank you for the information. That does appear to fix my problems in the Cygwin environment. I think there is a bug in the tos-install-jni script, though. It looks like it tests to see if JAVA is installed using the tos-locate-jre --java command. But, before it tests for sucess,

Re: [Tinyos-help] CC2420 Radio Stack Simulation

2007-11-06 Thread Razvan Musaloiu-E.
Hi! You can get my TinyOS tree from here: http://hinrg.cs.jhu.edu/git/?p=razvanm/tinyos-2.x.git The interesting things are in the tos/chips/cc2420. -- Razvan ME On Mon, 5 Nov 2007, David Valencia wrote: Razvan, Yeah this sounds good. Thanks. Dave Hi! On Mon, 5 Nov 2007, David

Re: [Tinyos-help] xubunTOS virtual machine in Ubuntu 7.10

2007-11-06 Thread Alban Hessler
Hi, So far in fact, I have problem in installing VWware tools, but that's a general problem of VMware (and linux kernel bigger than .18). Just the inode structure change, and I haven't modified the makefile of the installer in a correct way yet. I need the tools to have a shared folder with the