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 .
Problem with the sensor boar EB090
Problem with the sensor boar EB090
- Attachments
-
- matrix1.jpg (95.07 KiB) Viewed 6360 times
-
- Temperature.fcfx
- (6.84 KiB) Downloaded 251 times
-
- humidity.fcfx
- (7.07 KiB) Downloaded 222 times
- LeighM
- Matrix Staff
- Posts: 2178
- Joined: Tue Jan 17, 2012 10:07 am
- Has thanked: 481 times
- Been thanked: 699 times
Re: Problem with the sensor boar EB090
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
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
- LeighM
- Matrix Staff
- Posts: 2178
- Joined: Tue Jan 17, 2012 10:07 am
- Has thanked: 481 times
- Been thanked: 699 times
Re: Problem with the sensor boar EB090
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
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