I would suggest completely erasing the Flash and reloading Linux - Ralph ________________________________ From: intel-mote2-community@yahoogroups.com ...
Hi everyone, We are working with Intel Motes 2 and the platform tinyos-1.x, and we are trying to measure the RSSI values. CC2420 radio datasheet mentions that...
Hi Robbie, TimeSync is now running. However, there is something I want to learn. why are you suggest at TestTimeSync.txt file to make the program like that: ...
Reapected sir, Iam a new user to tinyos. I have install tinyos 1.1.x -windows version in my laptop. and its working fine. I have purchased IRIS mote kit. Will...
Hi Mpr, If you are looking for IRIS this is the wrong newsgroup, please use TinyOS-help. IRIS is supported under TinyOS 2.x. If you actually have an Imote2 kit...
I'd be happy to update CVS with the latest timesync code now that you've test it. Would it be possible for you to send me back whatever I sent you so that I...
Here is the code I am using. As you said the instructions are a little missing. Because of this here is a little guide addition to the instructions to use...
Hi, I am working on LIS3L02DQ accelerometer imote2 in tinyos2.x ( in linux). I found that in file HalLIS3L02DQControlP.nc under ..../tos/chips/lis3l0sdq folder...
Hi John, There is a small problem with using the Alerts on the imote2 sensorboard. If you look at the datasheet under the hardware errata, you will note that...
Hi, ... If you look again you will discover that doesn't apply to the lis3l02dq. The hardware is fine for the lis3l02dq and the alert functions are fully...
*blush* I re peaked at some data sheets, you're right, it's input side. As for tmp175 needing a pullup, I took another peak at that data sheet as well, doesn't...
Respected sir, Thanks for your reply and suggestion. We are also having Imote2 kits. Since am new user to tinyos and Imote2 kit please help me in installing ...
Hi, Thanks for the reply. I actually added some code for setting the wake up configuration register but i have doubt in managing the interrupt in hpl layer ....
If you have Imote2.Builder kit, you won't be able to use it under TinyOS environment without installing TinyOS bootloader (requires JTAG cable and IIB2400...
Hi, I'm trying to flash the imote2 with RAVEN OcDemon. I'm using the Intel Software Development Tool Suite. When I try to do the communication test using XDB...
2 immediate thoughts: 1.) make sure the mote is powered 2.) make sure that you've configured xdb to use "Raven mode" instead of an "Intel JTAG" mode...
Yes my mote is powered via USB and Xdb is configured for OcDemon as you indicated but doesn't work... ... make sure that you've configured xdb to use "Raven...
If your mote is powered via usb, this might be the problem. You need to make sure that the debug board is powered via USB. To power the mote, I would suggest...
I checked both: powering the debug board and powering the imote but nothing changes... Parallel port is in ECP with base 0378 Paolo. ... need to make sure that...
Mote has been turned on...right (i.e. you pushed the power button on the mote and it briefly emitted some light)?? Only other thing I can think of is that xdb...
Well... When I connect the imote to the debug board I can barely see 2 lights: one red and one green (not veri bright). If I continue to press the pwr button...
The very faint red and green sound right, but the LED generally flashes white briefly once you push the button. Do you have any other motes or debug board to...
Hello all. I am interfacing CMOS camera with the Imote2.NET edition. I have started to get pixels using YUV format and reading 8-bit data from the camera. can...
Hey all, I was doing something on Atmega8, some microcontroller. And now i want to send some data to imote2. I connected atmega8 to imote2 through GPIO, and...
Hi all, In my project, I am collecting data from the sensors with the help of the UTimer interface. If I add this project the TimeSync component, imote2 is get...
I can't speak directly to the Timesynch component but Utimer is very tricky. It is very easy to hang the mote, especially at lower CPU frequencies. I would not...
Thanks for the amazing rapidly answer :) Setting Timer 500us is adequate for me. However, the only way to set it below milisecond is UTimer and with the...
What is it that you are trying to do with this app and how are you trying to make it work? TimeSync + UTimer doesn't really help much. Ralph can comment on...
I am sampling a mic data and send it to the pc via wireless comm, to correlate at the pc for detecting the position of the sound source. of course, these...