Does ESP AT planned to be implemented in future for ESP32/8266 package?

Sysprogs forums Forums VisualGDB Does ESP AT planned to be implemented in future for ESP32/8266 package?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25128
    kurta999
    Participant

    I mean that does this “project” planned to be implemented in ESP32 package in future?

    A lot of people use ESP32/ESP8266 only as secondary chip which communicates with another MCU (master) via AT commands. This would help them to be able to quickly modify AT firmware if Visual GDB would support this. (Eg: adding custom commands for setting/getting pins, reading ADC, or run some calculation on ESP, etc…)

    https://github.com/espressif/esp32-at

    #25130
    support
    Keymaster

    Hi,

    VisualGDB already supports importing existing ESP-IDF projects via the “Import” mode of the ESP-IDF project wizard. Simply clone the github repository locally and import it to VisualGDB to be able to modify and debug it with VisualGDB (given that the AT firmware code does not disable the JTAG pins).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.