[Tinyos-help] Problems compiling Antitheft

2007-04-18 Thread Marcel Kania
Hallo, I checked out the tinyos-2.x files and I'm trying to compile the Antitheft example. But I get following error-messages: In component 'PhotoTempDeviceC': /opt/tinyos-2.x/tos/sensorboards/mts300/PhotoTempDeviceC.nc:24: cannot find 'ResourceDefaultOwner' /opt/tinyos-2.x/tos/sensorboards/m

[Tinyos-help] How to convert sensed values to engineering values

2007-04-18 Thread Marcel Kania
Hallo, I'm successfully sensing with a MTS300-board. Where do I find the conversion-formulas to transform the values (voltage, light, sound...). I'm using Tinyos 2.x. Cheers Marcel ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU htt

Re: [Tinyos-help] Activating the sensing elements of a MICA2 system

2007-04-18 Thread Marcel Kania
[EMAIL PROTECTED] schrieb: Dear all, We got a new MICA2 system with an MTS300 sensors card and all efforts to activate the sensors under TinyOS 2.0 failed. We are able to activate communication betwenn several sensors BUT activating the light, temperature or microphone have failed. Any help or

Re: [Tinyos-help] tinyos 2 - MTS300 temperature and light values

2007-04-24 Thread Marcel Kania
Hallo, I would also like to know, how to convert the sensed-int-values in scaled units, e.g. int->degreecelsius. I didn't find anything in the documentation. Any hints? Cheers, Marcel > > extremly high and we dont realy know in what scale are they > measured.> We know that the values are

Re: [Tinyos-help] Java Listen program

2007-05-05 Thread Marcel Kania
Have a look at the mig-tool. It generates classes that offer easy access to the content of messages. You find the instructions how to use it in the tutorial. Cheers, Marcel Embedded Lab schrieb: > first identify the packet format,means which type of packet u r receiving > n then go to java listen

Re: [Tinyos-help] Java.io.IOException: Invalid port. No comm ports found!

2007-05-09 Thread Marcel Kania
Hallo, here a short description, how I resolved this problem. I hope it's understandable. try this: public class MyCommunicationClass implements MessageListener { private MoteIF mote; ... mote = new MoteIF(BuildSource.makePhoenix(serialAddress, PrintStreamMessenger.err)); mote.registerListe