Re: [Tinyos-help] [HELP- TINYOS]

2011-11-07 Thread Eric Decker
$TOSROOT/tos/system/SchedulerBasicP.nc On Mon, Nov 7, 2011 at 10:37 AM, Omkar raiker omkarraika...@gmail.comwrote: hello i am working on tinyos scheduler.. can anyone help me with location of scheduler code/ module ?? Thank you ___

Re: [Tinyos-help] help: regarding the project

2011-11-06 Thread Sergio Valcarcel
Hi Shailendra, I recommend you to follow the tutorials: http://docs.tinyos.net/tinywiki/index.php/TinyOS_Tutorials There are some ad-hoc protocols for multi-hoping. You can read about that in those tutorials and references therein. There is also BLIP, an implementation of IPv6, so you can

[Tinyos-help] help: regarding the project

2011-11-05 Thread shailendra jain
i am doing my project on multihop routing in WSN using iris mote over tinyos environment. i am trying to modified some existing codes and trying to simulate those. please you have any simple modified code from tinyos apps . send to me. i will try these as examples for my further learning.

[Tinyos-help] Help with tinyos project

2011-11-03 Thread Alexander86
Hello i want to help me with a part of my thesis project. I want to modify Oscilloscope Application so to measure two sensors from my telosb mote. The sensors are SensirionSht11C for temp and HamamatsuS10871TsrC for light. I made some change i will upload it in an rar file. I only want to use

[Tinyos-help] help : make iris sim working but not make iris

2011-11-02 Thread shailendra jain
Hi, I have installed tiyos using online repository in ubuntu 11.04. Now , i am trying running Blink code . When i use make iris sim command it successfully builds the code showing following message : mkdir -p simbuild/iris placing object files in simbuild/iris writing XML schema to app.xml

[Tinyos-help] help please

