Skip to content

DennisMcWherter/arduino-pic16-programmer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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