I've got all of them running independently but stumbled upon a problem which i can't seem to be able to fix.
I've used the i2c_self_test example to test the I2C capabilites and subsequently tried to change the pins from the default ones (because i use the default pins for the VSPI Controller.
The example runs just fine with the default pins but when i change them i herAccording to different resources this should be possible and a non-issue.
But once i change the pins for the example, all i get is the following error:
Code: Untitled.c Select all
W (1304) i2c-example: TASK[0] ESP_FAIL: Master read slave error, IO not connected...
W (2304) i2c-example: TASK[0] ESP_FAIL: Master write slave error, IO not connected....
W (2304) i2c-example: TASK[1] ESP_FAIL: Master read slave error, IO not connected...
Can somebody help me resolve this issue?
Thanks in advance.
