Hi guys,
I need to connect a microcontroller (an STM32F7) to WiFI (b/g/n) and send some TCP packets to a known server. The thing is, I need the communication to the server to be "high" speed, about 2-4 MBit/s of binary data. I've looked for some small WiFi modules (some ESP8266 based, some based on M3/M4 micros) and they all communicate with UART and AT commands. The AT commands are great, but if you need to throughput data at higher speeds it becomes a problem (especially with the limited speed of the Uart). Does anyone have any experiences with connections like these? Does anyone know any modules that can communicate via SPI (10MHz or above)? From what I have seen, any high speed modules use USB 2.0 connection to the host, but that's not an option for me and my F7 microcontroller (especially since there is probably no USB driver documentation).
Any input would be very appreciated,
Regards,
Ivo