Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By Middelbh
#50298 Dans,

This project looks great to me as a starting ESP user! I may have overlooked, but is there any schematic, how to connect the ESP 12 to SDA and SCL?

Hans
User avatar
By pipi61
#50300
Middelbh wrote:Dans,

This project looks great to me as a starting ESP user! I may have overlooked, but is there any schematic, how to connect the ESP 12 to SDA and SCL?

Hans

use any gpio pin, and set in source you pin
//Wire.pins(int sda, int scl), etc
Wire.pins(0, 2); // gpio0 and 2