Adding Wifi to Existing Product
Posted: Fri Feb 05, 2021 2:21 am
Hi,
We are looking to add wifi capabilities with the ESP32 (ESP32-MINI-1) to our existing product which runs STM32 + FreeRTOS + lwip + webserver over ethernet. Currently the product is accessed over ethernet for udp control commands, web server, and code updates. We are hoping to use the ESP32 as a quick, drop-in, extension, standalone module that provides a wifi "tunnel" to pass data/commands (as listed previously) so that the main processor can process the incoming requests.
I'm trying to understand the best way to go about doing this. It's not clear if we need to use the AT command set or if there are other options for this type of application use of the ESP32. I see there are AT binaries, but not sure which one is for the MINI-1.
If you can point me in the right direction, to an example on how to go about doing this, we appreciate it.
Thanks
We are looking to add wifi capabilities with the ESP32 (ESP32-MINI-1) to our existing product which runs STM32 + FreeRTOS + lwip + webserver over ethernet. Currently the product is accessed over ethernet for udp control commands, web server, and code updates. We are hoping to use the ESP32 as a quick, drop-in, extension, standalone module that provides a wifi "tunnel" to pass data/commands (as listed previously) so that the main processor can process the incoming requests.
I'm trying to understand the best way to go about doing this. It's not clear if we need to use the AT command set or if there are other options for this type of application use of the ESP32. I see there are AT binaries, but not sure which one is for the MINI-1.
If you can point me in the right direction, to an example on how to go about doing this, we appreciate it.
Thanks