發表文章

目前顯示的是有「esp idf」標籤的文章

[第30期] 使用ESP IDF紅外遙控技術控制WS2812 RGB LED燈帶/Use ESP IDF RMT to control RGB LED strip

圖片
本視頻記錄如何使用ESP IDF 的紅外遙控技術來控制WS2812 RGB LED燈帶   內容包含:  1. WS2812 RGB LED數據模式說明  2. 說明如何用ESP IDF 紅外遙控的傳輸資料格式來控制WS2812  3. ESP IDF Strip LED的範例解說   This video records how to use ESP IDF' remote control transceiver (RMT) to control the WS2812 RGB LED strip   Content includes:  1. WS2812 RGB LED data mode description  2. Explain how to use the transmission data format of ESP IDF RMT to control WS2812  3. Example explanation of Strip LED provided by ESP IDF

[第15期 Build and debug ESP IDF code by Eclipse開發環境建置與偵錯ESP程式

圖片
 This video shows how to build and debug ESP IDF code by using Eclipse IDE. 1. Install Eclipse IDE 2. Install ESP IDF and Git    3. Install JTAG Driver              4. Build and Debug  ESP Code   本視頻介紹如何使用使用Eclipse開發環境建置與偵錯ESP程式 1. 安裝Eclipse開發環境 2. 安裝ESP IDF與Git 3. 安裝JTAG驅動程式 (第13期) 4. 建立與偵錯ESP程式 https://youtu.be/DRPbVxPC4TE

[ESP IDF][VS Code]Install, set up ESP IDF and build example in VS Code/在VS Code中安裝,設定ESP IDF與建立範例說明

圖片
  This video shares how to install, set up ESP IDF and build example in VS Code 這個影片分享如何在VS Code中安裝,設定ESP IDF與建立範例說明 1. Install ESP IDF extension in VS Code 在安VS Code中裝ESP IDF擴充套件。 2. Download ESP IDF 下載ESP IDF。 3. Download, set up and verify ESP IDF Tools 下載,設定與驗證ESP IDF Tools。 4. Creat hello_world example 建立一個hello_world範例。 5. Add include Path 加入Include相關檔案的路徑。 6. Build, flash and monitor project 建立,記憶體更新,以及監控專案。