This example demonstrates how to use the classic Bluetooth of ESP32 to read and write data from App created by App Inventor 2. 這個範例說明如何使用經典的藍芽連線方式,在ES
- 5月 31 週日 202015:15
[AI2][Arduino][ESP32] Classic Bluetooth connection between ESP32 and AI2 App/傳統藍芽傳輸使用ESP32與AI2ar
This example shows how to install Arduino extension and edit Arduino code in the VS code. 這個範例說明如何在VS Code中安裝Arduino extension以及編輯Arduino程式碼 1. Instal
- 4月 29 週三 202023:18
[Python][Voice]Integrate a plot of matplotlib into tkinter GUI/整合matplotlib的繪圖到 tkinter圖形視窗中
This example shows how to integrate a plot or figure on matplotlib into the graphic user interface of tkinter. 1. Import tkinter 2. Import matplotlib
- 4月 18 週六 202012:58
[TouchGFX] [STM32F4] Use TouchGFX to design GUI on STM32F429I Disc1/使用TouchGFX設計STM32F429I Disc1開發板的圖形介面(一)
This example shows how to use TouchGFX to design GUI on LCD of STM32F429I Disc1 Board. One progress indicator and two buttons are used in this example
- 4月 10 週五 202016:48
[Python][tkinter]使用Button中的command呼叫函數 Use Button Command Call Function
This example shows how to use command in button to call a function with or without parameters 1. Import tkinter 2. build a window named win. 3. window
- 4月 09 週四 202018:06
[Python][tkinter] Build tkinter GUI 使用tkinter建立圖形視窗
This example shows how to build a GUI by using tkinter. 1. Import tkinter 2. build a window named win. 3. window format 1: title 4. window format 2: g
- 4月 03 週五 202011:38
[STM32Cube IDE][STM32F429-Disco]Blinky LED Example/閃爍的LED範例
使用STM32Cube IDE在STM32F429-Disco開發板上撰寫程式控制LED閃爍 This example shows how to use STM32Cube IDE to blink LED on STM32F429-Discovery kit. 1.開啟STM32Cube IDE,
- 3月 28 週六 202013:02
[Python][Voice] Read Analog Signals From NI DAQ Card從NI 資料擷取卡中讀取類比訊號
This example provides the following three steps for training: 1. Install nidaqmx package, Python can use this package to read analog signals from NI D
- 3月 28 週六 202012:59
[Python][Voice] Write NI DAQ Data to File 儲存NI DAQ的資料到檔案中
這個範例說明如何將NI DAQ卡擷取的資料寫入檔案中 This example introduce how to write data acquired from NI DAQ card to a file. 這裡有5個步驟: There are five steps: 1. Install nid
- 3月 15 週日 202013:33
[LabVIEW][Voice]First Actor Framework Program-Hello World (一)第一支操作者框架程式Hello World(一)
This example demonstrates how to build an actor framework project, create actor and message class, and launch actor to call message method. 這的範例展示了如何建
