Search found 12 matches

by Pipls
13 Oct 2009 20:34
Forum: mikroPascal General
Topic: Library for SENSIRION sensor(humidity and temperature) SHTxx
Replies: 56
Views: 35184

Yes, 10k.
by Pipls
13 Oct 2009 14:54
Forum: mikroPascal General
Topic: Library for SENSIRION sensor(humidity and temperature) SHTxx
Replies: 56
Views: 35184

Hi, thank you for your help. Now I'm getting 'Error reading SHT' when I disconnect the sensor.
But my readings are wrong.
Here's what GLCD shows:
Temperature
C -4000
Humidity
% 0
This output is constant.
Any thoughts?
by Pipls
12 Oct 2009 22:24
Forum: mikroC PRO for AVR General
Topic: What could be the reson for reset a Atmega644pu?
Replies: 6
Views: 4536

Interesting
by Pipls
12 Oct 2009 22:24
Forum: mikroC PRO for AVR General
Topic: Strange compilation
Replies: 12
Views: 7145

Great work
by Pipls
12 Oct 2009 22:23
Forum: mikroPascal for dsPIC30/33 and PIC24 General
Topic: FFT Windowing
Replies: 3
Views: 3716

Great work
by Pipls
12 Oct 2009 22:21
Forum: mikroBasic General
Topic: How do I read a string from USART, given known delimiter
Replies: 8
Views: 23416

Interesting
by Pipls
12 Oct 2009 22:21
Forum: mikroC Beta Testing
Topic: Example Bugs ...
Replies: 17
Views: 18069

Interesting
by Pipls
12 Oct 2009 22:19
Forum: mikroC General
Topic: Help needed in TIMER1
Replies: 13
Views: 6053

Great work guys!
by Pipls
12 Sep 2009 13:48
Forum: mikroPascal General
Topic: Library for SENSIRION sensor(humidity and temperature) SHTxx
Replies: 56
Views: 35184

Please, anyone help!
by Pipls
07 Sep 2009 22:50
Forum: mikroPascal General
Topic: Library for SENSIRION sensor(humidity and temperature) SHTxx
Replies: 56
Views: 35184

I'm sorry, forgot to put the code tag. So here it is again... program SHT11_P16; uses sensirion_lib_p16; var NoError : boolean; temperature, humidity : real; bla : real; bla2 : string[20]; lcd_txt : string[17]; begin ANSEL := 0; ANSELH := 0; Glcd_Init(PORTB, 0, 1, 2, 3, 5, 4, PORTD); // EasyPIC4 Glc...
by Pipls
07 Sep 2009 20:32
Forum: mikroPascal General
Topic: Library for SENSIRION sensor(humidity and temperature) SHTxx
Replies: 56
Views: 35184

Hi, thank you for VERY fast reply. Here's the code: program SHT11_P16; uses sensirion_lib_p16; var NoError : boolean; temperature, humidity : real; bla : real; bla2 : string[20]; lcd_txt : string[17]; begin //CMCON := 7; //ADCON1 := 15; ANSEL := 0; ANSELH := 0; Glcd_Init(PORTB, 0, 1, 2, 3, 5, 4, POR...
by Pipls
07 Sep 2009 20:10
Forum: mikroPascal General
Topic: Library for SENSIRION sensor(humidity and temperature) SHTxx
Replies: 56
Views: 35184

Hi everyone, i have a little problem using library from yo2lio. I'm using PIC16F887 on EasyPIC5 board and SHT11 connected to PORTC with ribbon cable about 20 cm long (PORTC.3-data, PORTC.5-clock, VCC 5V). I don't think the problem is hardware based, but in the program or the compiler. I compile the ...

Go to advanced search