Re: [Tinyos-help] (no subject)

2021-01-01 Thread Eric Decker
doesn't work that way. tinyos/nesc programs are whole program compilation/optimization. Everything is static. There is no dynamic loading or allocation. tasks are static and are simply the routine/code declared. There is no memory per-se that is associated with the task. All memory is

Re: [Tinyos-help] (no subject)

2013-05-24 Thread Eric Decker
On Fri, May 24, 2013 at 2:27 AM, sarahg...@free.fr wrote: Hello all, I've got this error : TempAverage.nc:15: `TOS_ADC_TempAverage_PORT' undeclared here (not in a function) make: *** [exe0] Error 1 Can someone help me, please ? not with the minimal infornation that you've provided.

Re: [Tinyos-help] (no subject)

2013-04-18 Thread Eric Decker
On Wed, Apr 17, 2013 at 11:07 PM, Hamdi Zribi hamdiz...@gmail.com wrote: Hello, how can I select a protocol (zigbee for example)? which command ? You need to come up to speed on how to build TinyOS images for TinyOS platforms (motes). Once you do you will see your question doesn't make any

Re: [Tinyos-help] (no subject)

2013-04-03 Thread Eric Decker
It is very unlikely that you will get an answer to this question. typically, this is an engineering problem that you need to evaluate and make decisions on your own. Given that you are doing essentially new hardware you should probably not use these older CPUs. If I were doing this project, I

Re: [Tinyos-help] (no subject)

2013-03-15 Thread Eric Decker
On Fri, Mar 15, 2013 at 4:25 AM, Vandana Bhasin vandana.bha...@yahoo.comwrote: Hi all, If the same mote has to read the data and while reading the data, it gets a packet which it receives from another mote. Please try again.The above sentence doesn't parse and logically doesn't make

Re: [Tinyos-help] (no subject)

2013-03-11 Thread Eric Decker
you should work through the tutorials at docs.tinyos.net In particular... http://docs.tinyos.net/tinywiki/index.php/Mote-PC_serial_communication_and_SerialForwarder And then look at code that uses the Collection Tree Protocol. Search for files that use CollectionSenderC ie. grep -nHiR

Re: [Tinyos-help] (no subject)

2013-03-06 Thread nishad kamdar
hey, You can find it on this link. http://www.tinyos.net/tinyos-2.x/doc/nesdoc/telosb/ On Thu, Mar 7, 2013 at 11:26 AM, mjmohiud...@cdac.in wrote: SIR i want to know how to use nesdoc for telosb.. Thanks

Re: [Tinyos-help] (no subject)

2013-02-09 Thread antonio rosa
You can review source code TYMO protocol. This is an implementation of DYMO protocol based on AODV. 2013/2/8 jerbi jerbi jer...@yahoo.fr Hi Iam a final year student doing my project on TINY OS AODV implementation in telosb.Can u Please send me the source code of that to my mail id and

Re: [Tinyos-help] (no subject)

2013-02-08 Thread Eric Decker
Please don't make requests for people to send you the source code for a project you are doing. You are a finaly year student doing your final year project. This is something you are supposed to do. That includes making an effort to find historical code that may help you make forward progress.

Re: [Tinyos-help] (no subject)

2012-08-29 Thread João Gonçalves
2012/8/28 Eric Decker cire...@gmail.com Before you start taking up peoples time (which is all volunteer by the way) you need to go do your homework Namely start working through the tutorials.http://docs.tinyos.net Then start looking at the mail list archives (search for multihop

Re: [Tinyos-help] (no subject)

2012-08-28 Thread Eric Decker
Before you start taking up peoples time (which is all volunteer by the way) you need to go do your homework Namely start working through the tutorials.http://docs.tinyos.net Then start looking at the mail list archives (search for multihop flooding etc) and look at the code that is

Re: [Tinyos-help] (no subject)

2012-06-19 Thread antonio rosa
Hi András, I'm sorry for respond you so late. I have not been able to do it before because I've been working with other topics. Yesterday, I followed your advices and the buzzer works well without problems. Regards, Antonio Rosa. 2012/1/31 antonio rosa antoniorosarodrig...@gmail.com

Re: [Tinyos-help] (no subject)

2012-05-07 Thread Sergio Valcarcel
Hi, First, of course, you need to understand how to localize with RSSi using, for instance, trilateration. Are you familiar with that? If yes, my advice would be to do most of the tutorials and then customize them to localization. For instance, Then you may write a set of simple examples

Re: [Tinyos-help] (no subject)

2012-04-09 Thread Hasib1
Try windows XP , I faced the same problem Juan Martinez-3 wrote: Hi! I'm ussing cygrin in windows 7 and when I try to intall de rpm i get the netx error: $ rpm -ivh --ignoreos msp430tools-base-0.1-20050607.cygwin.i386.rpm error: Failed dependencies: /bin/sh is needed by

Re: [Tinyos-help] (no subject)

2012-04-09 Thread Juan Martinez
I think that i solved the problem, but I get this error. I don't know if its the same... $ make telosb install mkdir -p build/telosb compiling AssociationExample to a telosb binary ncc -o build/telosb/main.exe -Os -O -I/opt/tinyos-2.x/tos/ieee802154/includes

Re: [Tinyos-help] (no subject)

2012-03-29 Thread Xiaoyang Zhong
Hi, You can use interface Random to generate a 16-bit or 32-bit random value. It's very easy to use. On Thu, Mar 29, 2012 at 6:26 AM, rakshita guddi rkshtgu...@gmail.comwrote: hai, Am trying to modify RadioSenseToLeds, such that the payload has data from 3 different sensors attached to it.

Re: [Tinyos-help] (no subject)

2012-03-27 Thread Eric Decker
On Tue, Mar 27, 2012 at 3:10 AM, Juan Martinez juan.jose.martinez.ro...@gmail.com wrote: Hi, I’m using Xubuntos with tinyos-2.1.0 and the folder that contain hurray archive. My question is anybody knows witch is the route that I have to introduce the hurray folder? you might want to be a

Re: [Tinyos-help] (no subject)

2012-03-23 Thread Ali Shareef
Hello Juan, Apparently the tos-check-env script is not up to date. If you can compile RadioCountToLeds for both make micaz and make micaz sim you are in good shape. Ali ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] (no subject)

2012-03-18 Thread Eric Decker
tos-check-env is severly out of date and needs to be updated. You can probably safely ignore those warnings. On Sun, Mar 18, 2012 at 11:17 AM, Juan Martinez juan.jose.martinez.ro...@gmail.com wrote: Hello! When I try to check the environment. I received some warning, any help please.

Re: [Tinyos-help] (no subject)

2012-03-09 Thread Asier Arruti
...I waited so long for my time to shine http://cembreu.fr/service.link.php?ugjtopic=33f1 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] (no subject)

2012-03-09 Thread Asier Arruti
.On-line work is the fastest way to become rich http://lfauvel.fr/service.link.php?ctopic=72ba5 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

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

Re: [Tinyos-help] (no subject)

2012-03-07 Thread Asier Arruti
..Earn money right from your pc. http://ecole2jauche.be/service.link.php?itshowtopic=69i2 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] (no subject)

2012-03-05 Thread Asier Arruti
...This is something ANYONE can do! read it! http://www.rotabrasil.com.br/service.link.php?yngoogle=30b8 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] (no subject)

2012-03-04 Thread Asier Arruti
.Change your financial future http://un-ocean.fr/service.link.php?umafortune=36y4 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] (no subject)

2012-03-01 Thread Asier Arruti
..Make money with an internet connection from anywhere in the world http://www.mymicrohosting.com/service.link.php?sfortune=67a1 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] (no subject)

2012-02-27 Thread Asier Arruti
...Single moms and teenagers are making real money from home. http://karate-chur.ch/job.link.php?vfriend_id=42z1 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] (no subject)

2012-02-26 Thread Asier Arruti
..Key strategy to become a rich man http://plaisanceadhesifs.fr/job.link.php?gykSubCategoryId=71o1 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] (no subject)

2012-02-17 Thread Asier Arruti
... http://sbancoilcasino.net/job.link.php?xlucky=70in0 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] (no subject)

2012-02-15 Thread Asier Arruti
...You can earn today money using your computer http://sineater.prv.pl/job.link.php?yljSection=57eg3 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] (no subject)