2011-10-25 Thread hao liu
I have already booted angstrom on beagle board xM which has USB ports. I want to plug the telosb into the USB port of the beagle board and use the java listener net.tinyos.tools.Listen to listen the serial port of the USB. I did not install TinyOS tools kit on the angstrom (because I do not

Re: [Tinyos-help] help please

2011-10-25 Thread Bíró András
Hi Hau! You should compile the JNI libraries for your platform (it's precompiled in the tinyos-tools package, but only for x86 platforms), and add it to your java libraries. You can found it in /tools/tinyos/java/env and /tools/tinyos/java/serial. But I think it's easier to compile the c version

[Tinyos-help] help

2011-10-19 Thread Raja Manjula
nbsp; i'm working wtih tinyos-2.1.1 in ubuntu 10.04 nbsp; nbsp;when i use the command make micaz simamp;nbsp; i get the following error, can any one suggest me the solution? nbsp; nbsp;manjula@manjula-desktop:~/Blink$ make micaz sim nbsp; nbsp;mkdir -p simbuild/micaz nbsp;

[Tinyos-help] help: implicit declaration of function `TCAST'

2011-10-17 Thread srikanth pasumarthy
Hi all, I am working on GPIO usage on Iris motes. While using AtmegaGeneralIOP.nc component it is giving the following error log for all functions: /opt/MoteWorks/tos/platform/atm1281/AtmegaGeneralIOP.nc: In function `Pin.isOutput': /opt/MoteWorks/tos/platform/atm1281/AtmegaGeneralIOP.nc:57:

[Tinyos-help] help *** No rule to make target 'micaz'. Stop

2011-09-20 Thread zhengxiangwei
hisorry to bother.i am learning to use tinyOS this weeki follow steps tossim wiki but i met a problem. when i am runing $ cd Blink $ make micaz sim it responds *** No rule to make target 'micaz'. Stopi google it.some solution is to export MAKERULES=/opt/tinyos-2.1.0/support/make/MAKERULES or

Re: [Tinyos-help] help *** No rule to make target 'micaz'. Stop

2011-09-20 Thread Eric Decker
you really need to take the time to run through the tutorials. They tell you how to set up your environment properly. You also didn't specify whether you are using windows or linux. but run through the tutorials first.docs.tinyos.net 2011/9/20 zhengxiangwei zxw...@hotmail.com hi

[Tinyos-help] Help

2011-09-19 Thread 程学超
Dear all: Recently I need to familiar with Tinyos-2.1.1 ,and I need to using tinyos with matlab . from the tutorial using tinyos with matlab I can not find the way for tinyos-2.x. so what should I do?do I need to replace my 2.x with 1.x? Appreciate for your help!

[Tinyos-help] help about rf230 radio

2011-09-18 Thread GLC
Dear all, I've used iris sensor node with the rf230 radio. The radio receives any packet that is in the air, I wonder if I can make a configuration that could let the radio sniffs all packets, but receives packets only if they are sent to the base station's address. Does the rf230 radio

Re: [Tinyos-help] help about rf230 radio

2011-09-18 Thread Miklos Maroti
You can do all filtering in the application, no? Miklos 2011/9/18 GLC glc216...@163.com: Dear all,        I've used iris sensor node with the rf230 radio. The radio receives any packet that is in the air, I wonder if I can make a configuration that could let the radio sniffs all packets, but

[Tinyos-help] Help for simulation in tinyos.2.x

2011-08-15 Thread Amin Amin
Hi, Can any one help me for simulation in tinyos 2.x. I can't simule an application. Please help me, Thanks in advance. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Help- Rssi and field group id

2011-08-10 Thread zhiyi
To: Matteo Dany teo.malef...@gmail.com Date: Sun, 16 Aug 2009 02:50:11 -0700 Subject: Re: [Tinyos-help] Help- Rssi and field group id Yes, that's correct. On Sun, Aug 16, 2009 at 2:43 AM, Matteo Dany teo.malef...@gmail.com wrote: Thanks, I should understand, I read the rssi from

[Tinyos-help] help tymo

2011-07-26 Thread euchi Manel
Hi, I want to use tymo and integrate it in my application. Can any one tell me what is the steps to do to integrate tymo. thanks in advance for help ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Help regarding Micro precision timer

2011-07-20 Thread Chintan Kaur
Dear all, I am using tinyos 2 and working on telosb motes. I have to start sending a message after an interval of x micro seconds. I have used milli second timer in the past, but now I need microsecond precision. I would be thankful if someone can point me to components available to achieve the

[Tinyos-help] Help --- periodical broadcasting messages in the UDPEcho app

2011-07-13 Thread Long Cheng
Hi ALL, When I tested the UDPEcho (with both BLIP2.0 and 1.0), I used the tinyos-2.1.1/apps/tests/tkn154/nonbeacon-enabled/TestPromiscuous to capture any packet sent from a TelosB node. I found the TelosB node (running the UDPEcho app) sends out a lot of short packets periodically as follows.

[Tinyos-help] Help in micro tesla

2011-06-26 Thread jyoti suman
Hello Sir I want to simulate CRTBA: Chinese Remainder Theorem-Based Broadcast Authentication in Wireless Sensor Networks Author Jianmin Zhang , Wenqi Yu, Xiande Liu I have installed Tinyos on ubuntu 10.10 and simulate TOSSIM.Now i dont know how to start.CRTBA uses same key chain commitment

[Tinyos-help] help for micro tesla code

2011-06-26 Thread jyoti suman
Hello Sir I want to simulate CRTBA: Chinese Remainder Theorem-Based Broadcast Authentication in Wireless Sensor Networks Author Jianmin Zhang , Wenqi Yu, Xiande Liu I have installed Tinyos on ubuntu 10.10 and simulate TOSSIM.Now i dont know how to start.CRTBA uses same key chain commitment

[Tinyos-help] help

2011-06-25 Thread Jason Fan
hi, i'm a beginner in tinyOS, i would like to ask how to store and retrieve data to / from flash memory, i will appreciate all your kindly help. regards, jason ___ Tinyos-help mailing list

Re: [Tinyos-help] help

2011-06-25 Thread Eric Decker
try starting with the Storage tutorial. (7th down on the tutorial page) it doesn't hurt to start with the tutorials and other documents at docs.tinyos.net then ask for help. On Sat, Jun 25, 2011 at 12:09 AM, Jason Fan jason_handsom...@hotmail.comwrote: hi, i'm a beginner in tinyOS, i

[Tinyos-help] help blink compiling!!!

2011-06-21 Thread fabrice fothe
Hi every body,I'm working on programmers Notepad 2 trying to compiling the blink programm,but it give every time the same error: "C:\Crossbow\PN\IDE.bat" "C:\DOCUME~1\Denis\IMPOST~1\Temp\" "C:\Crossbow\cygwin\bin" "make micaz"#Command: make micazCygwin:

[Tinyos-help] help nesC programing

2011-06-07 Thread fabrice fothe
Hello!I'm a new user of nesC;i use programmers Notepad 2 and Micaz and i'm trying to compile and execute the programs Blink.nc and BlinkM.nc but i don't know to manage.please there's someone who can give me some easy way to do it ??please i need your help!!!

Re: [Tinyos-help] help nesC programing

2011-06-07 Thread Michael Schippling
There is no easy way... Have you read through the doc/tutorial pages? MS fabrice fothe wrote: Hello! I'm a new user of nesC;i use programmers Notepad 2 and Micaz and i'm trying to compile and execute the programs Blink.nc and BlinkM.nc but i don't know to manage.please there's

Re: [Tinyos-help] Help compiling TinyOS from source

2011-06-07 Thread Markus Becker
hi, I got the same issues with mig creating a broken serialpacket.h on Debian with the Stanford repo packages and recent gcc's. cd $TOSROOT/support/sdk/c/sf make distclean Note that make clean and make distclean do not remove serialpacket.h, thus it will not be recreated by make. Has this

[Tinyos-help] help sending data to serial port.

2011-06-06 Thread Khouloud Masmoudi
can you tell m ewhat does this command do?  call AMSend.Send(0,payload) AMSend is an interface from the component /SerialActiveMessageC./ please, all i need to know is how to send data from a telosb mote to the serial port to which it is connected ___

Re: [Tinyos-help] help sending data to serial port.

2011-06-06 Thread Eric Decker
It depends on how it is wired. And what the context is. In other words you aren't asking a very useful question. Now. you should work through the tutorials. They explain a bunch of what you are asking. you should start there. docs.tinyos.net. you might have to use the cached pages from

Re: [Tinyos-help] help sending data to serial port.

2011-06-06 Thread Khouloud Masmoudi
sorry but i've seen toturial lesson 4 but i can't really understand how does the mote send data to his usb port!!! i'm new on tinyos.please help me. --- En date de : Lun 6.6.11, Eric Decker cire...@gmail.com a écrit : De: Eric Decker cire...@gmail.com Objet: Re: [Tinyos-help] help sending data

[Tinyos-help] help needed

2011-06-03 Thread shikha singh
hello, can anyone help me getting code for RBS, TPSN, FTSP(Time synchronization protocols). ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] [Help] tosthreads + Serial Communication

2011-06-02 Thread anupash
Hi, I have been trying to get the Serial Communication working in tosthreads, but it's not working. Below are the details: -- Module in the FileNameC.nc for Serial

[Tinyos-help] help

2011-06-02 Thread naveen karur
hi developers, I am new to tinyos , i need to do simulation of mobile data collector in sparse sensor networks... anybody suggest me wat all i can do with tinyos.. Is it possible to implement mobile mote in tinyos Regards, Naveen Karur ___ Tinyos-help

Re: [Tinyos-help] help

2011-06-02 Thread naveen karur
hi developers, I am new to tinyos , i need to do simulation of mobile data collector in sparse sensor networks... anybody suggest me wat all i can do with tinyos.. Is it possible to implement mobile mote in tinyos Regards, Naveen Karur On 6/2/11, naveen karur karur.nav...@gmail.com wrote: hi

Re: [Tinyos-help] Help with Python and Tossim

2011-05-31 Thread Giuseppe Cardone
Hi, you need to install Python's development files. If you are working on Debian or on a Debian-based distribution (such as Ubuntu), try installing the python2.6-dev package. Regards, Giuseppe On Monday 30 May 2011 10:27:07 Rizwan Mumtaz wrote: hello dear members, I recently installed

[Tinyos-help] Help with Python and Tossim

2011-05-30 Thread Rizwan Mumtaz
hello dear members, I recently installed tinyos 2.1.1. The pythong version I have is 2.6.5. After installation I changed Pythong version from 2.5 to 2.6 in sim.extra file in .../support/make. But now when I compile TestNetworkLpl application I get the following error. Can anybody help me how

Re: [Tinyos-help] Help IRIS uart0 bard rate

2011-05-26 Thread Li, Haixia
, Haixia Subject: RE: [Tinyos-help] Help IRIS uart0 bard rate Did you start uart0? Janos On May 22, 2011 4:27 PM, Li, Haixia hai...@ostatemail.okstate.edumailto:hai...@ostatemail.okstate.edu wrote: Hello Janos, I haved modified the files as you said. But, I still cannot read data

Re: [Tinyos-help] Help IRIS uart0 bard rate

2011-05-23 Thread Li, Haixia
] on behalf of Janos Sallai [sal...@isis.vanderbilt.edu] Sent: Thursday, May 19, 2011 9:04 AM To: Li, Haixia Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Help IRIS uart0 bard rate Modify (or create a shadow copy) of chips/atm1281/HplAtm128UartC.nc in which you change the line

