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:...
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...
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...
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...
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:...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
... 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...
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...
... 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...
... 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...
... 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...