Difference between revisions of "Microchip PICkit2"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
|||
Line 1: | Line 1: | ||
[[File:Microchip pickit2 | [[File:Microchip pickit2.png|thumb|right|Microchip PICkit2.]] | ||
The [http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en023805&redirects=pickit2 Microchip PICkit2] is a programmer/debugger for PIC microcontrollers, but it can also be used as a 3-channel logic analyzer. | The [http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en023805&redirects=pickit2 Microchip PICkit2] is a programmer/debugger for PIC microcontrollers, but it can also be used as a 3-channel logic analyzer. | ||
Line 5: | Line 5: | ||
See [[Microchip PICkit2/Info]] for more details (such as '''lsusb -vvv''' output) about the device. | See [[Microchip PICkit2/Info]] for more details (such as '''lsusb -vvv''' output) about the device. | ||
== | == Hardware == | ||
* Microchip PIC18F2550-I/SO | * Microchip PIC18F2550-I/SO | ||
* 24LC512 | * 24LC512 | ||
== | == Photos == | ||
<gallery | <gallery> | ||
File:Microchip pickit2 package front.jpg|<small>Package</small> | File:Microchip pickit2 package front.jpg|<small>Package</small> | ||
File:Microchip pickit2 device front.jpg|<small> | File:Microchip pickit2 device front.jpg|<small>Device, front</small> | ||
File:Microchip pickit2 device back.jpg|<small> | File:Microchip pickit2 device back.jpg|<small>Device, back</small> | ||
File:Microchip pickit2 pcb front.jpg|<small>PCB front</small> | File:Microchip pickit2 pcb front.jpg|<small>PCB, front</small> | ||
File:Microchip pickit2 pcb back.jpg|<small>PCB back</small> | File:Microchip pickit2 pcb back.jpg|<small>PCB, back</small> | ||
</gallery> | </gallery> | ||
See also [http://www.flickr.com/photos/uwehermann/sets/72157625895463191/ this flickr set] for more PCB photos of the device. | See also [http://www.flickr.com/photos/uwehermann/sets/72157625895463191/ this flickr set] for more PCB photos of the device. | ||
== Protocol == | |||
TODO. | |||
== Resources == | == Resources == | ||
* The [http://sourceforge.net/projects/pk2-la/ pk2-la project] has basic protocol docs and a | * The [http://sourceforge.net/projects/pk2-la/ pk2-la project] has basic protocol docs and a Python implementation. | ||
[[Category:Device]] | [[Category:Device]] | ||
[[Category:Logic analyzer]] | [[Category:Logic analyzer]] | ||
[[Category:Planned]] | [[Category:Planned]] |
Revision as of 15:06, 25 November 2012
The Microchip PICkit2 is a programmer/debugger for PIC microcontrollers, but it can also be used as a 3-channel logic analyzer.
See Microchip PICkit2/Info for more details (such as lsusb -vvv output) about the device.
Hardware
- Microchip PIC18F2550-I/SO
- 24LC512
Photos
See also this flickr set for more PCB photos of the device.
Protocol
TODO.
Resources
- The pk2-la project has basic protocol docs and a Python implementation.