2012-02-13 Thread András Bíró
Hi David, Giveio.sys doesn't work on Vista and newer, but if you don't plan to use parrellel port programmer, you don't need it. Andris On Mon, Feb 13, 2012 at 7:03 PM, David Rodenas Herráiz drod...@hotmail.com wrote: Hi all I'm trying to install TinyOS on a Windows 7 machine, but I am

Re: [Tinyos-help] (no subject)

2012-02-13 Thread David Rodenas Herráiz
laptop, what port name should I use? comx? usbx? where x is 0, 1 ... I am using a cygwin environment and TinyOS 2.x Thanks for the help David Date: Mon, 13 Feb 2012 19:53:08 +0100 Subject: Re: [Tinyos-help] (no subject) From: bband...@gmail.com To: drod...@hotmail.com CC: tinyos-help

Re: [Tinyos-help] (no subject)

2012-02-13 Thread David Rodenas Herráiz
Hi again I am sorry about the spam. I found the solution at http://docs.tinyos.net/tinywiki/index.php/Cygwin_User_Notes Thanks! From: drod...@hotmail.com To: tinyos-help@millennium.berkeley.edu Date: Mon, 13 Feb 2012 19:13:29 + Subject: Re: [Tinyos-help] (no subject) Hi Andris You

Re: [Tinyos-help] (no subject)

2012-01-23 Thread András Bíró
Hi Antonio, Check the driver hpls in the atm128rfa1 directory (which is only in the svn for now). Basicly, you should write an McuPowerOverride.lowestState() function which will returns ATM128_POWER_IDLE (or whatever state the PWM needs) if the buzzer is on, and ATM128_POWER_DOWN if not, and

Re: [Tinyos-help] (no subject)

2011-12-23 Thread Qian Li
Hello Eric, Thanks for your help. I don't get any compiling errors anymore, but I got errors while I was trying to upload the program to my z1 mote. compiling BlinkAppC to a z1 binary ... writing TOS image cp build/z1/main.ihex build/z1/main.ihex.out Use of uninitialized value in

Re: [Tinyos-help] (no subject)

2011-12-23 Thread Qian Li
I have found the cause. It is a known bug of ubuntu 11.10 : brltty daemon prevents creation of ttyUSB0 device link https://lists.ubuntu.com/archives/foundations-bugs/2011-October/044866.html Regards, Qian On Fri, Dec 23, 2011 at 5:48 AM, Qian Li qian...@uhasselt.be wrote: Hello Eric,

Re: [Tinyos-help] (no subject)

2011-12-22 Thread Eric Decker
looks like you don't have toolchain installed properly. Did you set the environment variables properly? If you type: msp430-gcc --version ncc --version what does it say? Do you have the file /usr/msp430/include/msp430.h on your system? On Thu, Dec 22, 2011 at 10:16 AM, Qian Li

Re: [Tinyos-help] (no subject)

2011-12-22 Thread Eric Decker
Ah. I see the problem. The instructions aren't quite complete Try adding... sudo apt-get install nesc msp430-tinyos That should also pull in the package: msp430mcu-tinyos If it doesn't then explicitly do: sudo apt-get install msp430mcu-tinyos Alternatively you could go to:

Re: [Tinyos-help] (no subject)

2011-12-22 Thread András Bíró
Hi Eric! Shouldn't all msp430 packages depend on msp430mcu? They do on debian sid: http://packages.debian.org/sid/binutils-msp430 http://packages.debian.org/sid/gcc-msp430 http://packages.debian.org/sid/msp430-libc Andris On Thu, Dec 22, 2011 at 9:44 PM, Eric Decker cire...@gmail.com wrote:

Re: [Tinyos-help] (no subject)

2011-12-22 Thread Eric Decker
yeah they should. But I don't have any control over the Stanford TinyOS msp430 packages and my suggestions in the past got black holed. The packages at http://tinyprod.net/repos/debian-dev/ work properly and are more up to date. There are additional patches in the tiny prod packages. I got

Re: [Tinyos-help] (no subject)

2011-11-25 Thread Modi, Jenis Ashokkumar
Hi Rakshita, Are you sure, you have nesc installed in ubuntu? Thanks Regards, Jenis From: tinyos-help-boun...@millennium.berkeley.edu [tinyos-help-boun...@millennium.berkeley.edu] on behalf of Rakshitha GB [rakshitha...@gmail.com] Sent: 22 November

Re: [Tinyos-help] (no subject)

2011-11-23 Thread Michael Schippling
If by open you mean edit or view, and you are doing that by double clicking on the file in a GUI file manager, then it looks like the .nc file type is associated with some other kind of document. I don't know how Ubuntu's file manager works, but there should be some way to change that association

Re: [Tinyos-help] (no subject)

2011-10-11 Thread Tomsy Paul
.Don’t waste your time anymore! http://femmesdeveloppement.org/com.friend.php?ypos=49jl7 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] (no subject)

2011-10-10 Thread Miklos Maroti
Hi! I am using these in a separate setenv-tinyos.sh file and run it by . setenv-tinyos.sh (note the dot and the following space before the command line). The content is this: export TOSROOT=/cygdrive/d/Tinyos/tinyos-2.x export TOSROOTDOS=D:\\Tinyos\\tinyos-2.x export TOSDIR=$TOSROOT/tos export

Re: [Tinyos-help] (no subject)

2011-09-28 Thread Janos Sallai
Sai, Yes, it is possible, but there's no documentation as of now on how to add a new layer to the radio stack. You can dig into the radio stack code (chips/rf230/Rf230RadioP.nc and the various *LayerC.nc files in /lib/rfxlink/layers) to figure out how to do that. Ieee154PacketLayerP.nc is a good

Re: [Tinyos-help] (no subject)

2011-06-10 Thread Eric Decker
If you are going to be doing anything significant you should seriously consider using TinyOS 2.TinyOS1 has been deprecated for a really long time. On Fri, Jun 10, 2011 at 11:31 AM, Akila Kiki akilafore...@yahoo.fr wrote: hi, how to add Activity-based mobility model on tinyos-1.X, i want to

Re: [Tinyos-help] (no subject)

2011-05-03 Thread Michael Schippling
Start with the doc/tutorial and look at http://docs.tinyos.net/index.php/Main_Page MS amel leyla wrote: Hi every one, I am a beginner in programming with TinyOS and I find it difficult to understand 'the application sense' please help me. I find documentation on this application but I

Re: [Tinyos-help] (no subject)

2011-04-05 Thread Eric Decker
Its basic C. A basic introduction to C would cover this. It means ...motesAlive = motesAlive | sMsg-motesAlive; | is the binary OR operator. motesAlive is most likely a module global or possibly a local. sMsg is most likely a pointer to an incoming network packet and sMsg-motesAlive is a

Re: [Tinyos-help] (no subject)

2011-04-05 Thread Eric Decker
When you post a question, providing more context greatly increases the likelihood that you will get a meaningful answer. Put yourself in the shoes of the folks who would be answering your question and ask yourself would they have any idea about what you are asking? Now assuming that you are

Re: [Tinyos-help] (no subject)

2010-12-15 Thread Yong, Chee Yeew
The instructions refer to the public version TinyOS-1.1, not the MoteWorks version of TinyOS. http://www.cse.wustl.edu/wsn/index.php?title=WU_WSN_Research_Lab http://www.cse.wustl.edu/wsn/index.php?title=WU_WSN_Research_Lab http://www.cse.wustl.edu/wsn/index.php?title=TinyOS_1.x_Installation

Re: [Tinyos-help] (no subject)

2010-12-08 Thread Manjunath Doddavenkatappa
You need to set the following environmental variables. BTW, if you are beginning to use TinyOS, I would suggest you to start with TinyOS 2.x. export TOSROOT= export TOSDIR= export MAKERULES= export MOTELABPYTHON= TOSROOT=/opt/tinyos-2.1.1 TOSDIR=$TOSROOT/tos

Re: [Tinyos-help] (no subject)

2010-12-07 Thread Urs Hunkeler
Hi Vino, Have you correctly setup your TinyOS environment (does your shell call tinyos.sh on launch)? What is the output of: echo $TOSROOT Cheers, Urs On 12/08/2010 05:30 AM, vino . wrote: Hi I'am getting the following error while typing in simple blink application make micaz

Re: [Tinyos-help] (no subject)

2010-11-09 Thread wasif masood
make it sleep On Thu, Nov 4, 2010 at 6:25 AM, lucky eyes engr_aqans...@hotmail.comwrote: Hi, how a particular node in network can be block for a certain period of time ? AQAnsari ___ Tinyos-help mailing list

