가끔 보자, 하늘.

ESP32 IDF + VSCode 환경 구축 본문

개발 이야기/개발 및 서비스

ESP32 IDF + VSCode 환경 구축

가온아 2025. 5. 22. 13:00

이제 막 시작해본거라 자세히 모릅니다. 메모 차원에서 정리한 내용이니 참고하실 분만 보세요. :)

https://www.espressif.com/

 

Wireless SoCs, Software, Cloud and AIoT Solutions | Espressif Systems

Certification We're dedicated to aiding you in obtaining essential international product certifications, including SRRC, FCC, CE, TELEC, KCC, NCC, IC, Wi-Fi Alliance, Bluetooth SIG, RoHS, and REACH, among others. We simplify the certification process, ensu

www.espressif.com

vscode extension -> esp-idf  설치

vscode -> ctrl+shift+p (mac : command+shift+p) -> esp idf:configure esp-idf extension  -> express  클릭 -> (설정) -> install click

new project

그럼 아래와 같이 프로젝트가 생성됩니다.

왼쪽 메뉴 중 esp-idf: explorer를 선택하고 각종 명령을 vscode 내에서 실행할 수 있습니다. 환경변수 설정해서 cli로 실행할 명령들을 모두 이곳에서 처리 가능합니다.

mac에서도 거의 문제없이 설치되네요. platformIO 설치도 거의 유사해서 별도로 정리할 필요는 없을 정도? 유사하네요.

반응형