posts - 8,  comments - 28,  trackbacks - 0
在tinyos-help上面找到的,也是一个困扰了我们一个多月的东西

TMD的crossbow






Thanks to everyone,
the problem was with PhotoTempM.nc - after copying it to micasb directory I can finally see my other MICAz motes with Surge Reliable app.

In MPR users guide there is mentioned where the correct PhotoTempM.nc is located, but nobody tells what to do with it - maybe in the next version it can be mentioned that it should be copied to micasb directory, otherwise users - like me - don't pay much attention to it.

Thanks once again.

Libor.

______________________________________________________________
> Od: Matt miller <amattmiller at earthlink.net>
> Komu: "Libor Roubal" <libor.roubal at centrum.cz>, <mbaleri at xbow.com>
> CC: tinyos-help at Millennium.Berkeley.EDU
> Datum: Sat, 29 Jan 2005 20:38 -0800
> Předmět: RE: [Tinyos-help] Re:MICAz+SurgeReliable+MIB600 problem
>
> the version of phototempM.nc is in tos/platform/micaz. Copy into your sensorboard directory (micasb) after renaming the standard version.
>
> You can verify correct operation with a simpler application - e.g. Oscilloscope.
>
> ___
> Matt Miller
>
>  ..... Original Message .......
> On Sat, 29 Jan 2005 22:37:50 +0100 "Libor Roubal" <libor.roubal at centrum.cz> wrote:
> >Hi Giri,
> >I tried to comment the TINYSEC line before, but it didn't help.
> >Couldn't the problem be related to INT2 signal used by SurgeReliable application for the temperature measurement and by CC2420 radio stack at the same time, as mentioned in the MPR-MIB users (p.27/28) guide? I just don't know where to find the correct PhotoTempM.nc file with this problem solved.
> >
> >Thanks,
> >
> >Libor.
> >
> >______________________________________________________________
> >> Od: mbaleri at xbow.com
> >> Komu: libor.roubal at centrum.cz, tinyos-help-bounces at Millennium.Berkeley.EDU, msmith at xbow.com
> >> CC: tinyos-help at now.CS.Berkeley.EDU
> >> Datum: Sat, 29 Jan 2005 09:47:17 -0800
> >> Předmět: RE: [Tinyos-help] Re:MICAz+SurgeReliable+MIB600 problem
> >>
> >> Libor,
> >>
> >> One thing you might want to try is comment the line,
> >> TINYSEC=true
> >>
> >> This was network security intended for MICA2, so I am not sure if it would
> >> work for MICAz. I don't know if this is the problem, but worth a try.
> >>
> >> Also, make sure that you are using TinyOS 1.1.7 or later and confirm that
> >> you are not getting any errors during compilation.
> >>
> >> Let me know how it goes!
> >> Giri
> >>
> >>
> >> -----Original Message-----
> >> From: tinyos-help-bounces at Millennium.Berkeley.EDU
> >> To: msmith at xbow.com
> >> Cc: tinyos-help at now.CS.Berkeley.EDU
> >> Sent: 1/29/05 8:08 AM
> >> Subject: [Tinyos-help] Re:MICAz+SurgeReliable+MIB600 problem
> >>
> >> Thanks Mike,
> >> but I still can't get my MICAz's to work.
> >> I have taken all the necessary steps according to manuals from XBow, but
> >> still it does not work.
> >> I definitely need some step-by-step guide to check if I'm doing
> >> everything correctly. I will start by showing my Makefiles, so please
> >> verify them:
> >>
> >> 1. Makefile from Contrib/Crossbow/apps/Surge_Reliable directory:
> >>
> >> COMPONENT=Surge
> >> SENSORBOARD=micasb
> >> TINYSEC=true
> >> PFLAGS= -I../../../beta/tos/lib/CC2420RadioAck
> >> -I../../tos/lib/ReliableRoute -I%T/lib/Queue -I%T/lib/Broadcast
> >> -I%T/lib/Attributes
> >>
> >> include ../MakeXbowlocal
> >> include ${TOSROOT}/tools/make/Makerules
> >>
> >> 2. MakeXbowlocal file from Contrib/Crossbow/apps/ directory (uncommented
> >> lines only):
> >>
> >> DEFAULT_LOCAL_GROUP=0x69
> >> CFLAGS +=-DCC2420_DEF_CHANNEL=20
> >> CFLAGS += -DRADIO_XMIT_POWER=0xFF
> >>
> >>
> >> 3. Makerules file from {TOSROOT}/tools/make/ - not necessary to copy
> >> here, I'll just put ver. info here:
> >> Makerules,v 1.12 2004/07/28 18:47:13 cssharp
> >>
> >> Does anybody see any problem with these files? I'm going mad from this
> >> problem. I still do not see any data but from node 0 installed on
> >> MIB600.
> >>
> >> What are the other applications in /contrib/xbow/beta directory? There
> >> is another version of Surge_Reliable application, but it doesn't work
> >> either.
> >>
> >> There is also o note in MPR user manual concerning MICAz and TinyOS
> >> compatibility issues - Timer2 and INT2.
> >>
> >> Where can I get PhotoTemp.nc file with correct handling of INT2 signal
> >> so that it will not disrupt the CC2420 communication?
> >>
> >> Thanks a lot to everybody.
> >>
> >> Libor.
> >>
> >>
> >>
> >>
> >> ______________________________________________________________
> >> > Od: msmith at xbow.com
> >> > Komu: tinyos-help at Millennium.Berkeley.EDU
> >> > Datum: Mon, 24 Jan 2005 10:34:39 -0800
> >> > Predmet: [Tinyos-help] Re:MICAz+SurgeReliable+MIB600 problem
> >> >
> >> > In order to program the MICAz with Surge Reliable you will need to
> >> uncomment
> >> > a line in the "Makefile" as described in the Getting Started Guide
.
> >> Page 39
> >> > of the manual describes this in detail. Please use the link below to
> >> access
> >> > the Getting Started Guide.
> >> >
> >> >
> >> http://www.xbow.com/Support/Support_pdf_files/Getting_Started_Guide_7430
> >> -002
> >> > 2-05_B.pdf
> >> > Please also note that the latest xbow.tgz file can be found on our
> >> website
> >> > or on sourceforge which includes a new MakeXbowlocal file that will
> >> allow
> >> > you to select different channels for the MICAz.
> >> >
> >> > Mike (Crossbow)
posted on 2006-01-16 02:53 记忆中的深蓝 阅读(1647) 评论(3)  编辑 收藏 引用 所属分类: TinyOS

