An open API service indexing awesome lists of open source software.

https://github.com/cpldcpu/simpad

Work towards an open source programmer for Padauk MCUs
https://github.com/cpldcpu/simpad

padauk pfs154 pms150c

Last synced: about 1 year ago
JSON representation

Work towards an open source programmer for Padauk MCUs

Awesome Lists containing this project

README

          

# SimPad
Various hacks for Padauk MCU, the infamous "0.03USD" microcontroller. This is work in progress, don't expect anything to be functional or useful.

## Folders

### [Hardware](Hardware/)

Experimental programmer for Padauk MCU based on Arduino Nano, currently living on a breadbord. Not ready for production use, but can maybe serve es a reference. See folder for a description of shortcomings.

If you are in need of a programmer for the Padauk MCU, please check out the [EasyPDKProg](https://github.com/free-pdk/easy-pdk-programmer-hardware).

### [Firmware](Firmware/)

Firmware, very incomplete work in progress. Is currently able to program PMS150C, PFS154, PMS154C. Right now, no host communication is implemented and the binary needs to be pasted into the source. Debug output is sent to serial output at 115200 baud. Will program a "blinky" into PFS154C in the current configuration.

### [Protocol](Protocol/)

Information on programming protocol

### [Toolchain](Toolchain/)

Toolchain based on EASYPDKPROG and SDCC. Includes a few examples.

![Image of breadboard](hardware.jpg)