# PIC 10F206 I bought theses ones because they were cheap at a local store... They are __REALLY__ small. # RGB Flash As of today, I've just made one small board to try to: * Solder them * Program them And I've had mixed results: * Finding the correct orientation is the first problem... * After that, it's just SMD soldering, it went well. * I forgot to add a programming header on the board to use the ICSP, so I soldered two wires as a quick fix. * Annnnnddd I can't get them recognized by my PIC programmer... so... __STALL__ * Actually, the PIC10F206 can't be auto-detected (looks like this isn't possible with the Baselines devices), so it worked all along... {{ :pic:dsc_0203.jpg?direct&450 |}} Crappy picture, sorry, the PIC is just next to the RGB LED... ## PCB {{:pic:10f206_breakout.jpg?direct&200|Breakout board}} {{:pic:10f206_rgbled.jpg?direct&200|5050 RGB Led}} \\ Print at 600 DPI to get the correct Size. ## Code I made a simple code, with a Makefile to simplify the whole process... it's _{{pic:ledflash.tar.gz|Here}}_