[Tinyos-help] May I get example code for TinyOS platform using STM32L processor and CC1100 RF chip?

2012-03-08 Thread 최익성
Dear TinyOS experts. ^^ Thank you very much for your best efforts and great contribution. May I get example code for TinyOS platform using STM32L processor and CC1100 RF chip? I get TinyOS source code for STM32 written by Dr. Thomas Schmid. In this code, there are three platforms for

[Tinyos-help] Problem installing app in MicaZ

2012-03-08 Thread David Rodenas Herráiz
Hi all I have a strange problem on a Windows 7 machine. I am working with TinyOS 2.x and MicaZ, and when I type make micaz install mib520,/dev/ttyS7, I get the following: $ make micaz install mib520,/dev/ttyS7 mkdir -p build/micaz compiling

Re: [Tinyos-help] (no subject)

2012-03-08 Thread Asier Arruti
...Work at home and make speed money! http://www.randonnez.fr/service.link.php?eshowtopic=59e0 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tmote2500 and ez430rf2500

2012-03-08 Thread dhananjay palshikar
Hi I could not find a working radio implementation for ez430rf2500 mote. I started with the tmote2500 radio so that it could be ported to ez430 ultimately. I have been trying to get the tmote2500 target to compile. I am facing some problem with getting tmote2500 target to compile, does anyone

[Tinyos-help] Serial Class not found

2012-03-08 Thread Varun Agrawal
I have been trying to write some sample code from the Mote-PC communication tut, but I keep getting the error that Serial symbol cannot be found. I tried changing my classpath from sdk/java to sdk/tinyos.jar but no effect. Any help please?? -- Yours faithfully, Varun Agrawal B.Tech-III

[Tinyos-help] Serial Class not found

2012-03-08 Thread Varun Agrawal
I got the solution. :) -- Yours faithfully, Varun Agrawal B.Tech-III Computer Science and Engineering National Institute of Technology Surat, India. About Me http://www.about.me/varunagrawal computerCalledVarun() http://computercalledvarun.wordpress.com/

[Tinyos-help] Time sync problem using FTSP

2012-03-08 Thread Ariel1110
Hello all, We are working on time synchronization of TelosB motes. We've implemented TestFtsp on 2 motes, RadioCountToLed on the beacon node, and apps/BaseStation on the gateway node. The code was taken from http://tinyos.cvs.sourceforge.net/tinyos/tinyos-2.x/apps/tests/TestFtsp/ The

Re: [Tinyos-help] Time sync problem using FTSP

2012-03-08 Thread Thomas Schmid
Ariel, Please use the version on the latest tree found here: http://code.google.com/p/tinyos-main/source/checkout The CVS tree is outdate for a while now. - Thomas On Thu, Mar 8, 2012 at 5:41 PM, Ariel1110 ariel.zhou.1...@gmail.com wrote: Hello all, We are working on time

Re: [Tinyos-help] Problem installing app in MicaZ

2012-03-08 Thread Eric Decker
last i remembered, /dev/ttySn is a linux serial port.Try... make micas install mib510,COM7 or possible COM8. But maybe cygwin maps the COM ports to /dev/ttySn ports. But I don't use windows anymore, it had too many problems and was a royal pain in the ass. I switched to Linux and have

[Tinyos-help] Localization using tossim

2012-03-08 Thread Indtiny s
Hi, I want to do WSN based localization using TOSSIM simulator , Can any one suggest how to simulate the localization algorithams . I want to put some 20 node as a reference node and and as blind node which has some mobility . I have installed tinyos and ran some basic example .. Thanks and