This video shows how to download micropython firmware to ESP32 DevKitC v4 by using ESP32 download tool.
本影片說明如何使用ESP32 download tool將Micropython韌體燒錄在ESP32 DevKitC v4開發版上。
There are two steps:
1. Download Micropython firmware of ESP32 from micropython.org website.
2. Use ESP32 download tool to download Micropython firmware to ESP32 DevKitC v4.
有兩個步驟:
1. 從micropyhon.org下載ESP32的韌體。
2. 使用ESP32 download tool將Micropython韌體燒錄在ESP32 DevKitC v4開發版。
We will share more tutorial videos with people who want to learn LabVIEW and Python welcome to subscribe this channel.
fishark 發表在 痞客邦 留言(0) 人氣(13)
This video shows how to use ESP32 download tool to erase the flash on ESP32 DevKitC v4.
這支影片說明如何使用ESP32 download tool清除ESP32 DevKitC v4開發版上的快閃記憶體。
I think ESP32 download tool is one of easiest method of erasing the flash of ESP32 development board in Windows. Just press one button and without inputting any command.
我認為ESP32 download tool 史最容易清除ESP32開發版的方法之一,只要按下一個按鍵,而無須下任何指令。
We will share more tutorial videos with people who want to learn LabVIEW and Python welcome to subscribe this channel.
fishark 發表在 痞客邦 留言(0) 人氣(213)
This example shows how to use ESP32 DevKitC V4 to read temperature and humidity data from DHT11 sensor.
本範例說明如何使用ESP32 DevKitC V4來讀取DHT11數位溫溼度感測器的資料。
Import dht library and define the data pin in the pin of dht in main.py.
在main.py中,輸入dht函數庫,與定義data腳位在dht的函數中。
fishark 發表在 痞客邦 留言(0) 人氣(17)
This example shows how to use ESP32 DevKitC V4 to control RGB LED.
本範例說明如何使用ESP32 DevKitC V4來控制RGB LED。
fishark 發表在 痞客邦 留言(0) 人氣(84)
This example demonstrates how to calling python class method in Python Node.
這個範例說明如何使用Python Node呼叫 Python類別中的方法。
Steps
fishark 發表在 痞客邦 留言(0) 人氣(126)
This example show steps of using Python Node to communicate with Python
這個範例說明如何使用Python Node與Python 溝通
fishark 發表在 痞客邦 留言(0) 人氣(255)
This example shows how to transfer four hex integer array into float by using type cast. 本範例說明如何使用Type cast將四個16進位整數轉換成浮點數。
We will share more tutorial videos with people who want to learn LabVIEW. welcome to subscribe this channel.
fishark 發表在 痞客邦 留言(0) 人氣(56)
This example shows how to use Type Cast to transfer Hex integer array to string 本範例說明如何使用Type Cast將16進位整數轉換成字串
We will share more tutorial videos with people who want to learn LabVIEW. welcome to subscribe this channel.
fishark 發表在 痞客邦 留言(0) 人氣(403)
This movie shows how to call Timezoneinfo and ReadOnlyCollection class from .net framework (LabVIEW 2012 supports .net framework 3.5).
Window's timezone has been set as Japan time (timezone +9). We can use methods and properties of Timezoneinfo class to covert the standard time from Japan to Taipei.
fishark 發表在 痞客邦 留言(0) 人氣(15)
This movie shows how to get the integer of floating data format of year, month, date, hour, minute and second from timestamp.
本篇影片說明如何將Timestamp中的年、月、日、時、分、秒的資料用整數說是浮點數的資料型態取出。
We will share more tutorial videos with people who want to learn LabVIEW. welcome to subscribe this channel.
fishark 發表在 痞客邦 留言(0) 人氣(5)