This video shows how to useChatGPT to implement Observer Pattern code in Arduino. The content includes: 1. Install C STL for Arduino 2. Use ChatGPT to
- 4月 11 週二 202323:25
[第26期]使用ChatGPT在Arduino實現觀察者模式的程式碼/Use ChatGPT to implement Observer Pattern code in Arduinoar
- 1月 15 週六 202216:01
[第13期]Use VS Code and PlatformIO to debug Arduino code in the ESP Wrover Kit with internal JTAG
This Video shows how to use VS Code and PlatformIO to debug Arduino code in the ESP Wrover Kit with internal JTAG. 1. Introduce PlatformIO 2. Introduc
- 11月 28 週日 202115:33
[Note 2] Software Debugger Library for Arduino IDE 在Arduino開發環境中的軟體偵錯程式庫
This video shows the test procedure of the software debugger used in the Arduino IDE. 本視頻展示一個軟體偵錯器在Arduino開發環境中的測試過程 This debugger provides set/clean
- 8月 22 週六 202014:18
[Arduino] Acquisition of MPU6050 raw data by using Mega2560/使用Mega2560擷取MPU6050原始資料
This example shows how read the raw data of MPU6050 by using Arduino Mega2560. There are several steps: 1. Download and install MPU6050 library. refer
- 8月 15 週六 202010:48
[Arduino] Edit Arduino code to control RGB LED in VS code/使用VS code編輯Arduino程式碼來控制RGB LED
This video show the blinking of RGB LED controlled by Mega2560. 本影片展示用Mega2560控制RGB LED閃爍的狀況 Next video will express how to implement it by editing th
This example shows how to install Arduino extension and edit Arduino code in the VS code. 這個範例說明如何在VS Code中安裝Arduino extension以及編輯Arduino程式碼 1. Instal
- 11月 03 週日 201912:44
[Arduino] Mega 2560 Analog Inputs are transferred to voltage/將mega 2560的類比輸入轉成電壓訊號
Read A0, A1 and A15 analog input and transfer to voltage value. in Range function check if voltage is in the right range. 讀出A0, A1和A15的類比訊號,轉換成電壓訊號, 然
- 10月 11 週五 201911:03
[Arduino] LabVIEW for Arduino無法與Arduino IDE 1.8.5以上版本溝通
由於一段時間沒使用Arduino,於是裝了最新的Arduinon IDE 1.8.10, 沒想到在執行LabVIEW程式時一直出現error 5003,讓我一度以為Mega2560的板子壞了, 但用Arduino IDE寫code時功能卻又是正常的,我感到非常的不解, 於是google了一下,才發現
- 5月 25 週六 201917:00
在Arduino IDE安裝ESP32 Add-On
為了在Arduino上開發ESP32的開發版,我們需要在Arduino IDE上裝ES32 Add-On, 安裝Arduino IDE1.8.9 1. 到 IDE,選just download即可 2. 安裝Arduino IDE 2. 安裝ESP32 Add-On 在Arduino IDE中,檔案
- 5月 28 週日 201713:28
Arduino應用:利用analogResolution()增加類比訊號讀取的解析度
I try to increase th resolution of the analog signal. I think there are two methods to fillfull it. One is the adjustment the analog reference which i
