Skip to content

Commit 720a2a2

Browse files
committed
modify post
1 parent 7e342e5 commit 720a2a2

6 files changed

Lines changed: 6 additions & 1 deletion

File tree

source/_drafts/esp32-camera-mjpeg2sd.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ tags:
1414

1515
下載整個專案,解壓縮後如果後面有版號或 master 後輟,要拿掉,只保留 ESP32-CAM_MJPEG2SD 資料夾名稱,接著用 Arduino IDE 開啟專案內的 ino 檔。
1616
檢查下 appGlobals.h 預設是選擇 #define CAMERA_MODEL_AI_THINKER,因筆者使用的就是 AI-Thinker ESP32-CAM 所以可以不用調整。
17+
將 #define INCLUDE_PERIPH 設成 true,後面會用到。
1718
選擇「工具」>「Partition Scheme」>「Minimal SPIFFS (...)」後開始燒錄。
18-
![](/assets/esp32-cam-4mb.png)
19+
![](/assets/esp32_cam_4mb.png)
1920

2021
燒錄完成後,執行會看到以下訊息
2122
```

source/_posts/2024-05-24-esp32-camera-impl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ or run 'idf.py -p (PORT) flash'
160160

161161
![](/assets/esp32cam.jpg)
162162

163+
![](/assets/esp32_cam_ftdi.png)
164+
163165
先至裝置管理員查看連接埠,設備對接口為COM6
164166
![](/assets/com_search.png)
165167

source/_posts/2026-01-27-rasppi-iot-impl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ date: 2026-01-27 21:47:44
2323
3D 列印設計好的外殼 <https://www.tinkercad.com/things/2Xyr9GqkHPA-remote-control-light-switch>
2424
使用 [ESP8266WebServer](/assets/ESP8266WebServer.py) 模組提供網站功能,以及 [Servo](/assets/servo.py) 模組控制伺服馬達的角度。
2525

26+
![](/assets/d1_mini_servo.png)
27+
2628
main.py
2729
```python
2830
from machine import Pin

source/assets/d1_mini_servo.png

17.4 KB
Loading

source/assets/esp32_cam_ftdi.png

96 KB
Loading

0 commit comments

Comments
 (0)