Temperarure Sensor SHT15

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
Kumaran
Posts: 73
Joined: Tue Apr 08, 2008 5:23 pm
Been thanked: 1 time

Temperarure Sensor SHT15

Post by Kumaran »

I'm programming the temperature & humidity sensor SHT15 using fv4,
I've connected the temperature sensor in SPI Interface, to initaite transmission ,i need to set the DATA LINE as LOW & the SCK as HIGH
followed by an Low pulse on SCK,and raising DATA again while SCk is maintained HIGH ...How to set the lines like this..?

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Temperarure Sensor SHT15

Post by Benj »

Hello,

You should be able to set up this comms functionality using the properties of the SPI component.

Post Reply