-->
Page 21 of 24

Re: WIFI SCAN AND ACQUIRE OLED

PostPosted: Sat May 21, 2016 3:53 pm
by danbicks
A pleasure buddy,

I am happy this is still of use.

Regards

Dans

Re: WIFI SCAN AND ACQUIRE OLED

PostPosted: Wed Jul 06, 2016 9:26 am
by Middelbh
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

Re: WIFI SCAN AND ACQUIRE OLED

PostPosted: Wed Jul 06, 2016 9:43 am
by pipi61
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

Re: WIFI SCAN AND ACQUIRE OLED

PostPosted: Wed Jul 06, 2016 10:00 am
by Middelbh
Thx pipi16,

Will test immediately tomorrow!
Hans