Re: [Tinyos-help] Missing files in repo

2011-07-12 Thread TJ
Fedora 15.. 64bit version. I installed it on fedora 15 32 bit version with the same results.. Always Yours Tejovanth Tj n Spook On Tue, Jul 12, 2011 at 1:28 PM, Razvan Musaloiu-E. wrote: > Quick q: what version of Fedora are you using? > > -- Razvan ME > > > On Mon, Jul 11, 2011 at 11:43 PM, T

Re: [Tinyos-help] TinyOS support for dual radio platforms!

2011-07-12 Thread Miklos Maroti
Hi Jeferson and Romain, On Mon, Jul 11, 2011 at 9:29 AM, Romain Bornet wrote: > Hi Jeferson and all, > > As far as I know, there is no (not yet) official support for this > platform in TinyOS but Miklos Maroti and his team at University of > Szeged, Hungary are actively working on supporting the

Re: [Tinyos-help] Simplest/minimal rfxlink configuration ?

2011-07-12 Thread Miklos Maroti
Hi Romain, On Mon, Jul 11, 2011 at 5:18 PM, Romain Bornet wrote: > Hi, > > I'm porting TinyOS to a new CPU architecture and I'm currently working > on the radio stack for the radio integrated in my SoC. > I took the RF230 from mainline TinyOS repository and  the ATMega128 > RFA1 from http://sourc

[Tinyos-help] SPI of MSP430 not working

2011-07-12 Thread shravan kulkarni
Hi, I'm using a mote having similar design as that of Telosb but with a CC2520 Radio and Flash AT45DB connected to SPI1 and SPI0 respectively. Porting done so far could link files related to SPI1 and SPI0, but SCLK is not responding i.e., the voltage on the pin is 0V and no data is seen on S

[Tinyos-help] Potential arbitration issue between Ieee154Send and AMSend in rfxlink ?

2011-07-12 Thread Romain Bornet
Hi, As some of you on the list may already know I'm porting TinyOS to a new CPU architecture and I'm currently working on the radio stack for my chip. I decided to go on with the rfxlink stack and took the RF230, RF212 and CC2420x as references. To better understand the complete wiring of the stac

[Tinyos-help] : How to find a tinyos global variables definition position

2011-07-12 Thread Shengkai Zhang
Dear all, I'm learning tinyos. When I see some code of others, some global variables like TOS_NODE_ID that I want to know what exactly the definition is. I have to Google one-by-one. Is there an index to show the global variables' definition positions or some good ideas about searching them? Thank

[Tinyos-help] Call for Papers: the 9th European Conference on Wireless Sensor Networks (EWSN) in Trento, Italy

2011-07-12 Thread Anna Förster
** CALL FOR PAPERS EWSN '12 The 9th European Conference on

[Tinyos-help] problem run blink

2011-07-12 Thread malika abbadi
Hi , I try to use  tinyos, i have problem running Blink. Make micaz sim   I work with windows xp/cygwin Please help. Here cygwin command and response.   $ cd c:cygwin/opt/tinyos-2.x/apps/Blink   malika@a1b110 /cygdrive/c/cygwin/opt/tinyos-2.x/apps/Blink $ make micaz sim mk

[Tinyos-help] make micaz sim error

2011-07-12 Thread jyoti suman
i have installed tinyos-2.1.1 on ubuntu 10.10.now i am facing a problem /opt/tinyos-2.1.1/apps/Blink$ make micaz sim mkdir -p simbuild/micaz make: python2.5-config: Command not found make: python2.5-config: Command not found make: python2.5-config: Command not found placing object files in simbu

[Tinyos-help] Fw : problem run blink

2011-07-12 Thread malika abbadi
--- En date de : Mar 12.7.11, malika abbadi a écrit : De: malika abbadi Objet: problem run blink À: tinyos-help@millennium.berkeley.edu Date: Mardi 12 juillet 2011, 12h50 Hi , I try to use  tinyos, i have problem running Blink. Make micaz sim   I work with windows xp/cygwin Pleas

Re: [Tinyos-help] make micaz sim error

2011-07-12 Thread TJ
I got the same error too.. And i get some very big text when i put in just "make micaz" Always Yours Tejovanth Tj n Spook On Tue, Jul 12, 2011 at 4:22 PM, jyoti suman wrote: > i have installed tinyos-2.1.1 on ubuntu 10.10.now i am facing a problem > > /opt/tinyos-2.1.1/apps/Blink$ make micaz

Re: [Tinyos-help] C Program on Ubuntu to MicaZ communication

2011-07-12 Thread Sergio Valcarcel
Hi, The idea is there: 1. Implement a program that is able to send and receive data through serial port. You may search for terms like: program serial port linux programming.Try this program communicating 2 PCs. 2. You can send a command just moving the data, but you may have to re

Re: [Tinyos-help] make micaz sim error

2011-07-12 Thread Romain Bornet
Hi, @jyoti: your error with "python2.5-config" has already been answered on the list and is most probably related to a hardcoded Python version in sim.extra. have a look at https://www.millennium.berkeley.edu/pipermail/tinyos-help/2011-June/051651.html to find out where you should replace the Pyt

Re: [Tinyos-help] C Program on Ubuntu to MicaZ communication

2011-07-12 Thread TJ
Hey!! I got a code working, i can read data coming in from the motes over USB. When i send the data, my mote is unable to handle it. I'm now stuck here, on the mote end. Can you help?? Always Yours Tejovanth Tj n Spook On Tue, Jul 12, 2011 at 4:48 PM, Sergio Valcarcel wrote: > Hi, > > The idea

Re: [Tinyos-help] C Program on Ubuntu to MicaZ communication

