You are reading a single comment by @MaBe and its replies.
Click here to read the full conversation.
-
Thanks for your reply @MaBe, but when I use I2C1, I get a strange "NO ACK" error.
Also, could the following be incorrect in any way?
Thanks for your reply @MaBe, but when I use I2C1, I get a strange "NO ACK" error.
Also, could the following be incorrect in any way?
Hi @jameslouiz
with the Espruino implementation for ESP8266 you can use I2C1, which is a c-code implementation of a I2C master
Maybe you like to check some modules using i2c to get a better understanding for I2C on this page.
You can also try the Espruino servo motor module .