Total noob with a Willem pcb5 and some pic10f200's SEND HELP!

Thread Starter

TraceII

Joined Dec 27, 2009
7
Well, for Christmas I got a Willem programmer off ebay and about 50 pic10f200's, hoping to just play around with them. Unfortunately, the included CD had no useful instructions, and as I said, I am a total noob when it comes to microcontrollers. Can someone please explain how to use this? Thanks in advance.
 

Markd77

Joined Sep 7, 2009
2,806
I'd recommend going to the microchip site and downloading MPlab IDE, which is free and has a built in simulator. Also get the datasheet from there.
An interesting program to check everything is working and as a code example is here:
http://www.rickard.gunee.com/projects/mixed/dice/
It uses charlieplexing which is a bit difficult to understand but it shows you some of what the chip can do.
 

Thread Starter

TraceII

Joined Dec 27, 2009
7
Thanks for the link, I think I might try that out. So does the Willen require anything other than the USB cable to connect? Also where do I plug in the chip?
 

maxpower097

Joined Feb 20, 2009
816
You'll need to check the datasheet for your specific chip and hook it up to the programming pins, these are certain pins you hook up to the programmer to program it. Also I would stongly recommend picking up a couple cheap $20 development boards from microchip so you can see how everything works, like LED's, LCD's, Crystals, etc... That way you have something working as a reference.
 
Last edited:

Markd77

Joined Sep 7, 2009
2,806
I looked at this guy's other items and he has a PICkit 2 clone. It looks fairly well made so I'd be tempted to give him a few more dollars for that. I've got a PICkit 2 clone and it works fine. I think the design has been published so a well made clone should work exactly the same as the original.
 
Top