Re: [Tinyos-help] Running TinyOS over Zigbit (not Meshbean)

2012-02-01 Thread András Bíró
Hi Sergio, I corrected a bunch of timing error on the rf212 radio with the help of Miklos, try updating the /tos/chips/rf212 directory from the main svn (http://tinyos-main.googlecode.com/svn/trunk/). Andris On Wed, Feb 1, 2012 at 5:55 AM, Sergio Gonzalez serg...@ece.ubc.ca wrote: Hi Miklos,

[Tinyos-help] Finding channel with max energy level

2012-02-01 Thread al face
Hi everyone, In order to find the channel with the maximum energy level, I call MLME.SCAN using the ENERGY_DETECTION_SCAN ScanType. Then I get uint32_t UnscannedChannels and int8_t* EnergyDetectList and I think that all this should be information enough, as I can detect the maximum value in

Re: [Tinyos-help] Running TinyOS over Zigbit (not Meshbean)

2012-02-01 Thread Eric Decker
2012/2/1 András Bíró bband...@gmail.com Hi Sergio, I corrected a bunch of timing error on the rf212 radio with the help of Miklos, try updating the /tos/chips/rf212 directory from the main svn (http://tinyos-main.googlecode.com/svn/trunk/). How independent is the rf212 stack? Is it

Re: [Tinyos-help] Running TinyOS over Zigbit (not Meshbean)

2012-02-01 Thread András Bíró
Hi Eric, It uses the svn version of rfxlink, but there wasn't any big change in that recently, I think it should work with older versions too. Anyway, if you wan't to be sure, update the /tos/lib/rfxlink and /tos/chips/rf230 directories too. Andris 2012/2/1 Eric Decker cire...@gmail.com:

[Tinyos-help] How is program written to ROM

2012-02-01 Thread Oliver Goroll
I have a TinyOS program that inspects the contents of the ROM at runtime via assembler instruction lpm. Is there some documentation on how an application is written to a mote (Micaz in my case)? Comparing to main.exe, main.srec or main.ihex doesn't yield the expected results: I load 8 bytes

Re: [Tinyos-help] How is program written to ROM

2012-02-01 Thread Eric Decker
On Wed, Feb 1, 2012 at 2:04 AM, Oliver Goroll ogor...@agtgermany.comwrote: I have a TinyOS program that inspects the contents of the ROM at runtime via assembler instruction “lpm”. Is there some documentation on how an application is written to a mote (Micaz in my case)? manufacture's

Re: [Tinyos-help] How is program written to ROM

2012-02-01 Thread Sainath Nambiar
Try using PROGMEM keyword in the program . Hope it works for you.Its used for storing data in flash memory(program memory) Regards -- Sainath Nambiar Research Engineer DA-IICT ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] routing table entry in CtpRoutingEngineP

2012-02-01 Thread Yusnaidi Md Yusof
Hi All, Just a quick question to my understanding. As what I understood, the routing table entry (routing_table_entry) in TreeRouting.h stores all node's current neighbors, and out of these neigbors, one is selected to be its parent, and this parent is stored in the route_info_t struct (which is

[Tinyos-help] BLINK compilation error

2012-02-01 Thread Abhishek Majumdar
I'm trying to run the make micaz sim. But I get the following error: mkdir -p Permission denied. Why am I getting this error ? And what do I do to fix it. -- Thanks Abhishek Majumdar ___ Tinyos-help mailing list