[Tinyos-help] help-RSSI and Time stamp

2011-05-23 Thread gayathri g
Hi, I am working with micaz for my master's Thesis.I am using three motes ,one sender,one receiver and one as base station.I need to find the RSSI value of the packet send .How to find the RSSI value?how to convert it into dBm?Also I need to time stamp the same to find out the time delay

Re: [Tinyos-help] Help IRIS uart0 bard rate

2011-05-19 Thread Janos Sallai
Modify (or create a shadow copy) of chips/atm1281/HplAtm128UartC.nc in which you change the line ubrr0 = call Atm128Calibrate.baudrateRegister(PLATFORM_BAUDRATE); to ubrr0 = call Atm128Calibrate.baudrateRegister(1200); The value returned by Atm128Calibrate.baudrateRegister(1200) should be

[Tinyos-help] help

2011-05-19 Thread Khouloud Masmoudi
hello, could any one help me please i got this error while trying te install a telosb node when i wrote make telosb installi have this message : No suche file or directory /support/make/Makerules Stop no rule to make target /opt/tinyos-2.x/support/make/Makerules Please did any one face this

Re: [Tinyos-help] help

2011-05-19 Thread Eric Decker
Hi Khouloud, You should really really really start by following how to set up your development environment by following the tutorials that can be found on docs.tinyos.net. It looks like something got screwed up in your installation. On Thu, May 19, 2011 at 1:24 AM, Khouloud Masmoudi

