Re: [Tinyos-help] Building a new hardware platform

2011-04-27 Thread Jordi Soucheiron
You can also download the tinyos-z1 package. This adds support to a new platform. You'll easily see what files this package changes. *Jordi Soucheiron* Software Engineer jsouchei...@dexmatech.com *DEXMA* Parc Tecnològic Barcelona Nord c/ Marie Curie, 8-14 (Oficina 227) ES-08042, Barcelona t:

[Tinyos-help] Please help reading temperature and humidity using telosb

2011-04-27 Thread Agii Gusti
Hi all, i have a problem in my NesC code. Currently, this code was modified by myself from Oscilloscope application. The goal is how to retrieve temperature and humidity from one mote. Here's my .h file : /* * Copyright (c) 2006 Intel Corporation * All rights reserved. * */ // @author

[Tinyos-help] Fw: Please help reading temperature and humidity, using telosb

2011-04-27 Thread Agii Gusti
- Forwarded Message From: Agii Gusti acoustic_stacc...@yahoo.com To: 王靖 wangj...@gmail.com Sent: Wed, April 27, 2011 3:30:50 PM Subject: Re: Please help reading temperature and humidity, using telosb i have already printed the output using MIG java, nothing comes appear when i

Re: [Tinyos-help] Fw: Please help reading temperature and humidity, using telosb

2011-04-27 Thread Damian Rusinek
Hi Did you check whether the TOSH_DATA_LENGTH parameter is bigger than sizeof local? 2011/4/27 Agii Gusti acoustic_stacc...@yahoo.com - Forwarded Message *From:* Agii Gusti acoustic_stacc...@yahoo.com *To:* 王靖 wangj...@gmail.com *Sent:* Wed, April 27, 2011 3:30:50 PM *Subject:*

Re: [Tinyos-help] Fw: Please help reading temperature and humidity, using telosb

2011-04-27 Thread Agii Gusti
Hmm.. Can you guide me how to check it? my local variable was given by typedef struct that i've define in my .h : /* * Copyright (c) 2006 Intel Corporation * All rights reserved. * */ // @author David Gay // Modified by : I G N Agung R #ifndef HEATSENSOR_H #define HEATSENSOR_H //#define

Re: [Tinyos-help] Fw: Please help reading temperature and humidity, using telosb

2011-04-27 Thread Damian Rusinek
Try to add #define TOSH_DATA_LENGTH 100 in your main app file and see if it works. 2011/4/27 Agii Gusti acoustic_stacc...@yahoo.com Hmm.. Can you guide me how to check it? my local variable was given by typedef struct that i've define in my .h : /* * Copyright (c) 2006 Intel Corporation

Re: [Tinyos-help] Fw: Please help reading temperature and humidity, using telosb

2011-04-27 Thread Agii Gusti
Wow its work, Red Leds doesn't toggled anymore but the Yellow one ( void report sent () success ) . But when i'm running my java application, nothing has appear :(( ig71@Agi-VAIO:/opt/tinyos-2.1.1/apps/HeatSensor/java$ make ncg -target=null -java-classname=Constants java ../HeatSensor.h

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-27 Thread 徐瑞涛
Hi, Thanks for your advice. I did some hacking on the build system and finally found out what I wanted. First of all, it's all known that the build system is located in * TOSROOT/support/make*. In the *README*, you can acquire some basic knowledge about the general build process: generally

Re: [Tinyos-help] Fw: Fw: Please help reading temperature and humidity, using telosb

2011-04-27 Thread Damian Rusinek
Unfortunately I dont know this application from HeatSensor, but I gues you dont send packet to serial, but to radio. 2011/4/27 Agii Gusti acoustic_stacc...@yahoo.com - Forwarded Message *From:* Agii Gusti acoustic_stacc...@yahoo.com *To:* Damian Rusinek damian.rusi...@gmail.com

Re: [Tinyos-help] Fw: Fw: Please help reading temperature and humidity, using telosb

2011-04-27 Thread Agii Gusti
Yes, i send to radio for broadcasting values of sense data. HeatSensor is modified from Oscilloscope application, so it has many similarity. Where i should put #define TOSH_DATA_LENGTH 100 ?? in my .h OR in my Module? From: Damian Rusinek

[Tinyos-help] MultihopOscilloscope doesn't work

2011-04-27 Thread Tommaso Migliorini
Hi to all, I'm working with MultihopOscilloscope but I don't receive the messages from the nodes. Why? Thank you ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Bluetooth communication from Node to mobile

2011-04-27 Thread Shafiqul Amin
Hi, I was trying to test Bluetooth application on Shimmer node. I successfully got the hello.. message on hyper-terminal of my laptop. Later I tried to get the same message on my nokia N97 mobile using J2ME Midlet. In J2ME, to connect any device, we need to define service name. Actually I am not

Re: [Tinyos-help] measure FTSP accuracy in multi-hop

2011-04-27 Thread Janos Sallai
Xiaohui: I want to run FTSP in multi-hop testbeds such as Motelab, which I, as a user, may not be able to convince its operator to install a powerful broadcaster to cover the entire testbed. Given that FTSP has been extensively used in multi-hop testbeds,  I'm really curious how people get

Re: [Tinyos-help] problem with make iris

2011-04-27 Thread Miklos Maroti
Hi! Ok, so uninstall the old avr/gcc, and install the one from tinyos, maybe zou have to force it. Look at this page for details http://docs.tinyos.net/index.php/Installing_TinyOS_2.1.1 Miklos On Wed, Apr 27, 2011 at 5:32 PM, NIRDESH SINGH nirdeshmm...@gmail.com wrote: thanks sir for your

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-27 Thread Eric Decker
Thanks XrtGavin, I'll correct line 29 in the README in the integration branch. I'll also reorganize the information on the wiki to make all this easier to find. thanks for your additions. On Wed, Apr 27, 2011 at 2:15 AM, 徐瑞涛 xrtga...@gmail.com wrote: Hi, Thanks for your advice. I did

Re: [Tinyos-help] [tinyos-msp430] rfxlink for Telos

2011-04-27 Thread Janos Sallai
Steve, On Wed, Apr 27, 2011 at 3:20 PM, steve ayer a...@handhelds.org wrote: i'd like to thank janos for doing this work, because it enabled me to port this stack over to the shimmer platforms, which i just checked in. Great! both time resolutions compile/install/run, but i have not tested

Re: [Tinyos-help] [tinyos-msp430] rfxlink for Telos

2011-04-27 Thread steve ayer
all, i'd like to thank janos for doing this work, because it enabled me to port this stack over to the shimmer platforms, which i just checked in. both time resolutions compile/install/run, but i have not tested timestamping yet (i do have a volunteer already). apologies to janos, but i

[Tinyos-help] I2C Communication interface DOES NOT WORK in tinyos2.1.x

2011-04-27 Thread v.venkatasubraman...@gmail.com
Hi , I am using an Msp430 micro controller and trying to read out the temperature sensor values from a slave using I2C interface. The temperature sensor board is an LTC4151 which is a highside power monitor that has an on board 12-bit ADC to continuously measure high side current, input voltage