Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
766 stars 308 forks source link

Please don't use GPIO15 for the I2C of the display in future versions #122

Open martinberlin opened 4 years ago

martinberlin commented 4 years ago

I could not use ESP-PROG in one of this boards (WiFI non Lora with small Oled screen)

https://github.com/espressif/esp-iot-solution/blob/master/documents/evaluation_boards/ESP-Prog_guide_en.md

And I suspect is because the data pins that are fixed for ESP-PROG: ESP32 ESP-PROG GPIO12 — TDI GPIO13 — TCK GPIO14 — TMS GPIO15 — TDO

Are conflicting with the I2C of the Oled: OLED Display / clock=/ 15, / data=/ 4, / reset=/ 16

Is possible to debug this board using ESP-PROG Jtag somehow?