Pickit3 and BS2 Pic16F57
DigitalBob
Posts: 1,513
in BASIC Stamp
Has anyone used the Pickit3 to program the BS2 Pic16
Comments
-Phil
The Bs2 is a great student and hobbyist tool I still like tinkering with it.
Joe
No, but you could buy a propeller and run one of the basics that are available for it.
Joe
No, you cannot. The BASIC Stamp is an interpreter. The Stamp program compiles the the program to byte codes which are stored on an EEPROM -- the interpreter in the BASIC Stamp is not affected. On reboot, your new program is pulled from the EEPROM and executed.
If you're going to go the PIC route, another compiler -- that is free and not bad -- is called Great Cow BASIC. I use it on simple PIC projects for cosplay tchotchkes. My friend Miyo cosplayed Apple from "Turbo Kid" and wanted the blinky LED gadget exposed by being shot. I didn't have a lot of time so I used PCB Express in a box to create a single-sided board in my kitchen, the GCB to code little charlie-plex code to control six LEDs from a very small PIC. I matched the behavior to the movie and threw in a few flourishes. She was thrilled.
I will check that out. Thanks. Though i will need a programmer to use i think. Is the language much different from The BasicStamp's language?
Joe
Micromite BASIC - powerful interpreter runs on PIC32MX family including 28 pin DIP versions (multiple chips for range of power and costs and features).
Google is your friend...I won't provide links out of respect to our host.
Yes, there are big differences, because you're writing for a chip versus writing code for an interpreter that handles low level details. My bias toward Parallax is well known, but I still say without hesitation that nobody makes languages as elegant as Parallax. PBASIC became the standard. Spin is a wonderful language from the Propeller. Both were created by Chip Gracey in an effort to have the language facilitate success without undo effort.
When I do occasional PIC projects using PBP or GCB, I find myself swearing at my computer quite a lot. Some -- especially PBP -- claim to be very PBASIC-like, but they really aren't. Remember, too, that you need to understand the low-level detail of your target PIC.