[Tinyos-help] Best practice to incorporate customized module into TinyOS?

2010-02-08 Thread UGlee
Dear All: I want to know what is thre recommended best practice to incorporate the customized module into TinyOS? For example, if I want to have a customized SchedulerBasicP module in some apps. The simplest way is to directly replace the orignal one in source tree but that's not a good idea

Re: [Tinyos-help] Driver to communicate Android phone and TelosB

2010-02-08 Thread Till Maas
On Sun, Feb 07, 2010 at 04:21:46PM +0800, Le Thanh Long wrote: Can anyone let me know where I can find the source code for driver of TelosB?My issue:I want to connect Telosb with Android handphone, which already support USB port. I want to read and write data from handphone to TelosB. I

Re: [Tinyos-help] warning classpath

2010-02-08 Thread Till Maas
On Sun, Feb 07, 2010 at 01:18:11AM -0800, f-ay...@live.fr wrote: I have installed tinyos 1.1.11 and I have this warning WARNING: CLASSPATH may not include '.' (that is, the symbol for the current working directory). Please add '.' to your CLASSPATH or you may experience configuration

Re: [Tinyos-help] Driver to communicate Android phone and TelosB

2010-02-08 Thread Ruben Rios
Hello, I don't know how to do it, the only thing I can tell you is that Android should have USB host, but I guess you already knew that. Anyway, keep us post it with any progress you make. Regards 2010/2/7 Le Thanh Long lethanhl...@ymail.com Dear All, Can anyone let me know where I can

[Tinyos-help] Strange behavior of MeasureClockC/Atm128Calibrate on IRIS motes

2010-02-08 Thread Andreas Weigel
Hello everybody, I'm working with tinyos 2.x on an IRIS platform. I need to wait for or set an alarm to 140 microseconds to get an energy detection value from the RF230 radio chip. As far as I understand TEP102 and some correspondence on this newsgroup

Re: [Tinyos-help] Driver to communicate Android phone and TelosB

2010-02-08 Thread Till Maas
On Mon, Feb 08, 2010 at 09:39:49AM +0100, Till Maas wrote: The android phone needs to have a usb host interface, if you want to connect to a TelosB without soldering. The TelosB node uses a common serial to usb converter, therefore you can look at the usb-serial kernel module for source code.

Re: [Tinyos-help] Strange behavior of MeasureClockC/Atm128Calibrate on IRIS motes

2010-02-08 Thread Janos Sallai
Andreas, The rationale behind the MeasureClockC component is to be able to figure out the clock related fuse settings of the MCU in software. The iris (not unlike the mica*) can be programmed to use an external baud friendly 7.3MHz crystal (default), or the internal oscillator at 8 or 1MHz. If

[Tinyos-help] Voicemail from Nouha Baccour (1 seconds)

2010-02-08 Thread nouha . baccour
Nouha Baccour has sent you a voicemail using Google Talk. It's 1 seconds long. To listen to this voicemail, please download the attached MP3. 798331319.mp3 Description: audio/mpeg ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Voicemail from Nouha Baccour (0 seconds)

2010-02-08 Thread nouha . baccour
Nouha Baccour has sent you a voicemail using Google Talk. It's 0 seconds long. To listen to this voicemail, please download the attached MP3. 413267937.mp3 Description: audio/mpeg ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Network Coding

2010-02-08 Thread t'aim .
Hello,Any body has Network-coding application please share it or email me .If Network Coding Application is in tinyos2.1.0/apps then whats the name of application.Guys I need that Application plz share here

[Tinyos-help] How to display a message on PC?

2010-02-08 Thread Kartik Siddhabathula
Hi All, I want the mote to send a message to the PC and want the PC to show that message on the screen. Serial Forwarder just increments the counter and Listen shows the packet format. What should I do so that I am able to display the message on the screen? Thanks in advance, Kartik

[Tinyos-help] Problem with MIG

2010-02-08 Thread ncai
Hi All, I am new to Tinyos, and trying the tutorial of Mote-PC serial communication and SerialForwarder. $ java net.tinyos.tools.Listen -comm ser...@com4:telos ran fine. And I followed all the procedures for MIG, but when I try: $java net.tinyos.tools.MsgReader BlinkToRadioMsg -comm

Re: [Tinyos-help] Strange behavior of MeasureClockC/Atm128Calibrate on IRIS motes

2010-02-08 Thread Miklos Maroti
Janos, Andreas and David, From scale.h the scale32(x,a,b) call calculates x*a/b with fixed point arithmetic without overflow. The offset was added to help rounding, but it was not implemented correctly. If you want to calculate x/b, then it makes sense to calculate it as (x + b1)/b to get the

[Tinyos-help] SecureTOSBase

2010-02-08 Thread Dave McGee
Hi there, I'm using TinyOS 1.2 and playing around with TinySec. When trying to make SecureTOSBase, I get the following error: In component `TinySecM': /opt/MoteWorks/tos/platform/micaz/TinySecM.nc: In function `StdControl.init': /opt/MoteWorks/tos/platform/micaz/TinySecM.nc:183: `TINYSEC_KEY'

Re: [Tinyos-help] dymanic node_id allocation

2010-02-08 Thread Janos Sallai
There are a couple ways to do this: 1. Use deluge. You need to program the mote with the golden image once, giving it a node id. The node id will be maintained when the mote is reprogrammed using deluge. 2. Most of the supported motes (mica2, micaz, telosb, iris) have a serial ID chip

Re: [Tinyos-help] How to display a message on PC?

2010-02-08 Thread Jordi Soucheiron
There are many ways to accomplish that. You should check this: http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder 2010/2/8 Kartik Siddhabathula siddhabathulakar...@yahoo.com Hi All, I want the mote to send a message to the PC and want the PC to show that

Re: [Tinyos-help] Strange behavior of MeasureClockC/Atm128Calibrate on IRIS motes

2010-02-08 Thread David Gay
On Mon, Feb 8, 2010 at 11:35 AM, Miklos Maroti mmar...@math.u-szeged.hu wrote: Janos, Andreas and David, From scale.h the scale32(x,a,b) call calculates x*a/b with fixed point arithmetic without overflow. The offset was added to help rounding, but it was not implemented correctly. If you want

[Tinyos-help] Moteiv Tmote Tools 2.0.2 Setup problem

2010-02-08 Thread Riki Tiki
hi all, i was trying to install Moteiv Tmote Tools 2.0.2 on Windows XP 64 bit edition (AMD Opteron Processor 250). while installing it says the following: There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your

Re: [Tinyos-help] How to display a message on PC?

2010-02-08 Thread Jordi Soucheiron
I was able to do what you ask with that tutorial. You could try to provide us with more information and maybe we could give you a better answer. It would be helpful to know: - Where are you stuck? - Have you tried to read the source code from TestSerial.java? - Have you tried to read the source

[Tinyos-help] how to use RF230Control interface in nesC

2010-02-08 Thread Rekha. P
I want to use rf230control interface in my program. For that I have used rf230controlM in the components list and did the wiring as PowerStateM.RF230Control - RF230ControlM; where PowerStateM is the name of my module. But I am getting the error as Component RF230ControlM not found.