[Tinyos-help] Help IRIS uart0 bard rate

2011-05-18 Thread Li, Haixia
Hello everyone, I'm using IRIS, mib510 with Tinyos2.x. I want to using UART0 to read a sensor. I try to use component HplAtm128UartC. How can I change the baud rate on UART0? If I cannot use the component, do I need to use interface UartStream? In this interface, can I change the

[Tinyos-help] Help with QueueC

2011-05-17 Thread Kendra Lukowski
Hi, I am trying to write an application using the QueueC component. I used the Queue wiring that was in the LowPowerSensingBase programs. In my configuration file I have: components new QueueC(message_t, MSG_QUEUE_SIZE) as Queue; MyApp.MsgQueue - Queue; and in the module I have: uses interface

[Tinyos-help] help regarding tinyos installation

2011-05-12 Thread Ahmad nafees
Hi I am trying to install tinyos 2.x in windows 7 machine but its not working. So i just want to ask that whether it is compatible with windows 7 or not ? kindly help Regards Ahmad Nafees ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] help

2011-05-10 Thread amel leyla
Bonjour, j'ai cherché et cherché les solutions pour avoir la configuration USB avec Virtualbox , et je ne peux pas avoir le support USB et impossible d'avoir USB, même une fois une clé branchée il y a rien. Si quelqu'un a une solution efficase je suis preneur. Merci d'avance pour vos

[Tinyos-help] help

2011-05-10 Thread amel leyla
Hello, I looked and looked for the solutions to have the configuration USB with Virtualbox, and I cannot have the support USB it impossible to have USB, even once a trendy key there is nothing. If somebody have a solution i will appreciated. Thank you in advance for your possible answers,

Re: [Tinyos-help] help

2011-05-10 Thread Romain Bornet
Hi, What is your host operating system (the machine on which you have installed VirtaulBox) ? If it is a Linux host you should not install the OSE (open source edition) of virtualbox which does not support USB but the proprietary version from Oracle. If you installed VirtualBox from the package

[Tinyos-help] help

2011-05-10 Thread amel leyla
Hy everyone, I have installed “ VirtualBox-4.0.4-70112-Win” on windows 7 , it work correctely but the only problem that the USB can’t appeared on the virtualbox . I want to know how can I resolve this problem . please help me thanks in advance.

[Tinyos-help] help

2011-05-10 Thread amel leyla
Hy everyone, I have installed “ VirtualBox-4.0.4-70112-Win” on windows 7 , it work correctelly but the only problem that the USB can’t appeared on the virtualbox . I want to know how can I resolve this problem . please help me thanks in advance

