Hi, Folks, I am a new comer in developing application over IMOTE2. Now I am wondering how to install linux2.6 over the platform. Could anybody give me some...
Hi owen, The best resources for this task can be found here, http://embedded.seattle.intel-research.net/wiki/index.php?title=Main_Page you find instructions...
Hi Guys, I know Phil is one of the authors of the TinyOS2.x code. I don't like emailing him directly so I figured I'd send this out to the whole board. I've...
If the DMA configuration works at one clock speed but not the other, It's doubtful that it's a configuration issue. It's more likely that it's a timing issue...
Hi all, I can see that Crossbow does not support Imote2 with 'Moteworks' as it does for Mica2 and Micaz platforms. I am using TinyOS1.1 for my imote2 devices....
Hi All, We need 8 ADC input channels to sample the sensors. However Imote2 is not compatible with MDA300 board. I think probably using a ADC board which...
tinyos-1.x/contrib/imote2/tos/sensorboards/BasicSensorboard/sensorboard.h defines MAX_SAMPLING_RATE=100000. What does this mean? What is its units? Thanks! ...
The driver framework in contrib/imote2/tos/sensorboards/Framework requires that the board specific implementation part of the driver provide information about...
Thank you! This is very helpful. What is the error checking mechanism that you referred to and where is it implemented? I am trying to use the iMote2 in a...
As I talked about in the last e-mail, the component that you're using is intended to be used with the driver framework. The error checking is implemented in...
Hi Dan Yes, you can use the Imote2's I2C or SPI ports to connect external ADCs. A simpler solution would be to use two Imote2s and two ITS400 sensor boards...
Hi Ralph, Thank you for your reply. Using 2 Imotes and 2 ITS400 sensor boards is convenient but sycronization between the 8 channels dedicated on two boards...
Hi Lama, We are using Imote for data logging so one SD card is required. As you said external flash can be connected either through serial or SDIO. Could you...
Hi, This does not appear in any documentation so I thought I would document it here. By default the TOS_LOCAL_ADDRESS is set to a factory programmed number in...
Hi Dan, The simplest would probably be to use the two Imotes and connect their UARTs to establish a synch channel. Ralph ________________________________ From:...
Hi Naeem, You are correct, the Imote2 is currently not supported by MoteWorks. However, it supports the regular TOS messaging protocols (both wireless and over...
Hi Dawn, What operating system are you using on your Imote2? If you are using TinyOS (1.x), the easiest way would be to hook up a serial FLASH chip to one of...
Hi Matt, Yes, the source is available in the TinyOS 1.x tree under .../contrib/imote2/tools/src. There is no Linux version because we haven't had the need for...
Robert, I think that the inttypes.h file is redefining the int types after the stdint.h file is, which causes the conflict. which one needs to take ...
... Could you please post the URL for these drivers? I've had a look at http://www.xbow.com/Support/wSoftwareDownloads.aspx, do you mean the LabView drivers? ...
If you go to Support/Knowledge Base at http://www.xbow.com/Support/wSupportPortal.aspx Look at solution 576, you will see the link to the sample apps. Ning ......
Hey, has anyone tried interfacing an Imote2 to an external sensor? From my understanding one has to purchase Hirose DF9 female connectors (I hope they still...
Hi Oeyvind, Yes, they do, it is very straightforward. You can easily demonstrate it by using the CountToLedsAndRfm/RfmToLeds programs. Just make sure they have...
Hi Oeyvind, The easiest way to connect sensors to the Imote2 is by using an ITS400 sensor board which offers a number of on-board sensors as well as the ...
Dear all, I have some issue about USB protocol used by iMote2. I am looking at PXA27XUSBClientM.nc($TOSROOT/beta/platform/pxa27x). It mentions something called...
Send/sendDone belong to a generic split-phase interface that is provided by almost all layers of the communication in TinyOS: radio, routing, apps etc. It...