Hi, Can anybody help me finding the imote2's ID? I'm trying to erase the flash memory of Imote2, and then I need to restore the Imote2's ID. The ID should be...
Hello! all I am working on Imote-2 under Linux 2.6.29 I want to ask is it possible change the fields or introduce new fields in the tosmac packet. If it is...
... Little more than can be gained by reading the driver source. It's not something I've ever made much use of. There are moves afoot to add 802.15.4 support...
Hello, i'm using imote2.NET How can I use serialDump to read data from Imote2 and write it in a textbox to a windows form? Is there any information about the...
Hi, I am flashing linux 2.6.26 to iMote2. It's almost done. But when i try to set the USB0 address, i met some problems. 1) I use "ifconfig -a", no usb0 shows ...
hi bluemay4, this is a tricky question. Not at batteries behaves in the same and it happens because of its chemical composition. The remaining battery level ...
Hello, I am wondering what the difference is between the Core and Bus Frequency. I have been able to get the IMote2 working with the following frequencies: MHz...
Bus speed refers to the memory bus. The memory can operate up to 208MHz, so in the 416MHz core mode you are forced to run the memory bus slower. Generally, a...
hi, i would like to find out the step-by-step documentation for imote2 on linux with the ov7670 camera working. i had been trying to follow some wiki guide and...
... Hi, Firstly, which wiki pages are you following (so we can fix issues as you find them!) and secondly how far have you got and what's the current problem? ...
Hi, I am developing an image compression application using the imb400 multimedia board. My thought was If I spend more power on computation (compression) I...
... I would like to add one more point: (4) Storing the captured image in SRAM instead of SDRAM. I wonder if you know the base address of SRAM, and is this...
Some quick comments: 1. WMMX is possible - but will require some work to implement 2. This can easily be tried out, it should work at lower frequencies as well...
Hi Ralph, 2. about the microcontroller frequency, is there any T2 command that enables me to change the freq at run time? 3. My application uses small images....
Hi Rami, I'm not so familiar with T2, but if you look at the SwitchFrequency command in T1 you can probably find the equivalent T2 routines as well. Just...
it's worth noting that you will make yourself very, very unhappy if you just randomly start writing into SRAM. This is where ALL of your variables and state...
... You can use Mica2 or IRIS and the XSniffer to listen the packets from Imote2. Save to a .CSV file. It is because the Imote2 is sending by broadcast. Then,...
... That's a failure to detect the presence of the camera. Usual reason for that is the absence of a pull up resistor on the i2c data line. (see the 2.6.29...
... Not easily. The missing pull up resistor means that comms with the camera can only be one way (you can write to it but not read.) Whilst it is possible to...
... Hi, Thanks for the reply. How do I go about soldering the 1k resistor mentioned then? I mean the 2 bus that connects to the main board is like 2 tiny...
... As per the instructions in the changelog, solder it between the right pad of r8 (doesn't matter if you short to r1 but be careful not to get r12 as well) ...
Hi, I am trying to use Intel's ipp (intel performance primitives) library in my tinyos video processing application. I cannot find any link to download that...
Hi I am trying to send messages over serial port of Imote2 under linux 2.6.29 I have found some program and changed according to my need. This program runs...