2019-12-20 01:35 PM
Hello,
I have searched too much on the net, and I have not found any documentation and help.
I want to connect my stm32f4discovery over wifi with the 8-pin ESP8266 wifi module. Does anyone have clear tutorials to help me?
Thank you in advance.
2019-12-20 01:56 PM
https://components101.com/wireless/esp8266-pinout-configuration-features-datasheet
Ok, so why can't you choose some appropriate pins to use? Trying to understand what docs you've looked at, and what the blockage is here.
Power via 3.3V and GND
Pick a U(S)ART you want to use? USART6 ? PC6/PC7 ? Something else? USART6_TX to ESP8266_RX ? USART6_RX to ESP8266_TX ?
What are the expectations of the ESP8266 ? What firmware is it running?