PIXNET Logo登入

魚的方舟圖形語言的世界 - LabVIEW & Arduino & Python工作室 - 新網站https://labview-tech.blogspot.com/

跳到主文


Fishark的圖控世界***新增Arduino外包接案***新增Arduino整合開發***
Labview外包接案, Labview接Case, Labview家教,Labview教學, Labview程式撰寫,Labview虛擬儀控,Labview自動化控制, PDA程式撰寫,PXI模組化儀器程式撰寫模組化儀器,資料擷取,影像處理分析, PC based Labview程式撰寫, Microchip單晶片開發,Microchip單晶片教學,Arduino系統整合開發,感測器電路設計,PCB電路板Layout.......

部落格全站分類:數位生活

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 4月 11 週二 202323:25
  • [第26期]使用ChatGPT在Arduino實現觀察者模式的程式碼/Use ChatGPT to implement Observer Pattern code in Arduinoar

This video shows how to use ChatGPT to implement Observer Pattern code in Arduino.
The content includes:
(繼續閱讀...)
文章標籤

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

  • 個人分類:Arduino
▲top
  • 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
(繼續閱讀...)
文章標籤

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

  • 個人分類:Arduino
▲top
  • 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開發環境中的測試過程。
(繼續閱讀...)
文章標籤

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

  • 個人分類:Arduino
▲top
  • 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:
(繼續閱讀...)
文章標籤

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

  • 個人分類:Arduino
▲top
  • 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閃爍的狀況。
(繼續閱讀...)
文章標籤

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

  • 個人分類:Arduino
▲top
  • 5月 24 週日 202012:03
  • [Arduino][VS Code][Voice] Edit Arduino code in the VS code/在VS Code中編輯Arduino程式碼

This example shows how to install Arduino extension and edit Arduino code in the VS code.
這個範例說明如何在VS Code中安裝Arduino extension以及編輯Arduino程式碼。
1. Install Arduino extension in the VS code.
在VS code中安裝Arduino extension。
2. Set Arduino installation Path.
設定 Arduino的安裝路徑。
3. Ctrl+Shift+P to input command " Arduino: Examples".
使用 Ctrl+Shift+P去輸入"Arduino: Examples"指令。
4. Open Blinky example
打開Blink的範例
5. Select COM port and board type "Mega2560".
選擇COM port, 以及Mega2560開發版。
6. Modify code and upload to Mega2560.
修改程式碼然後上傳到Mega2560上。
(繼續閱讀...)
文章標籤

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

  • 個人分類:Arduino
▲top
  • 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的類比訊號,轉換成電壓訊號,
然後再用inRange函式判斷是否有在正確的範圍內。
(繼續閱讀...)
文章標籤

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

  • 個人分類:Arduino
▲top
  • 10月 11 週五 201911:03
  • [Arduino] LabVIEW for Arduino無法與Arduino IDE 1.8.5以上版本溝通

由於一段時間沒使用Arduino,於是裝了最新的Arduinon IDE 1.8.10,
沒想到在執行LabVIEW程式時一直出現error 5003,讓我一度以為Mega2560的板子壞了,
(繼續閱讀...)
文章標籤

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

  • 個人分類:Arduino
▲top
  • 5月 25 週六 201917:00
  • 在Arduino IDE安裝ESP32 Add-On

為了在Arduino上開發ESP32的開發版,我們需要在Arduino IDE上裝ES32 Add-On,
安裝Arduino IDE1.8.9 
(繼續閱讀...)
文章標籤

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

  • 個人分類:Arduino
▲top
  • 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 is provided in Mega boards, another is to use higher resolution Arduino boards such as DUE.
I had tried  these two methods and I wrote down some tips in the following:
 
After I tried Mega2560 and DUE, Mega2560 board can implement the function of analogReference(), but Due didn’t.
(繼續閱讀...)
文章標籤

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

  • 個人分類:Arduino
▲top
12...4»

Fishark's email

[請用] Google站內搜尋

自訂側欄

blogad

自訂側欄

