顯示具有 PCAN 標籤的文章。 顯示所有文章
顯示具有 PCAN 標籤的文章。 顯示所有文章

2024年7月1日 星期一

CAN Bus Sniffer by PeakCAN windows software GUI

Purpose:
經由這篇文章PeakCAN windows software for CAN Bus message後, 再次利用PeakCAN的 PCANBasic API for C#的sample修改為自己的CAN Bus Sniffer擷取在CAN BUS介面上的資料!
特點
1. 增加monitor功能 
所有的CAN Bus上的資料 Tx and Rx 都可以即時監控.
2. 增加可同時多個Tx 傳送的CAN Bus資料依據個別定義的時序傳送
After reading this article PeakCAN windows software for CAN Bus message, I once again used the sample of PeakCAN's PCANBasic API for C# to modify it into my own CAN Bus Sniffer to capture the data on the CAN BUS interface!
Features
1. Add monitor function
All data Tx and Rx on the CAN Bus can be monitored in real time.
2. Added CAN Bus data that can be transmitted by multiple Tx at the same time according to individually defined timings.
利用自己製作的ESP32 CAN module搭配CAN Hacker software去做驗證!

YouTubeDemo:


2024年4月29日 星期一

PeakCAN windows software for CAN Bus message

Purpose:
利用PeakCAN提供的PCANBasic API for C#的sample去修改成自己適用的專案程式.

PCAN-Basic API
PCAN DB9 Connector

PCAN-Basic API for C#


Architectures:
利用ESP32_MCP2515 module 去驗證 PCAN_Basic API
YouTube Demo:



2023年12月6日 星期三

雷達產品的CAN Bus測試

Purpose:
CAN Bus test of radar products
在雷達產品的測試上, 為了驗證產品上的CAN Bus Function是否正常. 因此在測試的環境中, 用最便宜跟能夠搭配產測程式的方案(Mega2560+MCP2515+RelayBoard).
並且利用ESP32+MCP2515 modulePCAN-USB-FD去做驗證.
In the test of radar products, in order to verify whether the CAN Bus Function on the product is normal. Therefore, in the test environment, the cheapest solution that can be matched with the production test program (Mega2560+MCP2515+RelayBoard) is used.
And use ESP32+MCP2515 module and PCAN-USB-FD for verification.
Architectures:


Fundamental:
PCAN-USB-FD
The PCAN-USB FD interface enables simple connection to CAN FD and CAN networks. Its compact plastic casing makes it suitable for mobile applications. A galvanic isolation of up to 500 Volts decouples the PC from the CAN bus.


Reference the previous article link on blog:
ESP32 + MCP2515 use CanHacker on CAN Bus system

YouTube Demo: