CAN-BUS Shield V2 (แท้จาก SeeedStudio)

CAN-BUS Shield V2 (แท้จาก SeeedStudio)
CAN-BUS Shield V2 (แท้จาก SeeedStudio)CAN-BUS Shield V2 (แท้จาก SeeedStudio)CAN-BUS Shield V2 (แท้จาก SeeedStudio)CAN-BUS Shield V2 (แท้จาก SeeedStudio)CAN-BUS Shield V2 (แท้จาก SeeedStudio)
รหัสสินค้า SA00024
หมวดหมู่ CAN Bus / LIN Bus / OBD
ราคา 1,685.00 บาท
สถานะสินค้า พร้อมส่ง
จำนวน
ชิ้น
หยิบลงตะกร้า
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay

CAN-BUS Shield V2 

CAN BUS เป็นการสื่อสารยอดนิยมในระบบอุตสาหกรรม SeedStuio จัดทำ Shield นี้มาเพื่อให้การเชื่อมต่อระหว่างอุปกรณ์ในอุตสาหกรรมกับ Arduino UNO R3 ทำให้อย่างง่ายดาย

รายละเอียดและตัวอย่างการใช้งาน
Wiki
Dowload library และ ตัวอย่าง code
How to install library
 
 CAN BUS Shield Vs. 
OBD-II Diagnostic Shield

CAN BUS เป็นหนึ่งในโปรโตคอลมาตรฐานที่ใช้ในรถยนต์เพื่อทำการรับส่งข้อมูลระหว่าง ECU และชิ้นส่วนหรืออุปกรณ์อิเล็กทรอนิกส์ในรถยนต์ ดังนั้น CAN BUS Shield ก็คือ Shield ที่ช่วยให้ Arduino สามารถอ่านข้อมูล เช่น Coolant Temperature, Throttle Position, Vehicle Speed, and Engine rpms ได้ ซึ่งข้อมูลเหล่านี้ถือเป็นข้อมูลพื้นฐานที่ไม่ใช่ข้อมูลประเภท Diagnostics (ดูความหมายข้อมูล Diagnostic ในคำอธิบายของ OBD-II ด้านล่างที่จะสามารถทำการรายงานได้ผ่าน OBD-II โปรโตคอลเท่านั้น แต่หากต้องการจะอ่านข้อมูล Diagnostic สามารถทำได้ 2 วิธีคือ 1)เปลี่ยนไปใช้ OBD-II Shield แทน หรือ 2) ใช้ CAN BUS Shield แต่ต้องใช้สายแปลง OBD-II และลง Library OBD-II เพิ่มเติม

OBD-II (On-board diagnostics) เป็นโปรโตคอลที่ถูกออกแบบมาสำหรับรายงานผลการตรวจสอบข้อผิดพลาดต่างๆที่เกิดขึ้นภายในรถยนต์ เช่นข้อมูล Malfunction Indicator Light (MIL), Diagnostic Trouble Codes (DTCs), Inspection and Maintenance (I/M) Information, Freeze Frames, VIN, Hundreds of Real-time Parameters เป็นต้น ที่นอกเหนือไปจากข้อมูลพื้นฐานที่สามารถอ่านได้จาก CAN BUS โดย OBD-II จะสนับสนุนโปรโตคอลมาตรฐานที่ใช้ในการส่งข้อมูลในรถยนต์ทั้งหมดไม่ว่าจะเป็น CAN หรือ JBUS

 

ดังนั้น  OBD-II Shield คือ Shield ที่ถูกพัฒนาขึ้นมาเพื่อใช้ในการอ่านข้อมูลจำพวก Malfunction Indicator Light (MIL), Diagnostic Trouble Codes (DTCs), Inspection and Maintenance (I/M) Information, Freeze Frames, VIN, Hundreds of Real-time Parameters โดยตรง แต่รถยนต์จะต้องสนับสนุน OBD-II จึงจะสามารถทำการอ่านค่าต่างๆดังที่กล่าวมาได้สังเกตเบื้องต้นได้โดยดูว่ารถยนต์มี Connector แบบ J1939 หรือไม่ หากมีก็แสดงว่ารถยนต์คันนี้สนับสนุน OBD-II สามารถอ่านข้อมูล Diagnostics ได้โดยอาจจะใช้ Shield OBD-II หรือ โดย CAN BUS Shield ที่ลง Library ของ OBD-II 

The CAN-BUS Shield V2 still uses MCP2515 as CAN-BUS controller and MCP2551 as CAN transceiver. Despite of that, there are really many updates. First and most importantly, OBD-II or CAN standard pinout can be selected by switching jumpers on DB9 interface, the default pinout is OBD-II. Secondly we add a TF card slot for data storage and the CS pin can be either set to D4 or D5. The INT pin can also be set to D2 or D3 by switching jumpers on the back of the shield. If you want to use more than 2 CAN-BUS Shield, it is needed to cut P1 pad. In V2, we moved the P1 pad from front to the back of the shield to make it easier to cut and solder. All in one, there are more options for customization.
 
Consider that the D0/D1 pin are usually used for downloading code, we changed the serial Grove connector to pin A0/A1. The I2C grove connector is also changed to more reasonable standard SDA/SCL pin instead of previous A4/A5. The two grove connectors are both changed to horizontal rather than vertical to the shield so that it would be more convenient when connecting to other grove modules.


Hardware

  • OBD-II or CAN standard pinout can be selected by switching jumpers on DB9 interface, the default pinout is OBD-II.
  • Add a TF card slot for data storage and the CS pin can be either set to D4 or D5.
  • The INT pin can be set to D2 or D3 by cutting and soldering pad on the back of the shield.
  • Moved the P1 pad from front to the back of the shield to make it easier to cut and solder.
  • Consider that the D0/D1 pin are usually used for downloading code, we changed the serial Grove connector to pin A0/A1.
  • The I2C grove connector is also changed to more reasonable standard SDA/SCL pin instead of previous A4/A5.
  • The two grove connectors are both changed to horizontal rather than vertical to the shield so that it would be more convenient when connecting to other grove modules.

Software

  • Add the function and example to access the data of your car.
  • Add the function to read the SD card.
  • Add the example to store the data of your car into the SD card.
  • Fix some bugs and optimize some program.

D-Sub CANbus PinOut

pin# Signal names Signal Description
1 Reserved Upgrade Path
2 CAN_L Dominant Low
3 CAN_GND Ground
4 Reserved Upgrade Path
5 CAN_SHLD Shiled, Optional
6 GND Ground,Optional
7 CAN_H Dominant High
8 Reserved Upgrade Path
9 CAN_V+ Power, Optional

วิธีการชำระเงิน

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1703]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2140
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,419,117 ครั้ง
ผู้ชมทั้งหมด5,922,195 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท3 ต.ค. 2568

MEMBER

พูดคุย-สอบถาม