Re: [Tinyos-help] Questions about using I2C on MicaZ / MTS300 (TinyOS 2)

2007-03-04 Thread tw796021
Thanks, we've found out and already got it to work ;-) Sorry for not "posting" this... Thomas > On Jan 3, 2007, at 12:50 PM, Thomas Wagner wrote: > >> Hi again, >> >> Would you mind if I ask you another question? >> >> We have to write our program (wich communicates with the Mote >> Network) in

Re: [Tinyos-help] Questions about using I2C on MicaZ / MTS300 (TinyOS 2)

2007-03-01 Thread Philip Levis
On Jan 3, 2007, at 12:50 PM, Thomas Wagner wrote: Hi again, Would you mind if I ask you another question? We have to write our program (wich communicates with the Mote Network) in VB.net, so we are about to code some kind of message listener in .net. Now we're hanging in decoding / encodin

Re: [Tinyos-help] Questions about using I2C on MicaZ / MTS300 (TinyOS 2)

2007-01-03 Thread Thomas Wagner
Hi again, Would you mind if I ask you another question? We have to write our program (wich communicates with the Mote Network) in VB.net, so we are about to code some kind of message listener in .net. Now we're hanging in decoding / encoding our messages. In particular, building the checksum

Re: [Tinyos-help] Questions about using I2C on MicaZ / MTS300 (TinyOS 2)

2007-01-03 Thread Thomas Wagner
Ok, I tried what you suggested and I found out, that there seemed to be the Problem that this I2C.commandComplete() event was not signaled, so everything after setStart failed. After playing around a little, I changed the I2C.init function in HplAtm128I2CBusP.nc to: if (TRUE) {//hasExternalPul

Re: [Tinyos-help] Questions about using I2C on MicaZ / MTS300 (TinyOS 2)

2006-12-28 Thread Thomas Wagner
Thanks (again) for your answer and the file, maybe I'll have to add some kind of delay ("Warmup") between powering the device up (I have commented the lines out because it didn't work with them so I just tried something else) and using the I2C (I also needed to do this for measuring light and Temp

Re: [Tinyos-help] Questions about using I2C on MicaZ / MTS300 (TinyOS 2)

2006-12-27 Thread Philip Levis
On Dec 9, 2006, at 4:03 AM, Thomas Wagner wrote: Hello at all, Because I haven't found a driver for the MTS300 (TOS 2). I began to wrote my one, which produces good enough values for temperature and light, but the sound value (altough I can read it) is not so satisfying so I tried to set

[Tinyos-help] Questions about using I2C on MicaZ / MTS300 (TinyOS 2)

2006-12-27 Thread Thomas Wagner
Hello at all, Because I haven't found a driver for the MTS300 (TOS 2). I began to wrote my one, which produces good enough values for temperature and light, but the sound value (altough I can read it) is not so satisfying so I tried to set the gain value for the microphone (I2C). With he help of

[Tinyos-help] Questions about using I2C on MicaZ / MTS300 (TinyOS 2)

2006-12-09 Thread Thomas Wagner
Hello at all, Because I haven't found a driver for the MTS300 (TOS 2). I began to wrote my one, which produces good enough values for temperature and light, but the sound value (altough I can read it) is not so satisfying so I tried to set the gain value for the microphone (I2C). With he help