近期文章

  • [第30期] 使用ESP IDF紅外遙控技術控制WS2812 RGB LED燈帶/Use ESP IDF RMT to control RGB LED strip
  • [第29期]結合LabVIEW的Python Node與Anaconda程式/Developing Program by Connecting LabVIEW Python Node and Anaconda
  • [第28期] LabVIEW Queued Message Handler tutorial/LabVIEW佇列訊息處理器教學
  • [第26期]使用ChatGPT在Arduino實現觀察者模式的程式碼/Use ChatGPT to implement Observer Pattern code in Arduinoar
  • [第25期] 使用ChatGPT實現C++實現觀察者模式的程式碼/Use ChatGPT to implement Observer Pattern C++ codecha
  • [Note 5] 使用NI package manager安裝Vision Development Module(VDM) 2021/Install Vision Development Module with NI package manager
  • [第24期] 使用yfinance與PyQt計算股票的KD值/Calculate KD value of the stock by using yfinance and PyQt
  • [第23期]Use pytube and PySide to download YouTube audio(mp3)/使用pytube與PySide下載YouTube聲音檔(mp3)
  • [第22期]Use PyQtGraph and nidaqmx to implement real time plots/使用PyQtGraph與nidaqmx實現時實的繪圖
  • [第20期]Use pytube and PyQt to download YouTube video/使用pytube與PyQt下載YouTube影片

文章分類

toggle Android程式開發 (3)
  • Android 進階 (7)
  • Android基礎 (12)
  • App Inventor (4)
toggle Labview工作室 (17)
  • LabVIEW程式產品區 (1)
  • LabVIEW進階教學 (17)
  • 套件 (2)
  • Measure Studio (1)
  • LabVIEW基礎教學 (43)
  • DSC模組與OPC Server (1)
  • DAQ 數位類比資料處理 (12)
  • LabVIEW FPGA Module (1)
  • IMAQ 影像處理 (14)
  • DSP&Embedded 模組 (4)
  • Labview連結資料庫 (3)
  • PDA模組 (4)
  • 觸控面板(Touch Panel)模組 (1)
  • Mathematics (3)
  • 遠端監控 (1)
  • Import Shared Library (3)
  • Labview 參考文章&筆記摘要 (13)
toggle 嵌入式系統設計 (6)
  • Microchip使用SD Card 筆記 (2)
  • Holtek單晶片教學 (3)
  • ST MCU (5)
  • Windows CE.net (1)
  • 8051 (3)
  • PIC Microchip (24)
toggle 網路尋奇 (2)
  • 英語教學 (1)
  • 新奇網站 (6)
  • C++ (1)
  • 理財 (1)
  • ESP32 (5)
  • Micropython (4)
  • MySQL (2)
  • Python (29)
  • UXUI自修 (1)
  • 電子電路 (1)
  • ARM教學 (3)
  • Processing (4)
  • RTOS (5)
  • 贊助區 (5)
  • Arduino (40)
  • 職場人生 (2)
  • 軟體工程 (4)
  • 低價USB DAQ (4)
  • 微電流計開發 (2)
  • OrCAD教學 (2)
  • 數學數值分析 (0)
  • App開發研究室 (2)
  • Eagle PCB (6)
  • iPhone程式開發 (1)
  • 電子材料 (2)
  • Protel 99SE 教學 (9)
  • QT教學 (4)
  • 工業自動化資訊 (2)
  • Delphi (3)
  • Agilent VEE (3)
  • 人機互動設計 (5)
  • 科技新知 (8)
  • 書摘*筆記 (2)
  • 文章收集 (14)
  • 影音分享 (1)
  • 心情點滴 (5)
  • 電腦相關 (5)
  • 投資理財 (5)
  • 創業須知 (1)
  • 未分類文章 (1)

參觀人氣

  • 本日人氣:
  • 累積人氣:

自訂側欄

Google AdSense

熱門文章

  • (6,682)使用 Labview擷取webcam影像並存成AVI檔- IMAQ for USB Camera
  • (9,599)LabVIEW基礎教學 : Shift Register
  • (35,591)LabVIEW 基礎教學(中文版)
  • (12,722)LabVIEW 2進位, 8進位, 10進位, 16進位 間的轉換
  • (5,475)LabVIEW基礎教學 : Event Structrue
  • (10,784)LabVIEW基礎教學 : 七段顯示器軟體模擬
  • (11,365)LabVIEW基礎教學 : Formula Node
  • (6,212)使用DAQ Assistant建立多通道(Multi-channels)類比訊號擷取
  • (5,892)LabVIEW基礎教學 : Feedback Node
  • (6,269)[Holtek單晶片教學] HT IDE 3000與HT ICE基礎教學

誰來我家

留言板