logo elektroda
logo elektroda
X
logo elektroda

ESP8266-01 does not connect to the display via p82b715pn, while ESP8266-12E works

rafik73 609 3
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 17462038
    rafik73
    Level 13  
    Hello.
    As in the title. I want to extend the i2c line with a p82b715pn extender. The ESP8266-01 is supposed to control a 7 segment display. When I use ESP8266-12E instead of ESP8266-01 everything works fine. In the code (I use arduino ide) I do not use the Wire.h library. When I substitute ESP8266-01 instead of ESP8266-12E it does not work. I tried with the mentioned library but nothing. i swapped fpio0 with gpio2 and no change.
  • ADVERTISEMENT
  • #2 17468905
    krzbor
    Level 27  
    Maybe there is a problem with the ESP starting? GPIO0 and GPIO2 must be at a high level.
  • ADVERTISEMENT
  • #3 17479942
    khoam
    Level 42  
    rafik73 wrote:
    In the code (I use arduino ide) I do not use the Wire.h library.
    .

    Just out of curiosity I'll ask, and what do you use for I2C support on the ESP-01?
  • #4 17483457
    rafik73
    Level 13  
    khoam wrote:
    rafik73 wrote:
    In the code (I use arduino ide) I do not use the Wire.h library.
    .

    Just out of curiosity I'll ask, and what do you use for I2C support on the ESP-01?
    .

    I mixed up the facts, of course I use the Wire.h library.
    The electronic circuit started, perhaps there was some problem with the wires. I was very confused by this. Thank you for your interest. Topic to be closed.
ADVERTISEMENT