Re: [Tinyos-help] help about CC2420Packet interface

2011-05-10 Thread UTHMAN BAROUDI
Assalamu alikom Dear Mustafa, I could not see computer Assignment#3? Thanks Uthman 5 MAHIEDDINE Imene wrote: hello everybody I have used the getRssi(msg) in order to get the RSSI value of each node in the network, but when I tried to use the CC2420Packet interface provided by

[Tinyos-help] help UART

2011-05-09 Thread Edoardo Patti
Hi, I try to develop an application in C# (under windows) to comunicate with the root-node (telosB) through the serial port. I can read the messages sent from root-node to PC, but when I try to send some messages from my PC to the root-node, it does not received the message. On the root-node runs

Re: [Tinyos-help] help UART

2011-05-09 Thread Eric Decker
There is a packetizing protocol that is used for communications on the serial line between the mote and the PC. You have to have that there for the communications to succeed. You should work through the tutorials to understand better what is involved there. You will also have to do your

Re: [Tinyos-help] help-for seting random seed

2011-05-09 Thread jiasheng yao
Thank you very much for your help.I solved my problem successfully by your way. 在 2011年5月8日 下午10:05,jiasheng yao jiashengyao1...@gmail.com写道: Hello, I'm writing to you because I want to find out how to set random seed for tinyOS 1.x.I look at Random interface file, only the init function in

[Tinyos-help] Help me to Run Surge application in Micaz

2011-05-09 Thread Nazmul Hossain
I was trying to run the Surge application but was not successful. Using MIB520 programming board I programmed surge program onto two micaz motes. To program these two micaz motes I used the following commands. make micaz install.0 mib510,/dev/ttyS3 make micaz install.1 mib510,/dev/ttyS3 Then

[Tinyos-help] help-for seting random seed

2011-05-08 Thread jiasheng yao
Hello, I'm writing to you because I want to find out how to set random seed for tinyOS 1.x.I look at Random interface file, only the init function in it , not with theparameters. So I do not how to set the seed and hope to get your help.Thank you. Best regards, jsyao

Re: [Tinyos-help] help-for seting random seed

2011-05-08 Thread Michael Schippling
Looks like, as it is designed, you can't You could modify the interface to add a seed to init(), or an srand() method. The file tos/system/RandomLFSR.nc implements it and it would be a simple fix. If you are going to update your TOS version to some other 1.x level you can put your new files

[Tinyos-help] help about CC2420Packet interface

2011-05-07 Thread 5 MAHIEDDINE Imene
hello everybody I have used the getRssi(msg) in order to get the RSSI value of each node in the network, but when I tried to use the CC2420Packet interface provided by CC2420ActiveMessageC component, When I type make micaz sim I get many errors like: - interface CC2420Packet not found -

[Tinyos-help] Help Serial port Communication

2011-05-06 Thread Edoardo Patti
Hi, I'm working with telosB motes. I try to send messages from PC to the directly connected mote through serial port, but the mote does not receive it. Otherwise when the mote send messages to the pc everything works fine. I don't understand what is the problem. Could someone help me please. I am

[Tinyos-help] help

2011-05-03 Thread amel leyla
Hi every one, Je suis débruteur en programmation avec tinyos et Je trouve des difficultés pour comprendre l’application « sense » s’il vous plait aider moi. Je trouve des documentations concernant cette application mais j’ai besoin de connaître aussi les étapes de programmation d’un

[Tinyos-help] help on tinyos

2011-04-25 Thread PANKAJ KUMAR
Respected sir I'm undergraduate student of IIIT allahabad (INDIA).When i try to install code on mica2 using mib510 i get following error: probably AVR MCU pin is not in reset state.Check it out and run me I've spent two days on it.Moreover i've made sure that power is there and mote is properly

[Tinyos-help] help

2011-04-25 Thread samad khadivar
Hi I have a problem when running TOSSIM.for example when I m arrived opt/tinyos-2.1.1/apps/Blink and type make micaz sim, I recieved this errormake *** No rule to make target,please help me -- -- Best Regards ___ Tinyos-help mailing list

Re: [Tinyos-help] help

2011-04-25 Thread samad khadivar
I use redhat and ubuntu, both of them give me such error Best Regards ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- -- Best Regards

[Tinyos-help] help using tymo

