Hi Ralph, I am working with the interface you suggested. But there is something I don't understand. When I look the received messages with "trace" function,...
Hello everyone, I been working with java applications SerialForwarder and Listen, to analyze AM packets. However I am unable to identified which TOS_MSG field...
I couldn't find the product in Devisor electronics....could you please send the link once again... Thanks, Arun ... send a web-link of the product because I...
Dear Arun, I am attaching the datasheet for DXC600, mfg by Devisor electronics, china.I have been told that,This company is working for Crossbow , china .You...
I'm interested in recording sounds through imote2. Does anybody know what's the maximum achievable sound sampling rate and maybe some implementation examples...
I am able to succeed in reading the microphone data through ITS400 sensor. I just need the envelope of the sound signal therefore, I use resoultion of 10bit...
Hi Arun, the sampling rate will depend very much on what type of I/O port you want to use and what OS you are running. Currently we don't have good provisions...
Hi Manu, take a look at /beta/platform/imote2/AM.h it should be the format for your received message. 04, 01, 08, 01, FF FF, FF FF, 04, 7D, 01 00 13 00 length,...
Dear imote community forum, I am new to this community, and have several questions I would like to ask. As a final year project, I will combine an imote2 iwth...
Hi Ralph, I need to restore tinyOS, for I've installed linux on imote2. I have restore the bootloader for tinyOS with a JTAG. But when I power the board, there...
Thank you Robbie! As you said, just writing the node address from the commandline is not enough. I should have changed this address #define ROOT_ID 0xbb to...
Hi Bensenq, you have restored the USB loader but not loaded an application yet. You need to compile a tinyos 1.x application first, which you can then load ...
Hi Ralph, After reading the message before, now I am thinking that boot loader has been restored successfully. But i still can't find ¡°BluSH>¡± prompt in...
On the Imote2, you may use TinyOS, Linux or .net as your OS and program environment. In order to talk to your embedded processor, you can use the UART...
The Blush shell is compiled with the TinyOS 1.x application. You need to load a TinyOS 1.x application first as I mentioned in my message. The boot loader in...
Just to follow up, after spending countless hours testing and debugging, I have finally determined why SensorBoardC sometimes crashes. It is because the...
dear Ralph, I have been provided with no JTAG, debug board (the UART interface) and am only just started to link to the node via the USB. Also, after viewing...
Dear Ralph, One other word, please point me in the right direction, where I can develop my skills in TinyOS and nesC, such as tutorials, explanation documents...
The USB interface is bi-directional when using TinyOS 1.x or Linux Ralph ________________________________ From: intel-mote2-community@yahoogroups.com ...
SensorboardC sometimes crashes while it is trying to obtain sensor readings. To account for this, I am using a timer to timeout the process of collecting...
Hi Liang- Unfortunately as you've pointed out, the current implementation isn't so good at handling error conditions. Even more more unfortunate is that the...
Hi Ralph, I find a problem between IIB2400 and ITS400. When I use ITS400test to test the sensorboard, I find it has a differet result with or without IIB2400...
Try the suggestion given here. They worked for me http://sensorweb.vancouver.wsu.edu/wiki/index.php/Tinyos#Install_Imote2_in_tinyos-1.x Regards, Nilesh ... -- ...
Hi Bensenq I normally use usbnet to connect to my Linux imote2, so no need for the debug board. On your Linux laptop connected to the imote2 USB interface: ...
Dear Ralph, We have IMOTE2 from crossbow, preprogrammed with .NET loader (IPR2410 modules). To use TinyOS instead of .NET, and download TinyOS 1.x or 2.x...