Re: [Tinyos-help] Tmote I2C problems

2007-03-21 Thread Miguel Domínguez Durán
Thanks for your quick answer, Ankur. Well, it seems like that's not my problem as I'm already releasing the bus resource in the writePacketDone event. As I said, I've been looking at the AD524X interface from the tmote invent sensorboard drivers, so I guess the command calls sequence is right.

[Tinyos-help] Tmote I2C problems

2007-03-20 Thread Miguel Domínguez Durán
Hi everyone, I'm trying to access to an EEPROM memory from a Tmote device through the I2C interface. I'm working with Boomerang distribution. I've been looking at the AD524X interface to extract some ideas for my code (so I've used bus arbitration and the I2CPacket interface) and I've also

[Tinyos-help] Is there any incompatibility between Deluge and LQIMultiHopRouter?

2006-11-14 Thread Miguel Domínguez Durán
Hi everyone, I'm trying to use the LQIMultiHopRouter module along with Deluge to alert the sink node (node 0) when a new image is completed in a single node, but it seems like the motes can't get the images correctly when i wire the multihop module into my application. Can anyone tell me if is

[Tinyos-help] Deluge: notification when a new image is completed

2006-11-02 Thread Miguel Domínguez Durán
Hi everyone, I'd like to extend Deluge to generate a notification when a new complete image is received. Is there an easy way to know when this occurs? Best regards, Miguel Domínguez ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] Change number of images for DELUGE

2006-10-04 Thread Miguel Domínguez Durán
Hi everyone, First of all, sorry for my english. I'm quite new with DELUGE and I'm looking for a fast way to change the number of images it uses. I have found a DELUGE_NUM_IMAGES constant in the code but it seems fixed to 6 maybe in a makefile. Where can I change this value? I'm using tmote sky