2011-04-22 Thread Omar Cheikhrouhou (yahoo)
Hello, I am a Ph.D student and I would like to integrate tymo in my application. However, when testing it, the compilation generate errors. Please can you guide how to use tymo. Best regards, ** Omar Cheikhrouhou Engineer Researcher @SENS Lab

Re: [Tinyos-help] Help Needed

2011-04-21 Thread Omprakash Gnawali
On Wed, Apr 6, 2011 at 8:08 AM, ashish bhagat bhagat_kumar_ash...@yahoo.co.in wrote: Hi, I am working with TinyOS 2.x from a long time. 1. I have found the Timer interface as a non-premptive interface. In two way communication, a timer was set between the time the sender sends a packet and

Re: [Tinyos-help] Help: HplAtm128TimerCtrl16 and Hpl128Compare

2011-04-18 Thread Janos Sallai
Hi Gerald, Please see my answers below. On Sun, Apr 17, 2011 at 3:45 PM, Gerald Stanje surfma...@gmx.at wrote: Hello, I use the interfaces HplAtm128TimerCtrl16 and Hpl128Compare. At the beginning I set: Atm128TimerCtrlCompare_t compare; Atm128TimerCtrlCapture_t capture;

[Tinyos-help] Help: HplAtm128TimerCtrl16 and Hpl128Compare

2011-04-17 Thread Gerald Stanje
Hello, I use the interfaces HplAtm128TimerCtrl16 and Hpl128Compare. At the beginning I set: Atm128TimerCtrlCompare_t compare; Atm128TimerCtrlCapture_t capture; compare.bits.comA = 1; // OC3A toggle on compare match compare.bits.comB = 1; // OC3B toggle on compare match capture.bits.wgm32 = 1;//

[Tinyos-help] Help Installation TinyOS

2011-04-07 Thread Ben Ahmed Farah
Hello, Mr can you help me to install TinyOS on Ubuntu Please. Thank you very much. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Help Needed

2011-04-07 Thread ashish bhagat
Hi, I am working with TinyOS 2.x from a long time. 1. I have found the Timer interface as a non-premptive interface. In two way communication, a timer was set between the time the sender sends a packet and waits for the acknowledgement to be received. The sender is not able to receive the

Re: [Tinyos-help] Help Installation TinyOS

2011-04-07 Thread C.
Googling: http://docs.tinyos.net/index.php/Installing_TinyOS_2.1#Two-step_install_on_your_host_OS_with_Debian_packages The installation it's pretty straightforward. Cheers, On Wed, 2011-04-06 at 16:23 +0100, Ben Ahmed Farah wrote: Hello, Mr can you help me to install TinyOS on Ubuntu

[Tinyos-help] Help on running setRFPower()

2011-04-05 Thread harshalw
Hi, I want to run setRFPower() in CC1000Control in Tinyos2. I searched the web for some example/direction regarding this but was unable to find anything useful. It would be aid me greatly if anyone could provide a few pointers on this. Regards, Harshal

[Tinyos-help] Help needed implementing Link Quality Estimation Simulator

