Re: [Tinyos-help] I2C problem in micaz and MDA300

2012-09-24 Thread francodipersio
, 17 de julio de 2012 20:00 Para: francodipersio CC: tinyos-help@millennium.berkeley.edu Asunto: Re: [Tinyos-help] I2C problem in micaz and MDA300 Try to compare the low level I2C code and see what's different between T1 and T2. I think the last version of T1 had the atmega code in: tinyo

Re: [Tinyos-help] I2C problem in micaz and MDA300

2012-07-18 Thread András Bíró
Hi, I used the debug a lot the MasterPacketP. The best way was to add some DiagMsg to every command/event in the HplAtm128I2CBusP. Andris On Tue, Jul 17, 2012 at 12:33 PM, francodipersio wrote: > Hi, > > > > I am using Micaz and Tinyos-2.1.1 together with the MDA300 sensorboard. > > Taking as b

Re: [Tinyos-help] I2C problem in micaz and MDA300

2012-07-17 Thread Michael Schippling
Try to compare the low level I2C code and see what's different between T1 and T2. I think the last version of T1 had the atmega code in: tinyos-1.x/tos/platform/avrmote/HPLI2CM.nc If you search for "schip tinyos I2C" you'll find some help list discussion of my battles with the Moteworks all-i

[Tinyos-help] I2C problem in micaz and MDA300

2012-07-17 Thread francodipersio
Hi, I am using Micaz and Tinyos-2.1.1 together with the MDA300 sensorboard. Taking as base the code from http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x-contrib/uoit/mda3 00ca/ , I am actually tryin