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...
Show off your group to the world. Share a photo of your group with us.

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 1712 - 1741 of 3099   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1712
hi, I have to use imote2 and i am trying to install the development enviroment, But i keep getting error message.make: xscale-elf-as: Command not found make:...
Betelhem Matieos
bech_mat
Offline Send Email
Nov 1, 2008
8:23 pm
1713
Hi I would like to know has anyone already did a temperature reading application on imote2. I am currently using Visual Studio. I have difficulty in the source...
beloz1988
Offline Send Email
Nov 3, 2008
7:24 am
1714
Hello Is there a way i can flash all the data off the imote2 by issueing a command in the C# code? I need to develop an app which monitors how far the sensor...
mouton_f
Offline Send Email
Nov 3, 2008
11:56 am
1715
Excuse me for not knowing how to check the sensors baud rate, but after some search in the Internet the only thing I could figure out that normaly the Rate...
rudijerges
Offline Send Email
Nov 3, 2008
12:22 pm
1716
Are you using tos 1.x or 2.x? Also try the 2nd UART port Baud rate on the Imote2 is set with UART.setRate Ralph ________________________________ From:...
Ralph Kling
rmkling
Offline Send Email
Nov 3, 2008
4:15 pm
1717
When i try to deploy the following code, i get an error on the decrypt part of the algorithm. However if this is run in the microsfot emulator everything...
mouton_f
Offline Send Email
Nov 3, 2008
8:55 pm
1718
Hi, I am running Linux OS (2.6.27 and 2.6.14) on the imote2 and I have been trying to setup bluetooth on the imote2. I have the following error message every...
mdzzk
Offline Send Email
Nov 5, 2008
8:14 am
1719
Hi, You need to load a few modules before you use the Bluetooth stack Bluez. Check this ...
Huasong
huasongc
Offline Send Email
Nov 5, 2008
8:27 am
1720
Hi Huasong, Thanks for your reply. I have already loaded the modules before I try to use bluetooth on the board (so I am using hci_uart). However, I still get...
mdzzk
Offline Send Email
Nov 5, 2008
10:26 am
1721
Hi ... Umm, just to clarify things, what board are talking here? I'm not aware of an imote2 board with bluetooth on it. I also tried to follow the steps in the...
Jonathan Cameron
jic23jic23
Offline Send Email
Nov 5, 2008
11:15 am
1722
I still dont know how to get them....
fotgreg
Offline Send Email
Nov 5, 2008
3:01 pm
1723
I got access to register RSSI (0x13) but the value from it, read every packet received, is almost constant- i mean first byte: always 224(it is OK), the...
fotgreg
Offline Send Email
Nov 5, 2008
3:16 pm
1724
Hi, Is there a tool that can be used to step into the bootloader code (while downloading or rebooting)? If so, could you please mention the way to use this...
Rashmi MV
rashmv
Offline Send Email
Nov 5, 2008
6:33 pm
1725
Hi, Is there anyway to measure the voltage or current of the batteries? Just like the power management tool we used in Windows or Linux which we can get...
wxy821018
Offline Send Email
Nov 6, 2008
8:35 am
1726
ok thanks. so for temperature = 137 1 = 89 1 = 189 = 393. TempC=(TempRaw*10+8)/1.6 =(393*10+8)/1.6 =3938/1.6 =2461.25C or lets say the sensor is deployed with...
proxyhostings
Offline Send Email
Nov 6, 2008
9:17 am
1727
Hello Does anyone know how to get the signal strength of a received packet. For example if node A communicates to node B and B receives the packet. Is there a...
mouton_f
Offline Send Email
Nov 6, 2008
11:21 am
1728
... packet. ... I forgot to mention that this has to be done in Visual Studio C#...
mouton_f
Offline Send Email
Nov 6, 2008
11:24 am
1729
hi Xueyi i am also planning to develop imote on linux and i am new to it so i request u to help me as u have already done so. moreover my final topic is to...
kumar vimlendra
kumarvimlendra
Offline Send Email
Nov 6, 2008
1:15 pm
1730
I think there is a typo in the conversion formula for TI Temperature sensor (Section 8.3.3). The correct formula should be TempC = (TempRaw*10 + 8) / 160 Now...
Giri Baleri
mbaleri
Offline Send Email
Nov 6, 2008
4:43 pm
1731
Yes if you use tos 1.x there is a shell command to read the battery voltage. Enter "ls" to see all commands. Ralph...
Ralph Kling
rmkling
Offline Send Email
Nov 6, 2008
4:49 pm
1732
Hi Ralph, Do you meann tinyos1.x? But actually I am using linux on imote2 now. I am wondering if there is any examples in linux to give the battery ...
wxy821018
Offline Send Email
Nov 7, 2008
6:34 am
1733
Hi kumar, I am a newbie, too:) you can follow the instruction of http://imote2-linux.wiki.sourceforge.net/Installing+Howto Good luck! Xueyi ... request u to...
wxy821018
Offline Send Email
Nov 7, 2008
6:41 am
1734
Unfotunately, the da903x driver that is now in the kernel (though not quite yet on imote2-linux.sourceforge.net) doesn't yet have support for the relevant...
Jonathan Cameron
jic23jic23
Offline Send Email
Nov 7, 2008
12:27 pm
1735
Dear Jonathan, I have found the "readPMIC" function in pmic_core.c in the /drivers/platx folder.I will use this function to get the ADC value and calculate the...
wxy821018
Offline Send Email
Nov 10, 2008
7:19 am
1736
... exception during ... using "Radio Driver ... documentation in Imtoe2 ... hi: I am a newer,and I have the same problem,though I have gotten the cc2420.c,but...
pangshl
Offline Send Email
Nov 10, 2008
12:20 pm
1737
Hi everyone, I just get an Imote2, and I am new with that. The Imote2 I got was preloaded Tinyos1.x and the USB Bootloader. I want to run some C program code...
sun831011
Offline Send Email
Nov 10, 2008
5:06 pm
1738
... First question: What version of linux are your running? The code you have found has been integrated with those at imote2-linux.sourceforge.net for quite...
Jonathan Cameron
jic23jic23
Offline Send Email
Nov 10, 2008
6:49 pm
1739
... If you write a suitable kernel driver that should indeed work. ... Something changed in one of the interfaces that that da9030 battery code used. I was...
Jonathan Cameron
jic23jic23
Offline Send Email
Nov 10, 2008
6:56 pm
1740
Hi Do anyone knows how to extract raw data packets? It is because I can see it ONLY in serial dump and i need to use microsoft excel to do some...
beloz1988
Offline Send Email
Nov 11, 2008
6:22 am
1741
... the ... still ... you have ... linux.sourceforge.net for ... title=Main_Page ... thanks for your respond,and I have downloaded the kernels of linux,also I...
pangshl
Offline Send Email
Nov 11, 2008
11:53 am
Messages 1712 - 1741 of 3099   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