[Tinyos-help] Packet length in B-mac

2006-11-14 Thread KANG HUI
Hi, Dr. Polastre, where can I find the file that define the message format of B-Mac? I can not find it in either tos.h or cc1000const.h. In the Sensys04 paper, it said the length is 46 byte, which is different from the format in tos.h. Hui ___

[Tinyos-help] Problem with TOSBase

2006-11-14 Thread walid hamdi
Hi All!(Using TinyOS 1.x) Can somebody please explain to me this strange fact: When I implement event result_t SendMsg.sendDone(TOS_MsgPtr msg, bool success) of GenericComm to TOSBase, instead of blinking green when receiving over Radio and forwarding to the UART, the LED does not blink as

Re: [Tinyos-help] creating GUI for tinyos components

2006-11-14 Thread Marco Antonio Lopez Trinidad
Hi, check it. http://www.dcg.ethz.ch/~rschuler/ ciao, --marco. Quoting Sola Famoriyo [EMAIL PROTECTED]: Hello, Please does anyone have an idea if it is possible to create a GUI to be able to wire components together in TinyOS. I am looking at the possiblity of creating a GUI that you

RE: [Tinyos-help] creating GUI for tinyos components

2006-11-14 Thread Firat TARAKTAS
TinyOS plugin for Eclipse is enough for begininng i think. But this plugin is not being developed in paralel to TinyOS versions. http://www.dcg.ethz.ch/~rschuler/ Fırat TARAKTAŞ Proje Mühendisi GENETLAB BİLGİ TEKNOLOJİLERİ A.Ş. Kayışdağı Caddesi Kar Plaza D Blok Kat:3 34752

[Tinyos-help] Is there any incompatibility between Deluge and LQIMultiHopRouter?

2006-11-14 Thread Miguel Domínguez Durán
Hi everyone, I'm trying to use the LQIMultiHopRouter module along with Deluge to alert the sink node (node 0) when a new image is completed in a single node, but it seems like the motes can't get the images correctly when i wire the multihop module into my application. Can anyone tell me if is

Re: [Tinyos-help] sendDone() is never called on Tossim2.0

2006-11-14 Thread Philip Levis
On Nov 14, 2006, at 7:44 AM, Carlos Perez wrote: Andreas emailed me with the solution below (he is not a list member yet so he could not post it). Apparently the radio doesn't work if you don't set the noise for each node. So I added it and it works now. Thanks! Carlos. Ah, that makes

Re: [Tinyos-help] tinyOS-2.x in a Micaz OEM

2006-11-14 Thread Philip Levis
On Nov 14, 2006, at 7:59 AM, Jordi Casals wrote: Hello, I'm a spanish student and I'm starting to work with the tinyOS-2.x. Now I'm using Micaz, but next month I should begin to use Micaz OEM. I would like to know if micaz oem and tinyos2 are compatible 100% or i will have any problem?

[Tinyos-help] receiving RS232 data from datalogger

2006-11-14 Thread Tony Han
Hi all,I try to collecting data from a data logger via MIB510 station's RS232 port, and then send it back from attached mica2 wirelessly. I am hacking the TOSbase as well as GenericBase.nc, but neither of them give me the results. I have a few questions about this:1. Is that we must packet the

Re: [Tinyos-help] Problem with TOSBase

2006-11-14 Thread Michael Schippling
TOSBase uses a lower level communications layer than GenericComm, so there is no-there-there to call sendDone(). Look at RadioCRCPacket and FRamerM in tos/system for what is actually being used. MS walid hamdi wrote: Hi All!(Using TinyOS 1.x) Can somebody please explain to me this strange

Re: [Tinyos-help] Cannot compile TOSSIM application

2006-11-14 Thread Bernd-Christian Renner
Hi Phil, | I've just installed TinyOS 2.0 - had beta 2.0 before. Since that | upgrade, I | cannot compile C++ TOSSIM applications any longer. | | After make micaz tossim - which still works, another make -f | Makefile.sim | gives me: | | --- | | Ah, it turns out you need to add another

[Tinyos-help] SendMsg

2006-11-14 Thread ricardo tiago
Hi i've made a program that sends 3 messages to his neighbors, but if i send the messages in a consecutive way , only the last message is received. If i send the first message then wait a x'time , send the second message and wait again the x'time, etc, the 3 messages are received by the 3

Re: [Tinyos-help] Cannot compile TOSSIM application

2006-11-14 Thread Philip Levis
On Nov 14, 2006, at 12:26 PM, Bernd-Christian Renner wrote: Hi Phil, | I've just installed TinyOS 2.0 - had beta 2.0 before. Since that | upgrade, I | cannot compile C++ TOSSIM applications any longer. | | After make micaz tossim - which still works, another make -f | Makefile.sim |

[Tinyos-help] TinyOs OSC/MaxMsp

2006-11-14 Thread Mikael Ifversen
Hello, Does anybody in this forum have experience passing data from a Tmote or any other mote to MaxMsp, either via the Max serial object or open sound control. I guess the recent talk about TOSMsg formatted data is relevant here as well. Thanks, Mikael

Re: [Tinyos-help] TinyOs OSC/MaxMsp

2006-11-14 Thread Michael Schippling
Since I don't know anything about it I should just...but I have opinions... I believe you can integrate arbitrary java (and C?) objects into MaxMsp, therefore it should not be too hard to send and receive TOSMsg's from Max modules. Similar work has been done with MatLab and I think you can find

Re: [Tinyos-help] Re: Tython and packet history

2006-11-14 Thread Sarfraz Nawaz
Thanks for mentioning the solution. It is working fine now.On 11/15/06, Andreas Wapf [EMAIL PROTECTED] wrote:Sarfraz Nawaz sarfraz at gmail.com writes: Hi,I am using tossim/tinyviz to simulate a small network of nodes running my application. I want to extract some statistics about transmitted