2011-03-31 Thread umut altun
Hi, After days of struggling to implement TinyOS both on Ubuntu and windows (cygwin), I can finally run Blink app successfully (In Ubuntu at least). However I need help on a specific case. I am getting the same error on both Ubuntu and windows. Please could you look at the output below (I know

[Tinyos-help] Help: Recompiling app.c alone after modification to initial app.c file

2011-03-29 Thread chandramouli k v
Hi Folks, Consider ' BlinkC ' application for example for an IRIS target. Once I build this application using 'make iris' command, the 'ncc' compiler generates a C -file named app.c then an executable named main.exe My requirement is to split this build procedure:- First to generate only a

Re: [Tinyos-help] Help: Recompiling app.c alone after modification to initial app.c file

2011-03-29 Thread Eric Decker
run the make with verbose and examine the commands being executed From cPhone On Mar 29, 2011, at 2:25 PM, chandramouli k v chandramouli...@gmail.com wrote: Hi Folks, Consider ' BlinkC ' application for example for an IRIS target. Once I build this application using 'make iris' command,

Re: [Tinyos-help] Help compiling TinyOS from source

2011-03-25 Thread Eric Decker
yep. your mig is doing very strange things. What system are you running on? Perhaps windows? So I looked into what mig I've got and here is what I see... (my mig works fine, same output as your friend) zot (159): which mig /usr/bin/mig zot (160): dpkg -S /usr/bin/mig tinyos-tools:

Re: [Tinyos-help] Help compiling TinyOS from source

2011-03-25 Thread Eric Decker
Well I went looking to see if I could figure out how to build the misc. tools from scratch and discovered there is no source package. So poked around some more. And was able to find... At the top level of the tinyos repo is tools which have a lot of stuff including man pages for mig and ncc.

[Tinyos-help] Help compiling TinyOS from source

2011-03-24 Thread Denilson Figueiredo de Sá
Hello! I got TinyOS 2.1.0 tarball, but the same issue also happens when I try a checkout from tinyos-main SVN at Google Code. I go to support/sdk/c/sf directory, and then type ./bootstrap, followed by ./configure. It all goes fine. However, the following error shows up when I type make: make

Re: [Tinyos-help] Help compiling TinyOS from source

2011-03-24 Thread Eric Decker
I helps if you read the instructionsie. Look at the README file and follow the instructions. It says. ./bootstrap ./configure --prefix=somewhere make But if you look carefully at what you typed below, you typed make all-am. Not sure why you did that. This short circuits

[Tinyos-help] help java

2011-03-23 Thread engleza...@ceid.upatras.gr
Hi all i use all sensors of telosb and i am sending the sense results to a Basestation just like Oscilloscope only this time i send sense results for every sensor(Light,Temp,Hum,vol).I am sending these values in an array of my struct where every cell is a different sensor data.Now i try

Re: [Tinyos-help] help java

2011-03-23 Thread Michael Schippling
I guess you're not doing something right... Sorry, but we'll need some more information about what you are actually doing in order to figure out what you're not doing right. Off the top-o-head I'd say you either aren't compiling your changes correctly, or have the wrong CLASSPATH when executing.

[Tinyos-help] help-about the tinyos tree.

2011-03-22 Thread Explorer of Life
Dear Mr or Miss, I got a question which really confuses me for a long time. Here is the question: Every applciation module in the directory tinyos-2.x/apps/ always have to connect to MainC's Boot. However, without any included file, how can the module find MainC's implementation file? So,

[Tinyos-help] help help plz

2011-03-21 Thread engleza...@ceid.upatras.gr
Hi all i use all sensors of telosb and i am trying to send the sense results to a Basestation just like Oscilloscope. But when i try to do that i am receiving only zeros in every field of my struct that i send.Does anybody have any idea why???I have already checked that i all my sensors

Re: [Tinyos-help] help help plz

2011-03-21 Thread Michael Schippling
Start by filling in your message with some known values and see if you get it correctly. Most likely you are using the wrong message buffer, have a bad pointer, or something on that order... MS engleza...@ceid.upatras.gr wrote: Hi all i use all sensors of telosb and i am trying to send

[Tinyos-help] Help needed regarding computation time calculation in Microseconds for Atmega128 Processor

2011-03-15 Thread Sobit Thapa
I am using Timer3 as code posted below. I call startCounting() before a task executes and I call stopCounting after task executes. But, I am getting variable result. Is there any mistake in my code or somebody can provide code performing similar job. #include printf.h uint16_t coarseValues;

[Tinyos-help] Help on Analog output to DAC

2011-03-12 Thread Klemen
Hi! I have same requirement - so I was wondering have you manage to do that? I am using Tinyos 2.x with Zolertia Z1 mote. Thank you, Klemen Živkovič Slovenia ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Help with motelist and Texas MSP430

2011-02-24 Thread Jose María Castillo Secilla
Hello, I am trying to use tinyOS in ubuntu. The installation have been completed succesfully, but the motelist command allways give me no devices found. dmesg command gives me the follow: [ 1727.917712] generic-usb 0003:0451:F432.0003: timeout initializing reports [ 1727.924203] generic-usb

Re: [Tinyos-help] Help with motelist and Texas MSP430

2011-02-24 Thread Giuseppe Cardone
Hi, from the man page of motelist: motelist lists all devices conntected to a PC through an FTDI USB-to-serial converter (see www.ftdichip.com). This includes the Telos A, Telos B, and Tmote modules. Thus, you will not be able to identify a ez430-rf2480 using motelist (unless it uses a FTDI

Re: [Tinyos-help] Help needed Mote to Pc Communication

2011-02-10 Thread lulu cheng
hi i'm new to tinyos and i was looking @ lesson four so that i can learn to pass parameter on demand by writing a C file that will be able to pass the inputs from the user to the App for the tinyos to process. I would greatly appreciate a simple example on how the parameters are passed in the

Re: [Tinyos-help] Help needed Mote to Pc Communication

2011-02-10 Thread Sergio Valcarcel
Hi Lulu, I assume you are familiar with MIG. If it is not the case you should have a look at: http://www.tinyos.net/tinyos-1.x/doc/nesc/mig.html http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson6.html I usually

[Tinyos-help] help

2011-02-06 Thread zibouda zouaoui
Hello all, the command t=Tossim([]) doesn't work. Changing Tossim with TOSSIM or tossim it is the same result: NameError: name 'Tossim' is not defined. can someone help me out? Maleklina ___ Tinyos-help mailing list

Re: [Tinyos-help] help

2011-02-04 Thread ranal fernando
hi, try t=Tossim([]) ranal Date: Thu, 3 Feb 2011 15:43:58 + From: aliouat...@yahoo.fr To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] help Hi, I have installed tinyos2.1.0 Im new to tossim. On going to the tutorials provided im getting the following error

[Tinyos-help] help

2011-02-03 Thread zibouda zouaoui
Hi, I have installed tinyos2.1.0 Im new to tossim. On going to the tutorials provided im getting the following error:- $ python from tinyos.tossim import * t=tossim([]) Traceback (most recent call last): File stdin, line 1, in module NameError: name 'tossim' is not defined. Waiting for

[Tinyos-help] help regarding TOSSIM in tinyOS

2010-12-06 Thread niraj nake
hello , I m final year engineering student and working on tinyOS I m using ubuntu 10.1 and jst installed tinyos 2.1.0 I hv installed Python 2.6.5 when I try to run the command : make micaz sim I get d error as: nik...@ubuntu:/opt/tinyos-2.1. 0/apps/Blink$ make micaz sim

[Tinyos-help] help regarding TOSSIM

2010-12-06 Thread niraj nake
hello , I m final year engineering student and working on tinyOS I m using ubuntu 10.1 and jst installed tinyos 2.1.0 I hv installed Python 2.6.5 when I try to run the command : make micaz sim I get d error as: nik...@ubuntu:/opt/tinyos-2.1.0/apps/Blink$ make micaz sim

Re: [Tinyos-help] help with python2.5-config command not found error

2010-12-05 Thread Romain Bornet
. Biyan -Original Message- From: Romain Bornet [mailto:bornet.r...@gmail.com] Sent: Friday, December 03, 2010 3:23 AM To: Biyan Li Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] help with python2.5-config command not found error Hi Biyan I didn't test much my

