Skip to content

DennisMcWherter/arduino-pic16-programmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial PIC Programmer

This repo contains the code for my Arduino-based serial PIC programmer. The architecture is rather simple:

  1. The PC takes PIC .hex file and streams this to the Arduino (line by line)
  2. The Arduino processes the stream and programs the PIC16 chip with each line
    • The Arduino does various amounts of error checking and validation for each word written
  3. The Arduino reports back when it has finished

I will link to the coming blog post for more information soon!

About

An Arduino-based PIC16 programmer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published