I'm studying about this module for a while but i've not found a similar application to the one I want to do.
I want to use a MCU, not Arduino, to receive some data and send through ESP8266 via WIFI to another ESP8266 via WIFI.
Both boards will have a MCU and an ESP8266.
My question is, how do I do this without having to program a custom firmware to ESP8266? I want to use it as it comes.
What's the peripheral(I2C, UART, SPI) that I may use for it?
Thanks.