[Tinyos-help] Problem with TOSBase

2011-05-13 Thread Hong Nhung Nguyen
Hi all, I am currently working with a single-hop wireless sensor network, I used the stuff from Crossbow (2 IRIS motes) and now having a problem with the mote which is acting as a base station. The sensor readings can be read by using XSniffer, but MoteView could not read these data and I do no

[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 showin

[Tinyos-help] Problem with TOSBase

2006-01-24 Thread Emmanuel Amador
I would like to thank everyone for the answers for my last post. I have tried to use TOSBase, it works fine with CnTtoledstorfm and a mote, I mean I receive packets on the serial port of my computer. The problem is when I use a home-made sensor, this sensor transmits datas on the mote via 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 fact:

Re: [Tinyos-help] Problem with TOSBase

2006-01-24 Thread Michael Schippling
If I understand correctly, you have a serial sensor connected to the UART of a mote running TOSBase, and want that mote to transmit to your base-station which also runs TOSBase? Unless your sensor formats TOSMsg structs, it ain't happening. Both the UART and Radio sides of TOSBase expect messages

Re: [Tinyos-help] Problem with TOSBase

2006-01-25 Thread Emmanuel AMADOR
Thank You! You have perfectly understood my problem. I am not sure I will be able to devel in TOSBase, it is so monolithic, without comments. I am not sure I will understand it soon. I will try with GenericBase or TransparentBase. And try to find some examples with lower level UARTM code. I'll try

Re: [Tinyos-help] Problem with TOSBase

2006-01-25 Thread Michael Schippling
Don't know if the other *Base programs will be any better, as far as I can tell TOSBase is the only one that actually works... You can find the TOSMsg structure in tos/types/AM.h (for mica2). For micaz the radio version is in tos/platform/micaz/AM.h. What you need to do is experiment with low le

[Tinyos-help] Problem with TOSBASE And SurgeView

2006-12-01 Thread Thusitha Bandara
Hi, I got a MICAz Mote and upload the MicaHWVerify program. Then got another MICAz Mote and upload the TOSBase to it. But it is not working for the RF Verification. But both of those MICAz worked well for the Hardware Verification. So: 1) 1.1) What may be the proble

Re: [Tinyos-help] Problem with TOSBASE And SurgeView

2006-12-01 Thread Michael Schippling
If you are working with T1 make sure you have version 1.1.10 or greater, and I recommend working from the contrib/xbow tree because their MakeXbowlocal file actually has a rational way of setting default radio channel and level...which is probably your problem. If you continue to have trouble send

Re: [Tinyos-help] Problem with TOSBASE And SurgeView

2006-12-05 Thread Thusitha Bandara
Hi Michael, Thank You Very Much for your immediate reply on TOSBase! But i got late to check the mail. But if you don't mine can you please reply for the followings as well? 2) 2.1) What are the Steps "to Make another group like SurgeView Support Group"? 2.2) How can i add another Mot

Re: [Tinyos-help] Problem with TOSBASE And SurgeView

2006-12-05 Thread Michael Schippling
I would if I could...sorry I don't know about Surge. MS Thusitha Bandara wrote: Hi Michael, Thank You Very Much for your immediate reply on TOSBase! But i got late to check the mail. But if you don't mine can you please reply for the followings as well? *2) 2.1) What are the Steps "to

RE: [Tinyos-help] Problem with TOSBASE And SurgeView

2006-12-05 Thread Giri Baleri
: Tuesday, December 05, 2006 12:47 PM To: Thusitha Bandara Cc: [EMAIL PROTECTED]; tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Problem with TOSBASE And SurgeView I would if I could...sorry I don't know about Surge. MS Thusitha Bandara wrote: > Hi Michael, > > Thank You

[Tinyos-help] problem with TOSBase and OscilloscopeRF apps

2006-09-29 Thread Mirela Ioana Marta
Hello, I uploaded the two applications (TOSBase and OscilloscopeRF) on mica2 motes and I was trying to see wheather the two motes communicate, but for some reason the mote on which I've put OscilloscopeRF was working fine, but on the other mote I didn't see any leds lighting. I can't figure

[Tinyos-help] problem with TOSBase and OscilloscopeRF apps - persists

2006-10-04 Thread Mirela Marta
Hello,The problem with the communication of TOSBase with Oscilloscope persists. I did the exact steps required and I checked the frequncy on which the mica2 motes communicate and it's fine, but still they do not communicate. TOSBase sends packets when used with serial forwarder, but doesn't receive

RE: [Tinyos-help] problem with TOSBase and OscilloscopeRF apps -persists

2006-10-05 Thread Siirtola Harri
inyos-help@Millennium.Berkeley.EDUSubject: [Tinyos-help] problem with TOSBase and OscilloscopeRF apps -persists Hello,The problem with the communication of TOSBase with Oscilloscope persists. I did the exact steps required and I checked the frequncy on which the mica2 motes communicate and it's fine, but sti