This Video shows how to use VS Code and PlatformIO to debug ESP IDF code in the ESP Wrover Kit with internal JTAG.

1. Import project examples

2. Setup PlatformIO (Add new board)             

3. Build project and Debug  ESP IDF Code  

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

 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. Introduce how to setup JTAG on ESP Wrover Kit and install JTAG Driver

3. Install PlatformIO extension

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

This video shows how to use mathematical functions in LabVIEW and Python.
We introduce Expression Node for non-conplex data type calculation in LabVIEW and applications of Math library in Python.
Some examples (conversion of degree and radian, the plot of sine wave etc.) are provided for the demonstration of Expression Node and Math library in LabVIEW and Python respectively.
本視頻說明如何在LabVIEW和Python中使用數學函數。
文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

This video describe how to add random number to Python array.

Two libraries, Numpy and Random, are used to implement this purpose.

本視頻說明如何在Python的陣列中加入隨機數。 需要利用兩個函式庫,Numpy和Random來實現這個目的。

 
文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

This video shows the test procedure of the software debugger used in the Arduino IDE.

本視頻展示一個軟體偵錯器在Arduino開發環境中的測試過程。

This debugger provides set/clean break point and display data in the serial monitor. 

這個偵錯器可以提供設定/清除中斷點,以及將資料顯示在序列埠視窗中。

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

This video shows how to generate BIN and HEX file in STM32CubeIDE
這個視頻說明如何在STM32CubeIDE產生 BIN及HEX燒錄檔
 
 
文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

This video shows how to migrate LabVIEW to Python. Examples of reading file to XY graph are demonstrated by using LabVIEW and Python.

Content:

1. Read file and plot XY graph with LabVIEW

2. Read file and plot XY graph with Python

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

這個影片說明如何在Colab中編寫C++/C的程式語言
內容
1. 魔術指令
2. 在Colab編輯C++/C程式
文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

STM32CubeIDE + TouchGFX + STM32F429I Discovery

本視頻說明如何使用STM32CubeIDE的HAL函式庫與TouchGFX的虛擬函數來控制LED開關。

內容:

1. 建立GUI按鈕與虛擬函數

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

This video demonstrates hoe to use STM32CubeIDE to edit and run TouchGFX program and download code into STM32F429I Discovery Demo board.

The content includes:

1. Related Software & Driver

2. Edit TouchGFX code in STM32CubeIDE

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

 This video shows how to control Dobot Magician by writing LabVIEW VISA program.

The content includes:

1. Protocol description of PTP mode command

2. Write Protocol by VISA to control Dobot Magician

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

This video gives the brief introduction of Dobot Magicain robotic arm and provides some documents and resources.

這個視頻提供簡單的Dobot Magician機器手臂的簡介,以及一些文件與資源。

Content:

1. Software & Driver Installation

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

本影片在說明如何使用LabVIEW視覺模組擷取Webcam影像並存檔
This video shows how to use LabVIEW Vsion Module to grab and save the image of the camera 大綱/Outline:
1. 安裝機器視覺開發模組 Install Vision Development Modul (VDM)
2. 安裝機器視覺擷取軟體 Install Vision Acquisition Software (VAS)
文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

This video shows how to read camera streaming media of Notebook by OpenCV

這個視頻說明如何使用OpenCV讀取筆記型電腦的攝影機串流影像

內容/Content

1. 讀取筆電的攝影機影像 Read camera streaming media of NB

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

本影片介紹如何使用LabVIEW Python Node與OpenCV來讀取圖片。

This video shows how to use LabVIEW Python Node and OpenCV to read image.

步驟 Steps:

1. 使用命令提示字元安裝OpenCV Install openCV in Comand Prompt

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

This video shows how to install OpenCV in Anaconda and write program to read image in the Spyder IDE.

這個影片說明如何在Anaconda中安裝OpenCV以及在Spyder開發環境中寫一個如圖片的程式。

Steps/步驟:

1. Install OpenCV by using Anaconda Prompt/使用Anaconda Prompt安裝OpenCV (pip install opencv-python)

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

 This video shows 5 kinds of examples for definition of function.

這個影片展示5種定義函數的範例。

1.Define function (no parameter)定義函數(無參數)

2.Define function (parameters)定義函數(參數)

fishark 發表在 痞客邦 留言(0) 人氣()

 This example shows how to use python to comunicate with SQLite in Colab.

這個範例說明如何在Colab中使用python來與SQLite溝通。

7. Update data in table 更新資料表中的資料

8. Delete data in table 從資料表中刪除資料

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

This example shows how to use python to comunicate with SQLite in Colab.
這個範例說明如何在Colab中使用python來與SQLite溝通。  
 
1. Mount Google drive for Colab use 在Colab中掛載Google硬碟
文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

 This video shares how to install and use yfinance in Colab

本影片分享如何在Colab上安裝與使用yfinance函式庫

1. Install yfinance library 安裝yfinance函式庫

2. Get single item or all items from stock information 獲取單一或全部的股票資訊項目

文章標籤

fishark 發表在 痞客邦 留言(0) 人氣()

Close

您尚未登入,將以訪客身份留言。亦可以上方服務帳號登入留言

請輸入暱稱 ( 最多顯示 6 個中文字元 )

請輸入標題 ( 最多顯示 9 個中文字元 )

請輸入內容 ( 最多 140 個中文字元 )

reload

請輸入左方認證碼:

看不懂,換張圖

請輸入驗證碼