[Tinyos-help] MDA100CB and Soil Moisture Sensor

2011-05-11 Thread George_1985
Hi guys i have allready MIB520 iris motes , MDA100CB developemnt area and soil moisture senros EC-5 from Decagon. I have put the MDA100CB on iris (with 51-pins). So i want to connect the soil moisture sensor in MDA100CB and send data to iris and then to the MIB520 board. Ηοw have to connect the

Re: [Tinyos-help] MDA100CB and Soil Moisture Sensor

2011-05-11 Thread George_1985
nother sensor... > > You can probably modify the DemoSensor module to read from the > ADC you select. That module is used in most of the demo apps, > in TOS-1.x at least... > > MS > > George_1985 wrote: >> Hi guys i have allready MIB520, iris motes , MDA100CB develop

Re: [Tinyos-help] MDA100CB and Soil Moisture Sensor

2011-05-11 Thread George_1985
ure use, if you are making a bunch of these you > don't need the MDA board, just some way to mount the > connector. I have a design for a break-out board you > can have made if you need a few: > http://www.etantdonnes.com/Motes/MicaBOB/ > > MS > > > George_198

Re: [Tinyos-help] MDA100CB and Soil Moisture Sensor

2011-05-12 Thread George_1985
Any help with the Excitation wire following the table of MDA100 plz.. And any more help is appreciated. Thanks George_1985 wrote: > > Thank you.. > > Here in page 30 is the table of the MDA100 > http://courses.ece.ubc.ca/494/files/MTS-MDA_Series_Users_Manual_7430-0020-04_B.pd

Re: [Tinyos-help] re ading moisture data

2011-05-12 Thread George_1985
Hello, i have alreadey iris motes , MIB520 , MDA100CB development area and soil moisture EC-5 sensors from decagon. I have connect the iris mote + soil mositure sensor (EC-5) I want to make a code to get reading from ADC ,from soil sensor to iris mote , could you help me with that? Have you got

[Tinyos-help] IRIS mote + EC-5 moisture sensor

2011-05-16 Thread George_1985
Hi , i have already the MIB520 board ,MDA100CB development area , iris motes, EC-5 moisture sensors . I have connect the iris mote with moisture sensor and i want to take humidity values from EC-5 sensor and print it in pc. EC-5 have three wires , i have put ground wire in GND , Analog output in

[Tinyos-help] Re ad Adc - humidity value

2011-05-19 Thread George_1985
Hi , i use Tinyos-2.. I want to read humidity data from EC-5 soil sensor. i want to read values from adc with SendingMote (RssiDemo) ,using also compoment MicaBusC. I have already motify the code but i i think need some help here. New lines SendingMoteC.nc #include "ApplicationDefinitions.

Re: [Tinyos-help] Re ad Adc - humidity value

2011-05-19 Thread George_1985
With all this i mean that , i want to get the right ADC channel , sample the value , store it in a struct and send it to Base and then to pc. George_1985 wrote: > > Hi , i use Tinyos-2.. > > I want to read humidity data from EC-5 soil sensor. > i want to read value

Re: [Tinyos-help] Re ad Adc - humidity value

2011-05-19 Thread George_1985
I use Iris Mote and MDA100CB development area. George_1985 wrote: > > With all this i mean that , i want to get the right ADC channel , sample > the value , store it in a struct and send it to Base and then to pc. > > > George_1985 wrote: >> >> Hi , i use Ti