2011-07-12 Thread Sergio Valcarcel
Hi, Have you implemented the AMSerialReceive interface? It should be configured with the corresponding AM_Channe. Then you have to implement the serial Received event. Finally you may test that the command is received using one led. Have you done all that? On Tue, Jul 12, 2011 at 1:27 PM, TJ

Re: [Tinyos-help] Simplest/minimal rfxlink configuration ?

2011-07-12 Thread Romain Bornet
Hi Miklos, Thanks for the advised hints! > However, if you want a proper driver development environment, then do > not use any of the layers, and write your application that drivers the > RadioDriverLayer directly. Look into the apps\tests\rfxlink directory, > and the RadioSniffer and TestTransmi

[Tinyos-help] nesc python

2011-07-12 Thread lynda Hadjsaid
i work on mobility model in tinyos-1.x so i need to program with nesc but i can't handle files so i will need to use python language how can i do this ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cg

Re: [Tinyos-help] Simplest/minimal rfxlink configuration ?

2011-07-12 Thread Miklos Maroti
Hi Romain, On Tue, Jul 12, 2011 at 1:37 PM, Romain Bornet wrote: > Hi Miklos, > > Thanks for the advised hints! > >> However, if you want a proper driver development environment, then do >> not use any of the layers, and write your application that drivers the >> RadioDriverLayer directly. Look i

Re: [Tinyos-help] make micaz sim error

2011-07-12 Thread TJ
@Romain I installed tinyos from the wiki link for automatic installation on debian systems. http://docs.tinyos.net/tinywiki/index.php/Installing_TinyOS_2.1.1#Two-step_install_on_your_host_OS_with_Debian_packages I am using Ubuntu 10.10 The snippet of the error (the error is nearly 1500 lines long

[Tinyos-help] Send Packets with Basestation to Lpl Motes

2011-07-12 Thread Gabriel Neumüller
Hi all, I have written a java application to send Packets through a Mote which is connected to a Pc and is programmed with the Basestation app. For this purpose I use the java MoteIF.send function. Everything works as expected, but when my node which should receive the packets is programmed with

Re: [Tinyos-help] make micaz sim error

2011-07-12 Thread Romain Bornet
Hi, > /usr/lib/ncc/nesc_nx.h:16:22: error: inttypes.h: No such file or directory The first message seems to indicate that you don't have the AVR toolchain installed or not correctly. Therefore inttypes.h for AVR is not found. Verify that you have the AVR toolchain installed. For a quick test, sim

[Tinyos-help] retrieve data

2011-07-12 Thread Akila Kiki
hi,how to retrieve data from files to use it in nesc; i now that i can do it with python ,but i don't know how to relate  python program with nesc; thank so much.___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.ber

Re: [Tinyos-help] Potential arbitration issue between Ieee154Send and AMSend in rfxlink ?

2011-07-12 Thread Miklos Maroti
Hi Romain, That is a very good question! Ideally, a send resource should be acquired before your Send.send call, and therefore the stack could always return SUCCESS from send.Send. However, it is believed that that would be complicated for users. As it is now, ActiveMessageC will automatically acq

Re: [Tinyos-help] Potential arbitration issue between Ieee154Send and AMSend in rfxlink ?

2011-07-12 Thread Romain Bornet
Hi Miklos, Thanks for the clarification ! >> Every Ieee154 user should do that manually. I could imagine this way of managing exclusive access to the send resource. It is now clear for me that it is up to the user code to request and lock the send resource before Ieee154Send.send() and to release

[Tinyos-help] How to run main.exe in Tinyos2.x in Ubuntu

2011-07-12 Thread ashish gupta
HI, I found a problem running main.exe of any of apps in Tinyos 2.x at ubuntu. I tried wine also but wine is not working for me. Please help me and tell some other ways to see execute main.exe mentioned above.. Thank you _

Re: [Tinyos-help] TinyOS driver for CC430

2011-07-12 Thread Eric Decker
On Mon, Jul 11, 2011 at 11:42 PM, Romain Bornet wrote: > Hi, > > The alternative tree mentioned by Eric is in the OSIAN project hosted > Actually that isn't what I was talking about. I have created a new alternative that includes not only the main TinyOS trunk, the OSIAN code, but additional cod

Re: [Tinyos-help] How to run main.exe in Tinyos2.x in Ubuntu

2011-07-12 Thread Eric Decker
yeah the choice of main.exe for the result of the toolchain is unfortunate. main.exe typically is an image that needs to be run on the target processor. For example if one is compiling for the telosb platform this will be msp430 code. you need to download the result and then execute it on the t

[Tinyos-help] Call for Papers: the 9th European Conference on Wireless Sensor Networks (EWSN) in Trento, Italy

2011-07-12 Thread Anna Förster
** CALL FOR PAPERS EWSN '12 The 9th European Conference on **

[Tinyos-help] Bls: How to run main.exe in Tinyos2.x in Ubuntu

2011-07-12 Thread Fajar Lab
Please, read the TinyOs tutorial, http://docs.tinyos.net/tinywiki/index.php/Getting_Started_with_TinyOS or if you want to run the code in simulation, please read the TOSSIM tutorial : http://docs.tinyos.net/tinywiki/index.php/TOSSIM Fjr. Dari: ashish gupta Judul: [Tinyos-help] How to run main

[Tinyos-help] Message structure in MicaZ on Ubuntu

2011-07-12 Thread TJ
Hey. I get the following line in hex (similar to this) when i receive a packet from the MicaZ mote on Ubuntu. 7e 42 7d 5e 00 00 7d 5d 04 01 00 96 00 1c 32 7e I'm not really sure on what the all the numbers are, except that the one in red is the node id, and one in green is a count. This I know be