This repository is for the ½-a-bot robot (pronounced half-a-bot)
Tutorials can be found on:
Google docs
https://docs.google.com/document/d/1KTrxrSd0rP0A8WXxivhvBbXQS6UzZuKYw2yTY71TuGg/edit?usp=sharing
YouTube
https://www.youtube.com/channel/UCcoI70Q0jX1SOL38UPEwZgA
The bootloader used is from this repository:
https://github.com/majbthrd/PIC16F1-USB-DFU-Bootloader
I modified it slightly to use C4 as the enter bootloader button in order to keep A3 as the reset button. I kept the VID/PID the same. The modified hex can be found in the "firmware" folder. It will work for any 16F145x or LF variant.
Drivers and DFU utilities are included in Great Cow BASIC so it is not included here. Or you can use the drivers in the USB-DFU GitHub link.
http://gcbasic.sourceforge.net/Typesetter/index.php/Home
Credit and attribution is given to the respective open source tools and resources used. For licencing and legal stuff check out their own web pages.