Re: [Tinyos-help] Queries regarding environment for msp430 experimenter board

2012-06-26 Thread Eric Decker
On Tue, Jun 26, 2012 at 10:26 PM, Shalabh Jain wrote: > Thank you Eric! > > Your document https://github.com/cire831/mm/blob/mm5t/doc/Notes is > particularly helpful for the overall setup. > > I will try to downgrade the firmware using the windows downgrader in the > CCS. I'll see if I can reprodu

Re: [Tinyos-help] Queries regarding environment for msp430 experimenter board

2012-06-26 Thread Shalabh Jain
Thank you Eric! Your document https://github.com/cire831/mm/blob/mm5t/doc/Notes is particularly helpful for the overall setup. I will try to downgrade the firmware using the windows downgrader in the CCS. I'll see if I can reproduce some of the expected stuff. Nevertheless, I will probably try to

[Tinyos-help] tinyos scheduler

2012-06-26 Thread 兰鹏
Hi, I want to replace the Scheduler of tinyos 2.x with tinyos EDF Scheduler,but now I find the tasks that run in mote stillin accordance with FIFO Scheduler. So I want to debug the program runing in mote and I hope to know which interface and function is used. what should i do ?

Re: [Tinyos-help] Queries regarding environment for msp430 experimenter board

2012-06-26 Thread Eric Decker
On Tue, Jun 26, 2012 at 4:02 PM, Shalabh Jain wrote: > Hello, > > 2. Most of the posts on the net mention being able to use the 'uif' or > 'uif-bsl' modes with the JTAG. However, whenever I try that I get errors in > the connection (I'll explain later why I'm trying to use it) > My understanding

Re: [Tinyos-help] Queries regarding environment for msp430 experimenter board

2012-06-26 Thread Eric Decker
On Tue, Jun 26, 2012 at 4:02 PM, Shalabh Jain wrote: > Hello, > > @Eric: Thanks for your help so far. I've got the experimenter boards in my > hands now. > > I did "somehow" manage to flash the blinking LED program on it and got it > to run. But I am not able to establish a clean working environme

[Tinyos-help] Queries regarding environment for msp430 experimenter board

2012-06-26 Thread Shalabh Jain
Hello, @Eric: Thanks for your help so far. I've got the experimenter boards in my hands now. I did "somehow" manage to flash the blinking LED program on it and got it to run. But I am not able to establish a clean working environment. Just a few questions regarding that. My setup is as follows, U

[Tinyos-help] define channel for em430

2012-06-26 Thread Maryam Jalalitabar
Hi, I am trying to change the channel on EM430F5137RF900 which is saved as em430 platform in "osian/tinyos-2.x/tos/platforms". I am not sure if I am changing the channel in the right way. For the BlinkToRadio application I add CFLAGS = -USER_SETTING_CHANNR=16 in Makefile for one mote and for t

[Tinyos-help] RSSI Values RSSIDEMO

2012-06-26 Thread Pablo Fernandez
Hi, I am trying to understand the values that RssiDemo provides. I am using an IRIS mote based on Atmel RF230 radio transciever. The value range that I am getting from RssiDemo is 0-84(following RSSIDEMO tutorial) so I can figure out that what I getting is the energy value and not the RSSI. Also

Re: [Tinyos-help] PacketParrot Compiling problem

2012-06-26 Thread Pablo Fernandez
Some details: That component is located in: C:\Crossbow\cygwin\opt\tinyos-2.x\tos\chips\cc2420\csma When I try to compile with micaz it works I am using tinyos 2.x. thanks for you time. Regars Pablo. 2012/6/26 Pablo Fernandez > Hi all, > > I get this error trying to compile packetParrot for an

[Tinyos-help] PacketParrot Compiling problem

2012-06-26 Thread Pablo Fernandez
Hi all, I get this error trying to compile packetParrot for an iris platform: In component `PacketParrotC`: PacketParrotC.nc:51: component CC2420CsmaC not found PacketParrotC.nc59: no match PacketParrotC.nc:60: no match make: *** [exe0] Error1 Any suggestion?. Thanks Regards Pablo. ___

Re: [Tinyos-help] LogStorage Synclog

2012-06-26 Thread João Alves
My objective is to read the whole log. I was debugging the LogRead pointer and the pointer is being incremented correctly, but the data read is allways the last append. 2012/6/26 AKHILA S RAO > SEEK_BEGINNING takes you to the beginning of the log . .The pointers get > automatically incremented w

[Tinyos-help] Steps for sensing sound in micaz nodes

2012-06-26 Thread ahmed desoky
i am searching for a simple Nesc code for a wireless sensor and actuator network with 4 sensor nodes sensing sound coming from the buzzers of 3 actuators, this 3 actuators control the magnitude of sound coming from their buzzers to achieve sound uniform distribution among the 4 sensor nodes

[Tinyos-help] simple wireless sensor and actuator network

2012-06-26 Thread ahmed desoky
I am implementing a simple wireless sensor and actuator network, my objective is ensuring a uniform acoustic sound distribution coming from the buzzers of 3 actuator nodes, i just want a simple NesC code for a wireless sensor network with 4 sensors and 3 actuators (the buzzers of the sensor nod

[Tinyos-help] questions regarding data logging

2012-06-26 Thread Michael Ge
Hi, all, I am fairly new to the TinyOS programming and I am from Civil background, not from EE, so I really hope someone could help me with the wireless communication thing. What I want to do is as follows: I already have the sensor and codes ready for use. (I use the SBT80EDU board and the Sense

[Tinyos-help] LogStorage Synclog

2012-06-26 Thread João Alves
-- Forwarded message -- Hi, I am having problems with the LogStorage and its driving me crazy. I am sending this email to you to see if you're available to help me. Bellows follows my question, if you have the desire and time to help me, I would greatly appreciate it. I am working