상품상세 정보

뒤로가기

CANHack 툴킷 CAN통신 개발 CANPico V2 보드 -MicroPython SDK (CANPico v2 with Pico WH Pre-installed)

CANHack 툴킷 CAN통신 개발 CANPico V2 보드 -MicroPython SDK (CANPico v2 with Pico WH Pre-installed)

상품 정보
판매가(VAT별도) 87000
할인판매가 87,000원 (87,000원 할인)
할인금액 총 할인금액 원
(모바일할인금액 원)
적립금

90원(0.10%)

무통장 결제시 적립금 %

카드 결제시 적립금 %

실시간 계좌이체시 적립금 %

적립금 결제시 적립금 %

휴대폰 결제시 적립금 %

예치금 결제시 적립금 %

에스크로 결제시 적립금 %

가상계좌 결제시 적립금 %

가상계좌 결제시 적립금 %

케이페이 결제시 적립금 %

페이나우 결제시 적립금 %

페이코 결제시 적립금 %

제휴적립금
배송방법 택배
배송비 3,500원 (100,000원 이상 구매 시 무료)
상품 추가설명 번역정보
배송
수량 up down  
상품 목록
상품 정보 가격 삭제
총상품금액(수량) 0
구매하기
구매하기

CANHack 툴킷 CAN통신 개발 CANPico V2 보드 -MicroPython SDK

(CANPico v2 with Pico WH Pre-installed)

IMG_0242

 

개요

  • 본 제품은 CanisLab CANHack 툴킷 CAN통신 개발 CANPico v2 보드 -MicroPython SDK 입니다.
  • 하드웨어적으로 보드를 설명하면, CAN 컨트롤러(MCP2517FD)와 CAN 트랜시버 및 라즈베리 파이 피코를 결합하여 만든 보드로 CAN 버스에 스크류터미널을 통해 접근이 가능합니다.
  • CAN H, CAN L 신호 접근이 가능한 핀과, 오실로스코프나 로직분석기를 위한 디지털 RX, TX 신호를 포함하고 있습니다.
  • 소프트웨어적으로는, Canis Labs 오픈소스 MicroPython SDK를 지원하여, 마이크로파이썬 SDK를 이용하여 다양한 CAN 어플리케이션 개발 및 응용하여 사용이 가능한 제품입니다.
  • 이 SDK는 복잡한 CAN API(including priority-inversion free drivers, 1μs accuracy timestamps, large buffers and an API for triggering a logic analyzer or oscilloscope) 를 지원합니다.
  • 또한 MIN 프로토콜을 이용하여 USB를 통해 호스트 장치와 통신을 지원하여, CAN 버스 로깅과 같은 어플리케이션을 가능하게 하며, CANPico 보드를 PC의 CAN 인터페이스로도 사용할 수 있게 합니다.
  • SDK는 low-level error injection을 위한 CANHack tookit 또한 제공합니다.
  • SDK는 파이썬 코드를 듀얼 코어 RP2040 마이크로컨트롤러에서 동작하며, 실시간으로 CAN 트래픽(밀리세컨드가 아닌 마이크로세컨드로 측정된)에 반응 할 수 있게하여 줍니다.
  • Shipped with Pico WH and MicroPython pre-installed

특징

  • Main hardware features

    • Microchip MCP251863T CAN controller
    • Screw terminal for direct access to CAN High/Low twisted pair wiring and a common ground reference
    • Jumper for a standard 120Ω CAN bus termination resistor
    • Jumper for enabling and disabling transmit input to the transceiver

    Interfacing

    • Header pins for logic analyzer access to digital CAN signals (TX and RX pins of the transceiver)
    • Header pins for oscilloscope access to the analog CAN signals (CAN High/Low, ground)
    • TRIG pin for logic analyzer and oscilloscope triggering on programmable CAN events
    • Direct GPIO access to CAN RX and TX pins for software error injection
    • GPIO control over transceiver low power standby

    The Raspberry Pi Pico is designed to be soldered on to a board using the ‘half moon’ edges, leaving header pins free. The other connections are USB (for power and connectivity to a host) and the CAN bus. The 6-pin header is intended for a logic analyzer and oscilloscope to see raw CAN signals, the yellow jumper is for enabling the termination resistor, and the blue jumper enables transmission on the bus (if this is removed then the board is restricted to only listening to the CAN bus, a useful security feature).

    Software support

    The software support is provided with a MicroPython SDK that has the following APIs:

    • CAN API
    • CANHack toolkit API
    • Trigger API for triggering test instruments on CAN errors and CAN frames with a specified ID and payload
    • MIN API to communicate with a host PC over a second virtual USB serial port

    The CAN API consists of the following Python classes:

    • The CAN class provides control and status of the CAN controller
    • The CANFrame class encapsulates CAN frames, which are either created in software or by receiving them from the CAN controller hardware
    • The CANError class encapsulates CAN error frames, which are created receiving them from the CAN controller hardware
    • The CANID class describes a CAN ID: every CAN frame has a CAN ID, but many frames can have the same ID
    • The CANIDFilter class describes how a CAN controller should identify and accept CAN frames based on their CAN ID

    The MIN API provides MIN protocol support for reliable communication with a host PC. Some of the CAN API calls use a binary representation to allow items to be carried over MIN.