Re: [Tinyos-help] help with python2.5-config command not found error

2010-12-03 Thread Romain Bornet
different download link? Thanks a lot for the help. Biyan From: Romain Bornet [mailto:bornet.r...@gmail.com] Sent: Thursday, December 02, 2010 11:44 AM To: Biyan Li Subject: Re: [Tinyos-help] help with python2.5-config command not found error Hi Biyan, I had some issues with Python

Re: [Tinyos-help] help with python2.5-config command not found error

2010-12-03 Thread Biyan Li
[mailto:bornet.r...@gmail.com] Sent: Friday, December 03, 2010 3:23 AM To: Biyan Li Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] help with python2.5-config command not found error Hi Biyan I didn't test much my installation on Win7/Cygwin and moved to Linux now but I had

[Tinyos-help] help with python2.5-config command not found error

2010-12-02 Thread Biyan Li
I followed the steps listed under Windows: Manual installation using cygwin and RPM packages to install tinyos and cygwin under window 7. While compiling Blink example, I got this error: make: python2.5-config: Command not found I can see python2.5-config file along with other python exe

Re: [Tinyos-help] help

2010-11-25 Thread Fabrice Dossin
Hi, You will find all this information into the TinyOS wiki : http://docs.tinyos.net/index.php/Main_Page As a great reading there is the Philip Levis and David Gay book : TinyOS Programming - Cambridge University Press. Kind regards, Fabrice 2010/11/24 Char Andr lepas...@hotmail.com Hi, I

[Tinyos-help] help needed with UartByte

2010-11-24 Thread Kosti Lepojärvi
Hello. I'm using Zolertia Z1 mote and my goal is to use UART0-port to read values from external frequency converter with modbus. (there's MAX232 -circuit connected to UART-port and after that RS-232/485 converter, which connects to external frequency converter. However, I'm confused with how to

<    1   2   3   4   5   6   7   8   9   10   >