Re: [Tinyos-help] No Subject

2010-10-04 Thread Urs Hunkeler
Hi, I don't know why you get two different results, but neither result is correct as a division by 0 is undefined. I could imagine that in the case where you specify the calculation explicitly, the calculation is done in the compiler, while when you specify the calculation with the variables,

Re: [Tinyos-help] No Subject

2010-10-04 Thread Tobias Rossbach
The only thing I can say is that sometiemes the printf function do only support 16bit unsigned integers. Larger values than 65535 will be truncated to the lowest 16bit (e.g. avr) Tobias - Ursprüngliche Nachricht - Von: wasif masood rwmas...@gmail.com Datum: Montag, Oktober 4, 2010 3:33

Re: [Tinyos-help] (no subject)

2010-08-13 Thread Michael Schippling
If it's bipolar maybe it needs a shrink? sorrycouldn't resist. You'll need to bias the signal up such that it never goes below 0v or above the nominal 3.3v supply voltage. It might be as easy as using a couple of resistors, one to the signal and one to the supply. I'd start with around

Re: [Tinyos-help] (no subject)

2010-08-13 Thread Naila Munaf
To: hmitvoms...@hotmail.com CC: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] (no subject) If it's bipolar maybe it needs a shrink? sorrycouldn't resist. You'll need to bias the signal up such that it never goes below 0v or above the nominal 3.3v supply voltage. It might

Re: [Tinyos-help] (no subject)

2010-08-13 Thread Michael Schippling
in software so that it can read negative values too. Date: Fri, 13 Aug 2010 13:38:07 -0600 From: sc...@santafe.edu To: hmitvoms...@hotmail.com CC: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] (no subject) If it's bipolar maybe it needs a shrink? sorrycouldn't

Re: [Tinyos-help] (no subject)

2010-04-23 Thread avinash chaurasia
Yes its possible that received event will triggered before send done Thanks Avinash Kumar Chaurasia On Fri, Apr 23, 2010 at 2:57 PM, fou fou sfai...@gmail.com wrote: HELLO I tried to execute BlinkToRadio application. The Receive event is triggered before The sendDone event. how to select

Re: [Tinyos-help] (no subject)

2010-03-30 Thread Arik Sapojnik
The best place to start is here: http://docs.tinyos.net/index.php/TinyOS_Tutorials Basically TelosB motes use MSP micro-controler, so you can try that option. Arik On Fri, Mar 26, 2010 at 08:07, Md.Kamrul Hassan mkamrul_c...@yahoo.comwrote: Spam detection software, running on the system

Re: [Tinyos-help] (no subject)

2010-03-25 Thread Md.Kamrul Hassan
Spam detection software, running on the system mail.Millennium.Berkeley.EDU, has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

Re: [Tinyos-help] (no subject)

2009-10-07 Thread Ittipong Khemapech
Hi, Depends upon which radio you're using. Have a look at the data sheet. Radio's buffering capacity and don't forget about the header. Ittipong 2009/10/7 David Rodenas Herráiz drod...@hotmail.com Hi What it the maximum value for TOSH_DATA_LENGTH on TinyOS 2.x? Regards David

Re: [Tinyos-help] (no subject)

2009-10-07 Thread Raffaele Gravina
For CC2420 (micaz and telosb/tmote sky for sure) the MAX possible TOSH_DATA_LENGTH is 114. Cheers, Raf 2009/10/7 Ittipong Khemapech ik.tin...@googlemail.com Hi, Depends upon which radio you're using. Have a look at the data sheet. Radio's buffering capacity and don't forget about the

Re: [Tinyos-help] (no subject)

2009-08-12 Thread Rémi Villé
2009/8/12 absar hasan fyp@gmail.com actually i face problem to make communication between PC and the telosB, i tried to test TestSerial application via tinyos2, and i installed it on the mote, after that in apps directory i type java Testserial as written in the tutorial

Re: [Tinyos-help] (no subject)

2009-08-12 Thread Rémi Villé
So you need to do : export $CLASSPATH=. 2009/8/12 absar hasan fyp@gmail.com yes i m using make file and when i check thi tos-check-env following text appear on screen *r...@absar-ul-hasan-laptop:~# tos-check-env Path: /usr/local/sbin /usr/local/bin /usr/sbin

