Search the web
Sign In
New User? Sign Up
intel-mote2-community
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 670 - 700 of 3102   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
670
Does anybody know how to micro-benchmark an Imote2? In the past, on the Tmote Sky platform, I did some micro-benchmarks by toggling an I/O pin and using an...
Chien-Liang Fok
liang_fok
Offline Send Email
Nov 2, 2007
7:49 pm
671
The Imote2 has a high resolution (us timer) that you can use to time-stamp operations and measure their execution times. Check out ...
Ralph Kling
rmkling
Offline Send Email
Nov 2, 2007
7:56 pm
672
The PXA27X processor also has performance monitoring HW blocks that you can be used to profile code. Check out the core manual for details or see the...
Adler, Robert P
azradler
Online Now Send Email
Nov 2, 2007
8:10 pm
673
Hi Ralph, yes I did use a Windows editor. I've tried vi and it works! Thanks a lot. Alain...
Chamaken Alain
chamaken
Offline Send Email
Nov 5, 2007
12:32 pm
674
In the website from crossbow, it said "Currently Imote2.Builder supports the STAR topology, in the future, we expect XMesh will also be supported".It mean now...
cornetlin
Offline Send Email
Nov 5, 2007
3:34 pm
675
Hi, Yes, you can certainly develop your own network topologies. The TinyOS 1.x distribution of Imote2 supports full mesh capabilities, you can take a look at...
Ralph Kling
rmkling
Offline Send Email
Nov 5, 2007
3:51 pm
676
Hi I'm trying to program an imote2 from Intel that probably doesn't have the USB bootloader installed. So, I followed the guide from CrossBow to put the...
brchen_2000
Offline Send Email
Nov 5, 2007
4:02 pm
677
Thank you Ralph: sorry, I think i am confused. So Can I reference the tinyos code then use the .NET Framwork SDK to develop my own application? For example, if...
cornetlin
Offline Send Email
Nov 5, 2007
5:28 pm
678
Hi, What I meant was that you can look at the TinyOS code to see how the mesh networking is programmed. You would have to re-implement similar code in the .net...
Ralph Kling
rmkling
Offline Send Email
Nov 5, 2007
5:30 pm
679
The users' manual has the radio API section that describes the primitive radio API's such as send/receive/set_option etc, we also provide a TinyOS compatible...
Ning Xu
sztrojan
Offline Send Email
Nov 5, 2007
6:10 pm
680
You will need to port the nesC code to C# if you really like the tinyos code to run on NETMF. If you already have the Imote2.Builder kit, chances are you are...
Ning Xu
sztrojan
Offline Send Email
Nov 5, 2007
6:22 pm
681
Thank you very much. I have the Imote2.Builder kit. But when i test the Blinking application, there is a error in debugging.IT Shows"There are error existing,...
cornetlin
Offline Send Email
Nov 6, 2007
10:17 am
682
Thank you; The tool moteplot can show the data on screen and the Xsniffer can monitor and display the data. But how can i save the data to text file or excel...
cornetlin
Offline Send Email
Nov 6, 2007
12:56 pm
683
XSniffer lets you log the data to a tab delimited spreadsheet file. You need to specify the file name and path in Options tab and check on "Store Data to...
Giri Baleri
mbaleri
Offline Send Email
Nov 6, 2007
4:27 pm
684
I don't think the Chinese version VS is at fault, it should work just fine. Whenever you hit the deploy button and see this error message, "There are error...
Ning Xu
sztrojan
Offline Send Email
Nov 6, 2007
6:02 pm
685
In addition to using XSniffer logging facility, you can also use SerialDump, it simple prints out all packets received to the screen, then you can redirect...
Ning Xu
sztrojan
Offline Send Email
Nov 6, 2007
6:08 pm
686
Thank you very much. Could you give me some note how to redirect them to a text file. Is that to modify the C# code on SerialDump? The XSniffer has some...
cornetlin
Offline Send Email
Nov 7, 2007
9:10 am
687
Hi everybody, 9/10 times I get the following error message when programming a mica2/micaz platform: flash error at address 0x0: file=0x0c, mem=0xff flash error...
Chamaken Alain
chamaken
Offline Send Email
Nov 7, 2007
2:38 pm
688
See inlined. Ning ________________________________ From: intel-mote2-community@yahoogroups.com [mailto:intel-mote2-community@yahoogroups.com] On Behalf Of...
Ning Xu
sztrojan
Offline Send Email
Nov 7, 2007
6:23 pm
689
Thank you; I can log the data to text now. So how i can convert the row data to engineering unit in the text file. I guess i should refer to the 8.3 sensors on...
cornetlin
Offline Send Email
Nov 8, 2007
4:38 am
691
Hi, The DOCHUNKING option is off by default. Is there any special reason that this option needs to be off? I prefer this option to be on due to the following...
nagayama_tomonori
nagayama_tom...
Offline Send Email
Nov 10, 2007
4:06 am
692
Hi, I though both 280 Hz and 560Hz sampling rates were supported for the generic sensor board. According to the messages on this yahoogroup, the only supported...
nagayama_tomonori
nagayama_tom...
Offline Send Email
Nov 10, 2007
4:10 am
693
Hi Tomo- The only reason that it was off is becuase there were two options and one of them had to be the dafault ;o) However, you shouldn't have needed to...
Adler, Robert P
azradler
Online Now Send Email
Nov 11, 2007
6:53 pm
694
Hi Robbie, Thank you for clarifying the reason behind the default value for the DOCHUNKING option. I'm sorry for the confusion about the file I modified. I...
nagayama_tomonori
nagayama_tom...
Offline Send Email
Nov 11, 2007
11:42 pm
695
Hi folk, I'm newbie about embedded system and I ask your help. I'm developing an application that should be run on Intel Imote2 with linux. I'll must to use...
ant_la_formica
Offline Send Email
Nov 15, 2007
12:56 pm
696
Hi all can any one let me know the erase command which can be used to delete a program from mica2 mote . -- Regards Anil...
lovingly22
Offline Send Email
Nov 17, 2007
2:11 pm
697
Hi all, MoteWorks currently does not support Imote2 platform. But can I still use my current MoteView and Postgres database to access and store data from...
guan.linjie
Offline Send Email
Nov 19, 2007
3:07 am
698
Hi! I'm a Korean. My nick name is ujin. I'm a forth grade student in university. Now I study about imote2. But my professor talk to me "You make the...
sryyj
Offline Send Email
Nov 19, 2007
3:25 pm
699
Hi Lin-Jie, MoteView has not dependency on the mote type, it is a PC side GUI after all. It does has some assumption about the packet format, at the minimum,...
Ning Xu
sztrojan
Offline Send Email
Nov 19, 2007
6:07 pm
700
Just a quick comment, you can not use a Mica2 as a base station since it operates on a different radio frequency and protocol but a MicaZ or Iris should work. ...
Ralph Kling
rmkling
Offline Send Email
Nov 19, 2007
7:17 pm
Messages 670 - 700 of 3102   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help