Hi I have posted several messages on the list regarding the radio communication and as Jonathan told that tosmac doesn't work in the current version. So either...
Hi, ... The imote2 has an i2c and several spi busses, so if your sensors will work with them things are nice and easy. If you have xbows sensor board, then...
I am not using the .net eddition (I am using imote2 IPR2400 sensor board). I am looking for a medical sensors that can sense information like body tempreture,...
Hi, I checked getBatteryVoltage command in PMIC. It returns result_t. It does not return any value. Is there any way to find out current battery power. In...
Hello guys, In the manual it says we can power up the I mote 2 connecting external power supply directly to the onboardĀ pads, can anyone helps me locate...
Hi, I read the datasheet at "http://www.cs.wustl.edu/wsn/images/0/07/Intel.ITS400.DataSheet.pdf". Because the ADC and the Accelerator use the I2C bus, I have...
Hi guys, good news, it worked ! :-) I did just upload an application which receives packets from sensor motes and forwards them over the serial port. Consider...
Hi Robbie Adler and Ralph, I checked getBatteryVoltage command in PMIC. It returns result_t. It does not return any value. Is there any way to find out...
The accelerometer uses SPI bus. In any case, I2C is a multi-drop bus so it can support multiple devices. The I2C on the ITS400 works without modifications. ...
Compile an app such as Blink under TOS 1.x. Connect with ImoteConsole and type BatteryVoltage to display it. Ralph ________________________________ From:...
Thanks Ralph, I tried it. It always give me same result whether batteries or new or old or even no batteries. 4.275V. ________________________________ From:...
There are two larger square pads with holes right next to the USB connector and reset switch. See image below (some of the other components may be different on...
Is your USB cable plugged in??? ________________________________ From: intel-mote2-community@yahoogroups.com [mailto:intel-mote2-community@yahoogroups.com] On...
Hi Luca, If you are using the Crossbow IBB2400 battery board be aware that it provides auto-start capability itself, thus bypassing the PIR sensor in the...
Hi, I used the instructions, but after using : make reinstall intelmote2 bootloader the result is like compiling and then it finishes without no changing in...
It means if I want to measure the voltage of a node then I install a program on another node(wirelessly connected to base node) that measures battery voltage...
You could do that. If you have an IIB2400 you can also do the following: * Move SW6 on the IIB2400 to "no pwr" - this will make sure the Imote2 is not powered...
Hello, I have a couple of basic questions. -System: Tinyos2.1 on ubuntu 8.10 -Device: Imote2, IIB2400 (Imote2 Interface) and Jtag-USB-TINY cable The...
Thank you Ralph, I have recompiled that before reinstallation, I even use install too, but still there is no result. By the way, I get most of the warning...
Hi Svilen, You said ImoteConsole works; I assume that you set it up as a direct USB connection. As a next step, you can try using the IIB2400 to connect your...
Hi Ralph, thanks for the reply. ... Thats correct ... So in IMoteConsole, use the higher com port? I thought the lower port is for raw data, and the upper for...
Thanks. I compiled ImoteConsole from /contrib/imote2/tools/src, and it connects on the higher serial port, with TestITS400 running on the mote. I guess from...
Hi Svilen. I'm happy you got it to work. I am not too familiar with the PC side of thinks but you are looking in the right place. The UART requires a protocol...
Thanks again for your help! The SHT humidity and temperature now work. I will be looking into the PC-side serial protocol which iMoteConsole realizes. Svilen...