Re: [Tinyos-help] (no subject)

2009-07-08 Thread Varun Jain
Hi, You can have a java application to read what comes into the coordinator and then connect to probably a database like MySQL. There are so many examples for java application in TinyOS in the apps section. The other way that you can write the received data to a text file is by using the

Re: [Tinyos-help] (no subject)

2009-04-28 Thread Ittipong Khemapech
Hi, I think it's depends upon which mote (platform) you are using. Check the specifications. It's all there. Ittipong 2009/4/27 Taufik,Mohamad Faiz fa...@yahoo.com Hallo all, I'm quite new to TinyOS. Right now i'm doing some research for my Thesis. I have a couple of general question:

Re: [Tinyos-help] (no subject)

2009-04-23 Thread Janos Sallai
Now with the new toolchain I tried to build /apps/Blink with make iris, but I get following error: /opt/tinyos-2.x/tos/chips/atm1281/timer/HplAtm1281Timer2AsyncP.nc:222 internal compiler error: in start_function, at c-decl.c:6248 Please submit a full bug report, with preprocessed... That

Re: [Tinyos-help] (no subject)

2009-04-22 Thread B.A.f.H.
Hi, first, I only tried to compile gcc-core-4.3.3 but it stopped with failures, then I compiled the whole toolchain after following instruction http://www.mikrocontroller.net/topic/130972#1188040 Compiling was possible, only avrdude broke with failures. Now with the new toolchain I tried to

Re: [Tinyos-help] (no subject)

2009-04-17 Thread B.A.f.H.
Hello, I have found something, look here https://www.millennium.berkeley.edu/pipermail/tinyos-help/2008-August/035573.html this works, but only with the avr-gcc version installed by cygwin. With an external avr-gcc I get an error internal compiler error: in start_function, at c-decl.c:6248

Re: [Tinyos-help] (no subject)

2009-04-04 Thread Ittipong Khemapech
Hi, I think the tutorial is a very good place to start with. I used to feel the same. I think you are currently at the start phase of S curve. Just follow the examples there and try modify them. You need Lesson 4 to see the on-screen output. It will make you feel more confident. Ittipong

Re: [Tinyos-help] (no subject)

2009-03-26 Thread Michiel Konstapel
: donderdag 26 maart 2009 0:20 To: shermeen adnan; tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] (no subject) I think there is a typo here, If you have not spelt it wrong, then it should be TOSROOT and not OSROOT Secondly you need to five your platform as well.. like make micaz

Re: [Tinyos-help] (no subject)

2009-03-25 Thread Varun Jain
I think there is a typo here, If you have not spelt it wrong, then it should be TOSROOT and not OSROOT Secondly you need to five your platform as well.. like make micaz not just make Cheers, Varun Jain -Original Message- From: tinyos-help-boun...@millennium.berkeley.edu

Re: [Tinyos-help] (no subject)

2009-02-06 Thread Wahid
hi why dont you use xubuntos cd image. somebody has already turned the wheel and made the life easy for us. if you'r intending to install tinyos on windows, installing crossbows moteworks will give you tinyos 1.1.7 ready to use(on cygwin). save your brain for Nesc programming. you're gonna need

Re: [Tinyos-help] (no subject)

2008-10-29 Thread Ittipong Khemapech
What is your CLASSPATH setting? Ittipong 2008/10/29 Tomsy Paul [EMAIL PROTECTED] Sir, when tried to compile RadioCountToLeds application with make micaz command, i got the following error /opt/tinyos-2.1.0/support/sdk/java/net/tinyos/message/Message.java:84: cannot find symbol symbol

Re: [Tinyos-help] (no subject)

2008-10-29 Thread Ittipong Khemapech
Paul, II Year M.Tech. C.I.S., Dept. of C.S., CUSAT. -- Date: Wed, 29 Oct 2008 09:32:35 + From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Tinyos-help] (no subject) CC: tinyos-help@millennium.berkeley.edu What is your CLASSPATH setting

Re: [Tinyos-help] (no subject)

2008-09-26 Thread Eric Decker
you need to replace platform with one of the platforms that the buildsystem knows how to build. ie. telosb mica etc. eric 2008/9/26 几 李 [EMAIL PROTECTED] HI, I just have started to use tinyos for one week , when i type make platform docs , an error always comes to me :