문서

  • Resources

    • TheHardware Reference Manual (PDF) for the CANPico board (version 01, issue date 2021-04-29, 8 pages) including schematics.
    • TheMicroPython SDK Reference Manual (PDF) for the CANPico board (version 01, issue date 2021-04-29, 32 pages). Documents both the MicroPython CAN API and CANHack API.
    • The latest firmware (.uf2, release date 2023-03-09). Based on the v1.15 release of MicroPython for the Pico. The source code is released as a patch file for this MicroPython version (see README.txt for details).
    • The latest schematics (PDF) and Kicad design(.kicad_pcb) for the CANPico board.
    • The canpico.py examples for the CANPico board (the Thonny IDE can be used to put the file on to the Pico file system)
    • There is a blog post introducing CANHack and a demonstration video (Note that these both use the CANHack MicroPython API but on the STM32-based PyBoard rather than the Raspberry Pi Pico).

연관제품

상품 상세 정보
상품명 CANHack 툴킷 CAN통신 개발 CANPico V2 보드 -MicroPython SDK (CANPico v2 with Pico WH Pre-installed)
판매가(VAT별도) 87,000원
상품코드 P000BGAO
수량 수량증가수량감소
상품요약정보 CanisLab CANHack 툴킷 CAN통신 개발 CANPico V2 보드 -MicroPython SDK 입니다.

결제 안내

결제는 신용카드, 실시간 계좌이체, 무통장 입금 등을 선택하여 진행하실 수 있습니다. 세금계산서 발행을 요청하실 경우에는 결제방법을 무통장 입금으로 선택하시고 사업자등록증 사본을 cs@vctec.co.kr으로 보내주셔야 합니다.

배송 안내

  • 배송 방법 : 택배
  • 배송 지역 : 전국지역
  • 배송 비용 : 3,500원
  • 배송 기간 : 1일 ~ 10일
  • 배송 안내 : - 산간벽지나 도서지방은 별도의 추가금액을 지불하실 수 있습니다.
    - 상품종류에 따라서 상품의 배송이 다소 지연될 수 있습니다.
    - 구매 총액이 10만원 미만의 주문 경우는 택배발송시에는 배송비 3,500원이 추가됩니다.
    - 구매 총액 10만원 미만 주문의 퀵발송 및 급행처리 요청시 핸들링 비용 3,500원이 추가 됩니다.
    - 매장이 아니므로 방문구매 및 수령이 불가능 합니다.
    - 영업일 기준 2일 이내 미출고 물품은 해외 수입 제품입니다.
    - 높은 전압과 전류를 사용하는 제품은 사용 전 안전에 유의 바랍니다.
    - 제품을 교육수준으로 설명하거나 사용자 프로젝트에 대한 컨설팅이나 기술지원을 하지 않사오니 참고부탁 드립니다.

교환/반품 안내

교환 및 반품안내
- 상품을 공급 받으신 날로부터 7일이내에 교환 및 반품이 가능하며,
- 미개봉/미설치 제품인 경우이거나 불량제품인 경우에 한해 가능합니다.

- 교환/반품시 승인 없이 제품을 먼저 발송시 왕복 택배비가 발생합니다.
- 상품가치가 훼손되어 재판매가 불가능 할 경우는 교환/반품이  불가능합니다.
- 소프트웨어는 개봉시 교환/반품이 불가능합니다.

- 주문수입제품의 경우는 환불/교환이 불가능합니다.

- 수입제품의 경우는 수리가 불가능합니다.
- 배송지연안내를 받으신 경우는 주문 수입되는 경우이며, 주문 수입 제품의 경우 환불/교환이 불가능합니다.

- 고객변심에 의한 교환 및 반품 시 왕복 배송비는 고객님께서 부담하셔야 합니다.
- 제품구성품 및 스펙은 제조사 사정에 의해 예고없이 변경 될수도 있습니다.

환불 안내

환불시 반품 확인여부를 확인한 후 7영업일 이내에 결제 금액을 환불해 드립니다.
신용카드로 결제하신 경우는 신용카드 승인을 취소하여 결제 대금이 청구되지 않게 합니다.
(단, 신용카드 결제일자에 맞추어 대금이 청구 될수 있으면 이경우 익월 신용카드 대금청구시 카드사에서 환급처리됩니다.)

서비스문의 안내

상품사용후기

상품후기쓰기 모두보기

게시물이 없습니다

판매자 정보