I'm looking to get a mini-osc over wifi, and was thinking of trying to reach the ESP8266's limits.
For a project, I'm looking for acquiring 100us of a signal with a 10-bit, 2Msps SPI ADC, with a repetition every 1ms. That would represent a volume of 2kbit/ms, or 2Mbps, to be broadcast over UDP.
Now, the question would be to consider the the SPI limits and WiFi speed limits as well from the ESP8266 side.. I've been looking around for now a while and can't see any resources about persons trying to push the limits of the ESP from this perspective... would I have missed something?