[Tinyos-help] Re : Data in java code

2009-05-22 Thread bouzayani walid
Thank you Sir, I will trying your solution. But I like knowing if the data given by this project (oscilloscope in tinyos 1.1) is really the temperature of sensor. Thank you in advance__ BOUZAYANI Walid Student Researcher CES Laboratory, ENIS Tunisia bouzayaniwalid2.

Re: [Tinyos-help] Re : Data in java code

2009-05-22 Thread Raffaele Gravina
The Oscilloscope tinyos application is wired to the DemoSensorC component which, if compiling for telosb, is in turn wired to the VoltageC component. To obtain readings from the microcontroller temperature sensor you should instead wire DemoSensorC to Msp430InternalTemperatureC. Please note that y