leosedf
Junior Member
Offline
Posts: 44
Thank You
-Given: 72
-Receive: 9
|
|
« on: January 06, 2008, 12:12:55 12:12 » |
|
Hello! I would like to ask you if anyone has a working basic code for SHT11 sensirion sensors. www.sensirion.comI want to build a small code just to read the sensor and then create a larger project i need (climate-humidity controller), i found a working app but it's on C which i don't quite understand well. SHTx sensors have one I2C like interface which you have to emulate your own. Thank you
|
|
|
Logged
|
|
|
|
|
leosedf
Junior Member
Offline
Posts: 44
Thank You
-Given: 72
-Receive: 9
|
|
« Reply #2 on: January 07, 2008, 06:34:45 06:34 » |
|
No way! I have gathered a lot of data on my disk about this, was the first thing to do. I never found anyone who made it in Mikrobasic. So as i see it i have to download and use picbasic instead. There is also one example here http://www.btech-online.co.uk/climate_text.html with better accuracy on RH.
|
|
|
Logged
|
|
|
|
|
leosedf
Junior Member
Offline
Posts: 44
Thank You
-Given: 72
-Receive: 9
|
|
« Reply #4 on: January 07, 2008, 09:29:46 09:29 » |
|
Ooops! I missed that. It sure gives you a better idea on how to do it (noob alert here) only some small mods needed.
Thank you for that:)
|
|
|
Logged
|
|
|
|
eclipse_vr
Inactive
Offline
Posts: 4
Thank You
-Given: 1
-Receive: 0
|
|
« Reply #5 on: January 07, 2008, 11:42:39 23:42 » |
|
sensirion SHT11 is sample ?
|
|
|
Logged
|
|
|
|
drnewton
Guest
|
|
« Reply #6 on: January 09, 2008, 04:08:41 04:08 » |
|
yes, I got samples in USA a few months ago
|
|
|
Logged
|
|
|
|
leosedf
Junior Member
Offline
Posts: 44
Thank You
-Given: 72
-Receive: 9
|
|
« Reply #7 on: January 09, 2008, 12:41:21 12:41 » |
|
Yes! You are only allowed to sample one time. I did it once and didn't received anything, after that i contacted them if i could buy one and they did sent me 2 of them for free. Generally as i see the SHT Sensors are one incomplete story, many forums have it but with incomplete or wrong code.
|
|
« Last Edit: January 09, 2008, 12:50:14 12:50 by leosedf »
|
Logged
|
|
|
|
Stefkeb
Junior Member
Offline
Posts: 92
Thank You
-Given: 139
-Receive: 85
|
|
« Reply #8 on: January 09, 2008, 01:31:20 13:31 » |
|
Hi, This looks like an interesting sensor for a reasonable price. Does anyone of the members who got a sample or bought a sensor actually build a working application for this device ? http://www.sensirion.com/en/01_humidity_sensors/00_humidity_sensors.htmIf so are you willing to share ? Rgds, StefkeB
|
|
|
Logged
|
|
|
|
anemon06
Newbie
Offline
Posts: 33
Thank You
-Given: 32
-Receive: 34
|
|
« Reply #9 on: February 15, 2008, 08:39:16 08:39 » |
|
I worked temperature, but I wouldnt work humidity. Actually humidity is depend on tempature. SHT11 use SPI protocol. SPI protocol is not include picbasic.
|
|
|
Logged
|
|
|
|
hansolo
Guest
|
|
« Reply #10 on: February 16, 2008, 11:52:05 23:52 » |
|
SHT sensor humidity reading is not accurate. Temperature is okay.
This is verified by a few users.
Hope this info helps.
|
|
|
Logged
|
|
|
|
Stefkeb
Junior Member
Offline
Posts: 92
Thank You
-Given: 139
-Receive: 85
|
|
« Reply #11 on: February 17, 2008, 11:43:55 11:43 » |
|
Hi Hansolo,
Do you mean the sensors do not meet their specs. or should I think of a more accurate version like the SHT75 for example. If you happen to know a humidity sensor with digital interface that is more accurate please let me know.
Thanks,
Stef.
|
|
|
Logged
|
|
|
|
bogdantk
Active Member
Offline
Posts: 100
Thank You
-Given: 40
-Receive: 18
|
|
« Reply #12 on: February 18, 2008, 07:17:26 07:17 » |
|
Hello I have done 2 industrial projects with SHT 11 and 75 with more than 200 sensors in the field. ALL, for most than 18 months, are within the specifications and even better (the worst case exceed specification by more than 25%). Everything was tested with professional humidity standard equipment. Do not forget to use the Sensirion filter ! So I think you have to check your information twice before posting or at lest provide some evidences. All the best
|
|
|
Logged
|
|
|
|
YoeNC
Guest
|
|
« Reply #13 on: February 18, 2008, 04:06:43 16:06 » |
|
|
|
|
Logged
|
|
|
|
|
strat
Newbie
Offline
Posts: 12
Thank You
-Given: 11
-Receive: 0
|
|
« Reply #15 on: February 26, 2008, 01:35:23 13:35 » |
|
I asked a sample from Sensirion as a member of a firm which interested electicity and generator, but Sensirion didn't send any sample. I think they care your firm's interestings.
|
|
|
Logged
|
|
|
|
irvinos
Newbie
Offline
Posts: 10
Thank You
-Given: 29
-Receive: 28
|
|
« Reply #16 on: February 26, 2008, 11:15:37 23:15 » |
|
@anemon06, I'm not sure but SHT11 uses a 2 wire protocol very similar to i2c. It is not SPI.
|
|
|
Logged
|
|
|
|
antico2
Newbie
Offline
Posts: 16
Thank You
-Given: 10
-Receive: 2
|
|
« Reply #17 on: January 01, 2009, 08:31:32 20:31 » |
|
I worked temperature, but I wouldnt work humidity. Actually humidity is depend on tempature. SHT11 use SPI protocol. SPI protocol is not include picbasic.
Hi anemon06, what's the language of comments? is turkish or whats? Can you translate it in english? regards
|
|
|
Logged
|
|
|
|
quark576
Newbie
Offline
Posts: 19
Thank You
-Given: 13
-Receive: 13
|
|
« Reply #18 on: January 02, 2009, 12:14:15 00:14 » |
|
|
|
|
Logged
|
|
|
|
antico2
Newbie
Offline
Posts: 16
Thank You
-Given: 10
-Receive: 2
|
|
« Reply #19 on: January 09, 2009, 11:59:12 11:59 » |
|
Thank for the link.. but is not what's i'm searching.. It's difficult for who don't know basic stamp like me. Here http://www.picbasic.co.uk/forum/printthread.php?t=888 there are more info that can help. But if someone can translate all comment from anemon06's post it's a great think!! I think that it's a very interesting piece of software!! Regards
|
|
|
Logged
|
|
|
|
myheadhurts
Junior Member
Offline
Posts: 35
Thank You
-Given: 99
-Receive: 17
|
|
« Reply #20 on: March 01, 2009, 09:12:57 21:12 » |
|
They have an example in 8051 C code on their website..apart from the pseudo I2c (which uses bit banging ) the rest can easily be ported to basic with a floating point library.. Rob..
|
|
|
Logged
|
|
|
|
|