Maple Mini, HD44780 with I2C don't work :( #5327
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2016-05-19 by @gfwilliams I think it's because the Maple uses a different set of pin names to the actual STM32 pins. You'd need to use Posted at 2016-05-19 by dem9968 I tried to use I2C1.setup({scl:D16, sda:D15})... PD16 and PD15; P16 and P15; PB6 and PB7...
where PIN is D16, PD16, P16, PB6... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-05-19 by dem9968
Hi!
I have chinese copy of Maple Mini with Espruino firmware 1v85.134. I'm trying to connect the LCD HD44780 with I2C (PCF8574T) and get and get the error :(
Wiring LCD -> Maple Mini:
GND -> GND
VCC -> Vcc
SDA -> PIN 15 (I2C1 SDA)
SDL -> PIN 16 (I2C1 SDL)
Code:
Error:
Beta Was this translation helpful? Give feedback.
All reactions