Problem with the sensor boar EB090

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
nc56
Posts: 60
Joined: Thu Nov 15, 2012 1:21 pm
Has thanked: 14 times
Been thanked: 4 times
Contact:

Problem with the sensor boar EB090

Post 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 .
Attachments
matrix1.jpg
matrix1.jpg (95.07 KiB) Viewed 6140 times
Temperature.fcfx
(6.84 KiB) Downloaded 229 times
humidity.fcfx
(7.07 KiB) Downloaded 209 times

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Problem with the sensor boar EB090

Post 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
Attachments
EB090 Pinout.png
EB090 Pinout map
(7.47 KiB) Downloaded 3753 times

nc56
Posts: 60
Joined: Thu Nov 15, 2012 1:21 pm
Has thanked: 14 times
Been thanked: 4 times
Contact:

Re: Problem with the sensor boar EB090

Post by nc56 »

But the SDA and the SCL are in the pin RC3 and RC4 on PIC 16f877A !

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Problem with the sensor boar EB090

Post 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

nc56
Posts: 60
Joined: Thu Nov 15, 2012 1:21 pm
Has thanked: 14 times
Been thanked: 4 times
Contact:

Re: Problem with the sensor boar EB090

Post by nc56 »

ok , i'll try that , and I will post the result .
Thank you .

nc56
Posts: 60
Joined: Thu Nov 15, 2012 1:21 pm
Has thanked: 14 times
Been thanked: 4 times
Contact:

Re: Problem with the sensor boar EB090

Post by nc56 »

That was great , thank you !
It's running very well
Attachments
matrix5.jpg
matrix5.jpg (101.62 KiB) Viewed 6114 times
matrix4.jpg
matrix4.jpg (78.72 KiB) Viewed 6114 times

Post Reply