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...
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...
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...
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...
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...
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...
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...
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...
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...
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,...
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...
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...
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...
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...
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...
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...
See inlined. Ning ________________________________ From: intel-mote2-community@yahoogroups.com [mailto:intel-mote2-community@yahoogroups.com] On Behalf Of...
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...
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...
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...
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...
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...
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...
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...
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...
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,...
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. ...