Fed, Thanks for help. I use it on version 1.x. Wenzhan ... -- Prof. WenZhan Song Sensorweb Research Laboratory School of Engineering and Computer Science ...
Hi, Where can I get some documentation about the debug board. If I am looking to get data from a Mote to further process that data what would be the best way...
It will only be dependent on USB if you compile with the USE_USB option. Even if you compile with the USE_USB option, it should only print error messages to...
Well I am just toggling leds once I get into certain functions. For example I toggle the led when it enters the writeData.write function. These led toggles...
does it ever boot? If you have a debug board, you can plug everything into it and open up the serial connection to see the messages that get printed out over...
Robbie, Of course it was the battery. I kind of suspected but the power light went on when you turned the mote on but then it couldnt power any led toggles. It...
Hi Ralph, Today I try to make my RPC tool work with imote2 and I found one bug and several problems. Bug: Under /opt/tinyos-1.x/beta/platform/imote2, in file...
... Hi Will, You need to connect your debug board to Imote2 at first, and plug the USB cable to debug board but not Imote2. You can use Hyperterminal or other...
Hi everyone, Does everyone know why Intel chooses 32MB flash rather than 128MB or even larger? Our situation is that 32MB is not sufficient for us, so that we...
From the PXA271 data sheet: The SPI ports can support up to 13Mb/s data transfer and the SDIO interface 78Mb/s. We have achieved >1Mb/s transfers using SPI...
... Thanks Yang. I guess what I am really trying to find is a way to get data from a mote either through usb or serial ports to further process it. So I dont...
If you use the UART method, you simply need to open up the UART on the PC and read data from it. If you choose to run a framing protocol on top of your UART...
I have a problem when I compile the blob. the messages is as follow: [root@rocketchen blob-px2]# make -f Makefile.cvs aclocal autoheader autoconf automake...
I use xmodem to download the file system.At the begin, it runs OK,but when the transfered data more than 4M.There will be some CRC error and it becomes more...
Hi, I tried to test the radio transmission of Imote2 under linux. I got a "0System not idle" or some times "invalid packet"on my screen and the packet sent...
Are you using non-block read? This might be a bug of Linux CC2420 driver. After non-block read, "CC2420_state" is not set to IDLE_STATE. After non-block read, ...
Hi Song, ... Ralph ________________________________ From: intel-mote2-community@yahoogroups.com [mailto:intel-mote2-community@yahoogroups.com] On Behalf Of guo...
Thank you Ralph, I have one more question, if there is a way to toggle led in c porgram. How can I write a c program like Blink in tinyos under linux Song ...
Hi Song, You should be able to open that proc file for writing and then write the characters below from your C program. Ralph ________________________________ ...
Thanks Robbie, THis is what I needed. I am just curious though about the log file already being created. Should this be populated with data when data is ...
Hi Ralph, I very new to the linux, where is this proc file? It would be great if you could give me a sample code to turn on the led. Thank you! Song ... ...
Hi, Thank you very much, But one silly question, where could I find the cc2420 linux driver source code, and how could I compile it back to tos_mac.ko file? ...