山姆的編程實作分享。。。

Sam Blog, Sam Sharing, Sam Studio

山姆的編程實作分享。。。

2019年4月23日

ESP32-CAM ( Ai-Thinker Module )


今天拿到了新板子 -- ESM32-CAM 順勢測試一下ESP-IDF開發環境以及這塊板子Camera的效能 以下參考資料都來自 Ai-Thinker提供的 ESP32_CAMERA_QR 使用教程 https://github.com/donny681/ESP32_CAMERA_QR/wiki Step 1: 首先, 照 ESP32_CAMERA_QR 使用教程連接 USBtoTTL, 注意喔! 這塊板子的工作電壓是5V,不是3.3V ! Step 2: 接著就下載原始碼 git clone https://github.com/donny681/ESP32_CAMERA_QR.git Step...

2019年4月12日

It's time to use Linux / Ubuntu by using Windows Subsystem


The Windows 10 build 14393 or later version is ready to Linux installation by using the Windows Subsystem. By this way you don't need to setup a virtual machine or reboot into Linux by using a dual-boot PC. The detail installation guide for Linux on Windows system, please follow below two links https://www.makeuseof.com/tag/linux-beginners-guide/ https://www.makeuseof.com/tag/lin...

2019年4月2日

stdlib.h no such file or directory


This problem should be the AVR-GCC library does not be installed correctly. The path of stdlib.h is at You can go to below link to get AVR-GCC built version http://blog.zakkemble.net/avr-gcc-builds/ ...

熱門文章