Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Simeon\
#92533 Hello,

I have to use the I2S interface on esp8266-01, but I have some problem with pinout...
In the esp8266 documentation there is:

I2S Data Input
Pin Name Pin Num IO Function Name
MTDI 10 IO12 I2SI_DATA
MTCK 12 IO13 I2SI_BCK
MTMS 9 IO14 I2SI_WS
MTDO 13 IO15 I2SO_BCK
U0RXD 25 IO3 I2SO_DATA
GPIO2 14 IO2 I2SO_WS

but on esp8266-01 there are only these pins: 3.3v, RX, RST, IO0, EN, IO2, TX, GND

How can I do to use I2S interface on esp8266-01?

Thanks!

Simeon
User avatar
By btidey
#92538 The ESP-01 is not suitable for use in applications requiring other than very simple I/O due to its very limited pin out. The only way you could use it is to solder extra wires directly onto the esp8266 chip which is a delicate and tricky operation.

You really should be using something like a ESP-12F which gives full access to all pins.
User avatar
By Simeon\
#92541
btidey wrote:The ESP-01 is not suitable for use in applications requiring other than very simple I/O due to its very limited pin out. The only way you could use it is to solder extra wires directly onto the esp8266 chip which is a delicate and tricky operation.

You really should be using something like a ESP-12F which gives full access to all pins.


Thanks a lot for your reply. That's not possible also using pins multiplexing?
Thanks