While surfing the internet I found out about some very interesting asian tech-companies. Two of them especially drew my attention:
1. Micon Design Technology
2. Padauk
The reason why they fascinate me are their tiniest, most low-performance microcontroller products. Micon Design Technology produces (or produced? I don't know if this one is EOL) the MDT90P01, a 4-bit EPROM µC (
http://www.yspringtech.com/Spec/MDT-OTHERS/90P01.pdf).
Some sellers on alibaba offer them for quite a lot of money for small, hobbyist-sized quantities (one offer I received was 10$ / Piece
). Sad enough, the documentation for programming this device is only available in Chinese (
http://www.mdtmcu.com/upfiles/file/MDT/90P01%20application.pdf), I found out a few things using google translator for documents. Now I know that the hardware-programmers are called "WMD011" or "WMD021(A)". I did not find any available offers, only a discontinued one for a whopping 250$. And they are still using a serial console to connect to a PC
This product must be quite old then.
On the other hand, Padauks controller are available. The PMS150C-U06 is the cheapest microcontroller I found (
https://lcsc.com/product-detail/PADAUK_PMS150C-U06_C168658.html), it is only 3 cents! This controller has a better documentation than the one from MDT (
https://datasheet.lcsc.com/szlcsc/PMS150C-U06_C168658.pdf), it looks like the device programmer is called "PDK3S-P-002". It is available for about 60$ on some asian websites, their so called "IDE" is quite useable, assembler works fine (
http://www.padauk.com.tw/products.php?item=14).
Does anyone here have experience with these devices? The MDT90P01 seems to be quite unusable due to its high price on alibaba and no available hardware-programmer.
I wroter an email to both of their customer services, asking for a small batch of samples but I don't think I will receive an answer ever.
If there is a chance to receive these hardware programmers I would think about reverse engineering the interface and port it as a bit-banging software to an AVR or similiar µC.
(I know that there is the PIC10F200 - I already did a few things with it, I also know both devices described here are OTP, I know that it does not make sense at all to use these devices - but I am excited thinking about using them for a small project).
Edit: Just received a new offer from alibaba for 0.2$ / piece for the MDT90P01 - that's reasonable.
Edit_2: The Assembler for the 4-bit MDTs can be found here:
http://www.enroo.com/info/1/263/index.aspx (direct download link:
http://www.enroo.com/uploaddir/top/file/MdtAsm4bita.rar)
Edit_3: The Writer software for the WMD011 / WMD021 / WMD021A can be found here (direct download link):
http://www.enroo.com/uploaddir/download/software/mdt_new_program/MDTWriterV263.rar