Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I use the Visual Studio Code to simulate direct access to ESP32? (IDFGH-11678) #12790

Open
3 tasks done
shlomo-edu opened this issue Dec 13, 2023 · 1 comment
Open
3 tasks done
Assignees
Labels
Status: Opened Issue is new

Comments

@shlomo-edu
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

Up till now I am using the ESP-IDF examples for the DevKit.
Now I want to use it to simlulate the BLE and WiFi examples when the ESP32 is connected directly via the UART to my STM32 based PCB.
I want to use the AT-Commands.
So I can copy them to my code on the STM32.

  1. How can I do it?
  2. Are there examples for it?
@espressif-bot espressif-bot added the Status: Opened Issue is new label Dec 13, 2023
@github-actions github-actions bot changed the title How can I use the Visual Studio Code to simulate direct access to ESP32? How can I use the Visual Studio Code to simulate direct access to ESP32? (IDFGH-11678) Dec 13, 2023
@brianignacio5
Copy link
Contributor

brianignacio5 commented Apr 1, 2024

You have a few options like using our QEMU port for esp32 and use it as target for the project you are running or try using https://wokwi.com extension for Visual Studio Code and browse their many examples projects.

The QEMU options would require more configuration from your side. Here a few links to help:

  1. Setting a docker container and use it with the ESP-IDF vscode extension: https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/using-docker-container.md
  2. Information about our ESP32 QEMU fork https://github.com/espressif/esp-toolchain-docs/tree/main/qemu/esp32 which provide some initial insight about networking on a container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new
Projects
None yet
Development

No branches or pull requests

3 participants