I have recently found a tiny PIC microprocessor, but I don’t know where to start. The two things I need are the programming software and hardware. Where do I start?
PS: I found this chip, and once I get it running with my code, it will be perfect for my project. More data coming soon.
I found that it can take 2v-5v and is tiny. With its preprogram, I have been able to make a variety of behaviours with minimal curcuit space, so it is well suited for my attempt at making a microrobot.
that while it is in an 8 pin package there are only 6 actual pins and 2 are power and ground. The other 2 pins (2 + 6 = 8) are N/C (no connection). The 12F series of PICs would be better in my opinion as they at least have 5 I/O (Reset can be used, but, it is Input only).
With a little bit of searching, I was able to find some data on how to use the chip. I understand Vdd, Vss, GP#, AN#. I am working to figure out how to hook up Vpp, ICSPCLK and ICSPDAT.