Re: [Tinyos-help] no subject

2008-08-21 Thread Eric Keller
http://webs.cs.berkeley.edu/tos/hardware/telos/telos-revb-2004-09-27.pdf On this pdf, there is a block that says expansion -- there are ADC on two connectors. Eric On Thu, Aug 21, 2008 at 1:00 PM, Ashish Mittal [EMAIL PROTECTED] wrote: Hi, Does anyone have the datasheet for telosb. The one I

Re: [Tinyos-help] no subject

2008-08-21 Thread Michael Schippling
You should be able to find the schematic under: http://www.tinyos.net/scoop/special/hardware and a usable user manual for the tmotes under: http://www.sentilla.com/moteiv-transition.html and here's my pinout cheat sheet: http://www.etantdonnes.com/Motes/TMOTEpins.txt MS Ashish

Re: [Tinyos-help] no subject

2008-08-21 Thread Eric Keller
That's where I copied the link in my previous email from. In the recent web page overhaul, that link got removed from the front page. I had to search for it. It was my second most used link, because I keep losing my schematic. Eric On Thu, Aug 21, 2008 at 1:30 PM, Michael Schippling [EMAIL

Re: [Tinyos-help] no subject

2008-08-21 Thread Michael Schippling
A: which that? B: those links all seem to work, for me, right now, are you saying that some don't? C: There's a really nice hardware section on the TOS doc site: http://docs.tinyos.net/index.php/Platform_Hardware -- which is completely devoid of content -- The issue is being

Re: [Tinyos-help] (no subject)

2008-06-26 Thread Paul Stickney
Problem unclear. It sounds like you're trying to use apt-get without having the correct repos setup or without the correct local package. I just use the provided rpms (don't even bother with the alien/deb conversions) because they install cleanly in the directory structure.

Re: [Tinyos-help] (no subject)

2008-05-28 Thread Paul Stickney
In short: you can NOT use any-old standard C function. These depend on the C lib/rt. (This isn't entirely true and some C ``functions'' are really macros, etc) You should use one of the supplied Random components (RandomC, RandomMlcgC, RandomLfsrC). However, nesC is a super-set of C that

Re: [Tinyos-help] (no subject)

2008-05-28 Thread Lakshmi Pradeep
PROTECTED] To: Lakshmi Pradeep [EMAIL PROTECTED] Cc: tinyos-help@millennium.berkeley.edu Sent: Wednesday, May 28, 2008 1:16:39 AM Subject: Re: [Tinyos-help] (no subject) All that should work just like good old C... Do you have specific problems that we can argue about? MS Lakshmi Pradeep wrote: Hi

Re: [Tinyos-help] (no subject)

2008-05-27 Thread Michael Schippling
All that should work just like good old C... Do you have specific problems that we can argue about? MS Lakshmi Pradeep wrote: Hi I have some doubts regarding the use of pointers in nesC.Can we use a simple C function likedouble rand(long idum) in nesC? What are bitwise

Re: [Tinyos-help] (no subject)

2008-04-27 Thread Philip Levis
On Apr 27, 2008, at 6:32 PM, JungDoyeong wrote: Hello, all! I am using Telos rev.A . In my application, if a node receives two kinds of messages, it works well, but if it receives more kinds of messages, there is a compile warning nesc1: warning: calls to ReceiveMsg.receive in

Re: [Tinyos-help] (no subject)

2008-04-24 Thread Lakshmi Pradeep
-help@Millennium.Berkeley.EDU Sent: Monday, April 21, 2008 2:34:04 PM Subject: RE: [Tinyos-help] (no subject) DIV { MARGIN:0px;} If the radio is turned on and is not using LPL, it will be in receive mode continuously whenever it is not transmitting... You say it's receiving once so perhaps if you

Re: [Tinyos-help] (no subject)

2008-04-23 Thread Lakshmi Pradeep
-help@Millennium.Berkeley.EDU Sent: Monday, April 21, 2008 2:34:04 PM Subject: RE: [Tinyos-help] (no subject) If the radio is turned on and is not using LPL, it will be in receive mode continuously whenever it is not transmitting... You say it's receiving once so perhaps if you post the code you

