Page 1 of 1

Problem with the sensor boar EB090

Posted: Fri Aug 29, 2014 10:21 am
by nc56
Hi all ,
I am using a trial version of Flowcode 6 , and I have problem with the sensor board EB090
I can not read humidity or temperature value on the LCD display
With the EBM 004 ( Temperature sensor ) the Lcd display is blocked after the initialise instruction : DigitalTemp_LM75B1: initialise()
and with the EBM 016 : I have always the same value
I tried to put jumper in patch and default but always the same problem , there is no communication with the sensor board
You find attached the the 2 programs and some photo of the test .
Thank you .

Re: Problem with the sensor boar EB090

Posted: Fri Aug 29, 2014 11:40 am
by LeighM
Hi
It looks like you have the wrong pin properties set for SDA and SCL, they should be PORTC.4 and PORTC.5 with Default jumper settings.
I've attached a map of the EB090 pin connections
Regards,
Leigh

Re: Problem with the sensor boar EB090

Posted: Fri Aug 29, 2014 11:46 am
by nc56
But the SDA and the SCL are in the pin RC3 and RC4 on PIC 16f877A !

Re: Problem with the sensor boar EB090

Posted: Fri Aug 29, 2014 11:51 am
by LeighM
True, for the hardware I2C.
But you can set the Flowcode component Channel to Software and change the port properties.
Or use the EB090 custom setting and wire jumpers.
Hope the map info helps.
Leigh

Re: Problem with the sensor boar EB090

Posted: Fri Aug 29, 2014 11:54 am
by nc56
ok , i'll try that , and I will post the result .
Thank you .

Re: Problem with the sensor boar EB090

Posted: Fri Aug 29, 2014 12:22 pm
by nc56
That was great , thank you !
It's running very well