-->
Page 1 of 1

ESP8266 Wire.h Issue

PostPosted: Wed Feb 07, 2018 9:45 am
by RoumenL
Help Please :-)
I reach strange issue ...
I want to control AD9833 Waveform Generator with ESP8266 (ESP-210 module)
I found a good working code for that, created from Alexander C. Frank (http://www.changpuak.ch/electronics/AD9 ... erator.php)

it use 3 pins of ESP8266 with Wire.h library
it work very well with any combination of pins with two digits names ... 12, 13, 14, 15, 16 ...
but do not work if I try to use pins with single digit name: 0, 1, 2, 3, .....
not work mean ... the controller can not communicate with AD9833 (there is no any error in compilator ...)

Re: ESP8266 Wire.h Issue

PostPosted: Sun Feb 11, 2018 10:44 am
by RoumenL
I found it...
Wire.h library use the pins....