AT commnds with ESP32C3

Hello everyone, I Am using ESP32C3/Mini in my small project. I want to replicate or copy all AT commands supported by ESP’s own IDF framework in Platformio. Is it any way to do it so that I can use the same ESP32C3 HAVING AT commands for my other functionalities. Our other the way how AT commands can be used with platformio framwork in VScode.

If you want to exactly have all AT commands liek the original AT firmware, you need to try and import that exact firwmare, aka

into PlatformIO. Not sure if it works “easily” since I see a bit of custom build logic (build.py) there. The past of least resistance would probably be use their native build system.