You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any known issues with GPIO 4 & 5, I2C, v3.3 RTOS SDK and HTU21D Sensor known?
If I use the following configuration sda_io_num = 4, scl_io_num = 5 I can hook up a Logic Analyzer or Oscilloscope and reading from the HTU21D Sensor fails. The HTU21D doesn't ACK any more on write or read. Also touching the pins with my hand results in failed sensor readings.
When using sda_io_num = 4, scl_io_num = 2 I don't get any issues with touching the pins or hooking up a Logic Analyzer.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
I2C Issue with GPIO 4 & 5
I2C Issue with GPIO 4 & 5 (GIT8266O-524)
Jul 30, 2020
Thanks @berkutta, I have the same issue and this info has saved a lot of time on debugging. And the issue still exists in 911e2d7. Also everything works fine with GPIO 4&5 on Arduino with Wire library, so it looks like the issue in SDK, but I haven't found a way to fix it or even understand why it happens.
Are there any known issues with GPIO 4 & 5, I2C, v3.3 RTOS SDK and HTU21D Sensor known?
If I use the following configuration
sda_io_num = 4, scl_io_num = 5
I can hook up a Logic Analyzer or Oscilloscope and reading from the HTU21D Sensor fails. The HTU21D doesn't ACK any more on write or read. Also touching the pins with my hand results in failed sensor readings.When using
sda_io_num = 4, scl_io_num = 2
I don't get any issues with touching the pins or hooking up a Logic Analyzer.The text was updated successfully, but these errors were encountered: