Search found 3 matches

by UKrieger
Mon Jan 26, 2015 2:21 pm
Forum: IO-Warrior English
Topic: Interface with Sensirion EKH5 with Sensor SHT2x
Replies: 7
Views: 24159

Re: Interface with Sensirion EKH5 with Sensor SHT2x

Hi everybody,

I solved the problem, for those interested I could pass the VEE code.

Uli



Hi Andreu,

I am trying to use your example to access the SHT25 using Agilent VEE. The equivalent of your example code runs fine up to the point marked below:

//sensor first time setup
//I2C enable, pull ...
by UKrieger
Wed Jan 14, 2015 6:25 pm
Forum: IO-Warrior English
Topic: Interface with Sensirion EKH5 with Sensor SHT2x
Replies: 7
Views: 24159

Re: Interface with Sensirion EKH5 with Sensor SHT2x

Hi Andreu,

I am trying to use your example to access the SHT25 using Agilent VEE. The equivalent of your example code runs fine up to the point marked below:

//sensor first time setup
//I2C enable, pull up disabled
report[0] = 0x01;
report[1] = 0x01;
report[2] = 0xC1;
ret = IOWarrior.Functions ...
by UKrieger
Wed Jan 14, 2015 6:01 pm
Forum: IO-Warrior English
Topic: Labview code for Sensirion SHT75 and EK-H5 Evaluation kit
Replies: 3
Views: 19468

Re: Labview code for Sensirion SHT75 and EK-H5 Evaluation ki

Hi jimmelko,

I am trying to read out an SHT21 using Agilent VEE (which is a bit similiar to Labview). It would very much appreciate if you would share your Labview code.
Thanks,

Uli