martinayotte wrote:... and me, I was very disappointed by TI CC3000 which cost more than $30 and not be able to sustain simple TCP requests every 5 seconds for more than a hour without power recycle ...
Well, CC3000 was kind of a flop, but now it is obsolete, and replaced by the CC3200. Big difference.
I see lots of interest on using the ESP with Arduino, NodeMCU, as a UART2Wifi bridge, etc. Not my style.
My interest is on writing native C-code and ASM on whatever WiFi SOC module I would chose, have low-level control on any of the hw peripherals, and run on batteries for long periods of time. This of course implies a deep understanding of the WiFi stack and API, quick reconnect interleaved with long deep sleep periods, etc. And of course real debug and trace, no GDBstubs and printfs...
It seems