Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
@umeshlokhande have you used Wifi/Ethernet with STM32?
For the connectivity I’m using Wifi coprocessor of ESP8266 and ENC28 PHY for Ethernet with STM32. I’m planning to move on native ST’s solutions, eagerly waiting for ST67W611M1 modules
how you interfae esp8266 with stm32? do you use circular buffer to record the response of AT commands?
yes, in-house wifi drivers use AT commands
we need to use interrupt to read the responses right?
Yes, here’s reference implementation <https://github.com/jrmejiaa/ESP8266>
CONTRIBUTE TO THIS THREAD