Nếu bác nào có dùng đến PIC chắc hẳn biết mạch nạp Opensource của Microchip PICKit2, đây là mạch nạp / Debug giao tiếp máy tính bằng USB được thiết kế dành cho PIC của Microchip.
Hiện nay mạch PICKit2 đã được DIY, MOD lại nhiều, và làm ra nó cũng khá rẻ, đơn giản, Trên thị trường giá tầm khoảng 200k.
Hôm nay tình cờ đọc được 1 bài viết trên Electronic Open Souce, thấy có người viết một chương trình Bridge, chuyển đổi các Command nạp của AVRISP thành các command của PICKit2.
Hướng dẫn sơ bằng Tiếng Việt:
+ Kết nối:
+ Nguyên tắc: AVRISP gởi những command vào 1 chương trình khác(PK2AVRISP), chương trình này chuyển đổi những Command đó và gởi lại qua PICKit2
AVRISP <----> PK2AVRISP <----> PICKit2
do đó, cần phải kết nối AVRISP với PK2AVRISP, tạo ra 1 cặp cổng COM ảo, 2 cổng COM này nối chéo với nhau, cho AVRISP kết nối với cổng thứ nhất, PK2AVRISP kết nối với cổng thứ 2. PK2AVRISP kếu nối với PICKit2 qua USB HID
+ Tải phần mềm com0com cài đặt, và tạo 1 cặp cổng COM ảo
+ làm theo hướng dẫn chi tiết trong trang sau: http://pickit2.isgreat.org/
PS: Đính kèm bản 0.3 lên 4r luôn, đề phòng site kia die
Hiện nay mạch PICKit2 đã được DIY, MOD lại nhiều, và làm ra nó cũng khá rẻ, đơn giản, Trên thị trường giá tầm khoảng 200k.
Hôm nay tình cờ đọc được 1 bài viết trên Electronic Open Souce, thấy có người viết một chương trình Bridge, chuyển đổi các Command nạp của AVRISP thành các command của PICKit2.
Hướng dẫn sơ bằng Tiếng Việt:
+ Kết nối:
+ Nguyên tắc: AVRISP gởi những command vào 1 chương trình khác(PK2AVRISP), chương trình này chuyển đổi những Command đó và gởi lại qua PICKit2
AVRISP <----> PK2AVRISP <----> PICKit2
do đó, cần phải kết nối AVRISP với PK2AVRISP, tạo ra 1 cặp cổng COM ảo, 2 cổng COM này nối chéo với nhau, cho AVRISP kết nối với cổng thứ nhất, PK2AVRISP kết nối với cổng thứ 2. PK2AVRISP kếu nối với PICKit2 qua USB HID
+ Tải phần mềm com0com cài đặt, và tạo 1 cặp cổng COM ảo
+ làm theo hướng dẫn chi tiết trong trang sau: http://pickit2.isgreat.org/
Note that PB2/SS pin must be pulled down to GROUND during programming, this can be achieved by connecting the pin to RESET or can be wired to GROUND.
VDD needs to be connected only if the target board is not powered. If the board has an external power supply, DO NOT connect VDD to PICKit2.
How to use
* connect the PICKit2 to the AVR microcontroller (and PICKit2 to the PC)
* make sure you have installed the 2 bridged virtual serial ports (for the example I’ll name them COM3 and COM4)
* start PK2AVRISP (it should have detected your PICKit2 programmer) and select one of the 2 serial ports (for example COM3)
* in your AVR programming application select the programmer AVRISP (or compatible like STK500)
* for the selected programmer select the serial port the 2nd serial port from the created 2(in our example is COM4)
* now you can use the programmer commands.
AVR programming applications
I have tested PK2AVRISP with the following applications:
* CodeVision AVR (select AVRISP/STK500 programmer)
* AVRStudio (AVRISP)
* avrdude (Windows) (I had to select stk500v2 programmer)
VDD needs to be connected only if the target board is not powered. If the board has an external power supply, DO NOT connect VDD to PICKit2.
How to use
* connect the PICKit2 to the AVR microcontroller (and PICKit2 to the PC)
* make sure you have installed the 2 bridged virtual serial ports (for the example I’ll name them COM3 and COM4)
* start PK2AVRISP (it should have detected your PICKit2 programmer) and select one of the 2 serial ports (for example COM3)
* in your AVR programming application select the programmer AVRISP (or compatible like STK500)
* for the selected programmer select the serial port the 2nd serial port from the created 2(in our example is COM4)
* now you can use the programmer commands.
AVR programming applications
I have tested PK2AVRISP with the following applications:
* CodeVision AVR (select AVRISP/STK500 programmer)
* AVRStudio (AVRISP)
* avrdude (Windows) (I had to select stk500v2 programmer)
Comment