Chat freely about anything...

User avatar
By amr.ayoub
#90485 Hello everyone :)

I was wondering is there a C/C++ library for the ESP AT Commands available?! Like a simple AT commands parser which I can integrate into my MCU firmware as I am planning to use the ESP module as a slave wifi module to my host MCU.

The only one I found is this https://github.com/MaJerle/lwesp but I am searching for something more simple! this one needs RTOS and needs to run into two threads although I need something more simple and can be in a blocking way waiting for the esp.

Thank you for your help