https://github.com/brianoy/esp32_led
用ESP32製造一個led燈條
https://github.com/brianoy/esp32_led
arduino cpp esp32 esp32s3 led leds
Last synced: about 1 year ago
JSON representation
用ESP32製造一個led燈條
- Host: GitHub
- URL: https://github.com/brianoy/esp32_led
- Owner: brianoy
- Created: 2022-12-19T10:25:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T17:05:57.000Z (over 3 years ago)
- Last Synced: 2025-02-14T05:19:13.829Z (over 1 year ago)
- Topics: arduino, cpp, esp32, esp32s3, led, leds
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp32_led
用ESP32製造一個led燈條
須配合android app做使用
beta電路圖(待補充):


## 步驟
### 1.安裝arduino ide
https://www.arduino.cc/en/software
### 2.架設環境
#### ESP32
進入arduino ide->檔案->偏好設定->額外開發板管理員網址->填入```https://dl.espressif.com/dl/package_esp32_index.json```->確定
#### ESP32s3
進入arduino ide->檔案->偏好設定->額外開發板管理員網址->填入```https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json```->確定
### 3.程式碼上傳到開發板