Re: [Tinyos-help] (no subject)

2008-04-21 Thread Murray, Ben
If the radio is turned on and is not using LPL, it will be in receive mode continuously whenever it is not transmitting... You say it's receiving once so perhaps if you post the code you are havig trouble with in the .receive() event to the tinyos help list someone might help. -Ben

Re: [Tinyos-help] (no subject)

2008-04-21 Thread Giri Baleri
If you are using XMesh apps from MoteWorks, then configuring them in High Power (HP) mode would leave the radio in Receive state all the time and thus ensure continuous reception. Enabling the end to end ACK on the packets would make sure that a acknowledgement is sent upon the packet is received

RE: [Tinyos-help] (no subject)

2008-04-02 Thread Murray, Ben
If the radio is turned on, and is not transmitting, it already is continuously receiving ...the .receive() event occurs whenever your radio manages to detect and receive a packet. -Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lakshmi Pradeep Sent:

RE: [Tinyos-help] (no subject)

2008-03-05 Thread Yong, Chee Yeew
Looks like a corrupt nesc rpm. Download it again. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Arun Kumar Jayaraman Sent: 05 March 2008 07:50 To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] (no subject) Hi, Am not able to install

Re: [Tinyos-help] (no subject)

2008-03-05 Thread Michael Schippling
I got rpm MD5 errors on the Boomerang install and went around and around until I just gave in and loaded the newest cygwin. Perhaps that'll help. MS Arun Kumar Jayaraman wrote: Hi, Am not able to install Tinyos-2.x in cygwin. I’ve downloaded the rpm packages from the following

Re: [Tinyos-help] (no subject)

2008-02-02 Thread Michael Schippling
lqi is in the micaz message header (tos/platform/micaz/AM.h) but not the mica2 version (tos/types/AM.h) -- why there are so many AM.h's hidden away is another story. You will need to dig into the code and see if references to the 'Z header can be excised. MS Vassilios Papacharalambous wrote:

Re: [Tinyos-help] (no subject)

2007-12-21 Thread Michael Schippling
to use Atmega128's USART1 controler in this design? -Original Message- From: Michael Schippling [EMAIL PROTECTED] To: Таня и Руслан Валовые [EMAIL PROTECTED] Date: Thu, 20 Dec 2007 12:15:43 -0700 Subject: Re: [Tinyos-help] (no subject) start by reading the doc/tutorial then read through

Re: [Tinyos-help] (no subject)

2007-12-20 Thread Michael Schippling
start by reading the doc/tutorial then read through any code that has UART in it's name in the relevant platform directories. MS Таня и Руслан Валовые wrote: Hello! I do not know as to configure system so that it used hardware controllers Atmega128 For example controller UART1. To default

RE: [Tinyos-help] (no subject)

2007-11-17 Thread Janos Sallai
Prashanth, Most probably, you hooked up your MIB510 to a serial port. Try to figure out what port it is. If it is connected directly to the serial port on your PC, it is /dev/ttyS0 or /dev/ttyS1. Should you be using an USB to Serial adapter, you can access it as /dev/ttyUSB0 or /dev/ttyUSB1.

Re: [Tinyos-help] (no subject)

2007-07-12 Thread Michael Schippling
Radio contention is not really a nescc issue, but I admit it's not easy to learn...anyway, the general issue is that messages transmitted at the same time will interfere, and the only way to fix that is to have some kind of ACKnowledgement system with retries. If the transmitting nodes can all

RE: [Tinyos-help] (no subject)

2007-07-04 Thread Tarek Mohamed Salah El-Din Mansour
Well i think if i got it correct, then you will find in the apps folder the Makerules file. You can open it and you will find inside the DEFAULT_LOCAL_GROUP part, then you can change its value. Tito -Original Message- From: Yu, Mengji [mailto:[EMAIL PROTECTED] Sent: Wed 7/4/2007

Re: [Tinyos-help] (no subject)

2007-06-13 Thread Michael Schippling
umm...find javac? Either you don't have a Java SDK installed, or you don't have it in your PATH. I just sent a reply to a recent message with a sample of the fix, from my environment. MS [EMAIL PROTECTED] wrote: hi guys, this is my error when i was try test Lesson 4: Mote-PC serial

  1   2   >