https://github.com/mengstr/esppic
A stand-alone Microchip PIC programmer implemented on a ESP8266
https://github.com/mengstr/esppic
Last synced: 11 months ago
JSON representation
A stand-alone Microchip PIC programmer implemented on a ESP8266
- Host: GitHub
- URL: https://github.com/mengstr/esppic
- Owner: mengstr
- License: mit
- Created: 2016-11-18T16:22:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T20:31:52.000Z (over 4 years ago)
- Last Synced: 2025-04-30T04:34:10.648Z (about 1 year ago)
- Language: JavaScript
- Size: 238 KB
- Stars: 23
- Watchers: 6
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ESPPIC - An ESP-based PIC programmer

## Status
* v0.1 - Can flash/read code & configs to a PIC16F1705. The code flashed is hardcoded as hex data in an array of strings in the esp code.
* v0.2 - Implemented web interface, can upload files. Read and flash config from web.