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 your group to be featured on the Yahoo! Groups website? 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 1024 - 1053 of 3101   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1024
Hi Guys, I have been trying to build "Blink" on my machine as per the instructions provided on the TinyOS documentation.However, I see the error as mentioned...
satyu_83in
Offline Send Email
Mar 2, 2008
6:31 pm
1025
Dear all does imote2 provide any kind of inherent compression? If YES, then which compression algorithm is being used, Since I require to know this for...
captain_saxena
Offline Send Email
Mar 4, 2008
4:36 am
1026
If you have linux running then there are multiple codecs available to encode the raw video/audio captured by your camera/microphone to highly compressed forms....
Nilesh Mishra
nilesh.mishra
Offline Send Email
Mar 4, 2008
6:39 am
1027
Dear Ralph: Could you give me any solve? Because i can't use these data to analysis. Thank you....
cornetlin
Offline Send Email
Mar 4, 2008
9:38 am
1028
Hi guys, I got motes from crossbow. Is it possible to downlaod program via usb without JTAG and interface board? I really don't know anything about imote. ...
Sang-Hun Lee
mcsang1
Offline Send Email
Mar 4, 2008
3:46 pm
1029
Hi Lin, The time stamp is indeed generated on the PC with this call: HandleOutput( String.Format( "[{0:HH:mm:ss:fff}] ", DateTime.Now ) ); It is subject to...
Ralph Kling
rmkling
Offline Send Email
Mar 4, 2008
5:26 pm
1030
Hi all, The batteries board of imote2 requires 1.5v, but normally the rechargeable batteries are 1.2v. Would these batteries affect the performance of imote2...
guan.linjie
Offline Send Email
Mar 5, 2008
1:02 am
1031
You can use rechargeable batteries, however, keep the following in mind: * you will need a separate charger to charge them * the Imote2 will shut down around...
Ralph Kling
rmkling
Offline Send Email
Mar 5, 2008
2:37 am
1032
Dear Ralph: Yes i fund the codes in the program codes of serialdump. But my question is the some output data have the same time like i posted. These data can't...
lin cornet
cornetlin
Offline Send Email
Mar 5, 2008
7:10 am
1033
Hi Ralph, Thank you very much for you help! I am awaiting the JTAG cable to come (I've ordered one for arm and xscale chips from ebay). It seems there is no...
crashboat
Offline Send Email
Mar 5, 2008
9:18 am
1034
You can modify the serialdump code to add a sequence number to your data. That way you can distinguish multiple data items with the same time stamp. ...
Ralph Kling
rmkling
Offline Send Email
Mar 5, 2008
3:56 pm
1035
Dear Ralph: Thank you very much. Why not using the time stamp on sensor node but to use PC time stamp. Because the event occurring time is not equal to the...
lin cornet
cornetlin
Offline Send Email
Mar 5, 2008
4:31 pm
1036
Hi, I am using imote2. I was wondering if I could display the debug messages in my cygwin window? I cannot use iMoteConsole.exe because I am not actually...
Rashmi MV
rashmv
Offline Send Email
Mar 5, 2008
7:14 pm
1037
Hi, I am using imote2. I was wondering if I could display thedebug messages in my cygwin window? I cannot use iMoteConsole.exebecause I am not actually loading...
Rashmi MV
rashmv
Offline Send Email
Mar 5, 2008
7:15 pm
1038
Dear all, Previously, I could send captured data from iMote2 to PC via USB by using SendJTPacket interface and show it on iMoteConsole. The point is I could...
yukang_guo
Offline Send Email
Mar 5, 2008
8:49 pm
1039
Hi Yukang- When you say "shown" in iMoteConsole, what do you mean? If you mean printed to the screen as if it were text, then yes...you are ...
Adler, Robert P
azradler
Offline Send Email
Mar 5, 2008
10:54 pm
1040
Why do you need a separate charger to charge rechargeable batteries? According to http://ubi.cs.washington.edu/files/imote2/docs/imote2-ds-rev2.0.pdf the power...
Jeff Boyd
jboyd.rm
Offline Send Email
Mar 5, 2008
11:55 pm
1041
The original question was asking whether you could use rechargeable batteries with the battery board (i.e. in place of the normal alkaline AAA's). This is...
Adler, Robert P
azradler
Offline Send Email
Mar 6, 2008
12:25 am
1042
Thanks for the clarification. ... From: "Adler, Robert P" <robert.p.adler@...> To: intel-mote2-community@yahoogroups.com Sent: Wednesday, March 5, 2008...
Jeff Boyd
jboyd.rm
Offline Send Email
Mar 6, 2008
12:47 am
1043
The Imote2 battery board can recharge a Li-Ion battery, however, that requires HW and SW modifications. It would be much easier to use a separate charger. ...
Ralph Kling
rmkling
Offline Send Email
Mar 6, 2008
1:14 am
1044
Thanks for your replies, They are very useful....
guan.linjie
Offline Send Email
Mar 6, 2008
3:45 am
1045
Hi Rashmi, Its the same no matter you are loading the mote with applications or not, you still can use iMoteConsole.exe to debug. When you use includes trace; ...
guan.linjie
Offline Send Email
Mar 6, 2008
3:51 am
1046
Hi Robbie, Thanks a lot for your reply. Yes, when I say show data in iMoteConsole, I do mean print to the screen as if it were text. As you said, "In my case,...
yukang_guo
Offline Send Email
Mar 6, 2008
11:08 am
1047
Hi all, Basciall, my aim is to collect data from imote2s to my PC and then display all collected data from imote2s in the Windows PC. But I don't have...
crashboat
Offline Send Email
Mar 7, 2008
9:39 am
1048
Hi Jay, The Imote2 is only recognized by a PC is your have the TinyOS 1.x firmware installed. If you want to use Linux on the Imote2s and also use usbnet with...
Ralph Kling
rmkling
Offline Send Email
Mar 7, 2008
4:07 pm
1049
Hi, I am working on the imote2 over the air programming. I had a look at thecode that is used to erase flash and write to flash. I had a few questionsregarding...
Rashmi MV
rashmv
Offline Send Email
Mar 8, 2008
12:45 am
1050
Dear Ralph King, I am doing final year project which is about source localization. So I am going to use imote2 to transmit and recieve some data from the...
Sang-Hun Lee
mcsang1
Offline Send Email
Mar 8, 2008
2:11 pm
1051
Hi, what JTAG dongle are you using? Ralph ________________________________ From: intel-mote2-community@yahoogroups.com on behalf of Sang-Hun Lee Sent: Sat...
Ralph Kling
rmkling
Offline Send Email
Mar 9, 2008
5:13 pm
1052
Dear Ralph, I am purchasing 03 imote2, one IIB 2400 and one macgraigor JTAG cable, but still it will take 20-25 days for all items to reach to me. I am...
captain_saxena
Offline Send Email
Mar 10, 2008
3:14 pm
1053
There is no simulation environment for the Imote2. The kernel files are machine specific and will not work on a PC. What you can do, however, is test you...
Ralph Kling
rmkling
Offline Send Email
Mar 10, 2008
3:57 pm
Messages 1024 - 1053 of 3101   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