FeedBack:
# re: Surge_Reliable不能通讯的问题
2006-03-10 09:51 | wanglin
我也在研究WSN的网络方面问题,安装tinyos时没用crossbow的光盘,我只看了apps下的surge,能给我提供一份Surge_Reliable的代码吗?谢谢!QQ:43536328,darling_linda@126.com  回复  更多评论
  
# re: Surge_Reliable不能通讯的问题
2006-03-14 17:07 | 记忆中的深蓝
建议你去crossbow的老窝www.xbow.com去看看
那里有更加丰富的资料  回复  更多评论
  
# re: Surge_Reliable不能通讯的问题
2006-05-08 21:43 | jerry xu
Hi
I'm doing a project with MICAz and MTS300. I used AllocationReq.requestAddr(1024, MAX_SAMPLES * 2), WriteData.write()and ReadData.read() to store and fetch my data. The event ReadData.readDone and WriteData.writeDone showed that it was successful, But I could only get zeros. I didn't know why. Can anyone give me some advice? Thanks!  回复  更多评论
  
只有注册用户登录后才能发表评论。
<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

常用链接

留言簿(8)

随笔分类(7)

随笔档案(8)

相册

www.tinyos.net

最新随笔

搜索

  •  

积分与排名

  • 积分 - 14910
  • 排名 - 243

最新随笔

最新评论

阅读排行榜

评论排行榜