basic stamp 2 kit
Sockles
Posts: 6
Hey guys, new here.
I just received my new basic stamp 2 kit oem and I soldered it all together and now i want to transfer the chip from the programmer to the breadboard. the problem is just finding out what pins and wires i have to connect for it to turn on. any help would be appreciated. the chip is the PIC16C57C -20/p. I have the data sheet but cant figure it out.
So, i guess all im asking is how do i power the microcontroller on a breadboard separate from the programmer.
Post Edited (Sockles) : 9/30/2009 10:53:43 PM GMT
I just received my new basic stamp 2 kit oem and I soldered it all together and now i want to transfer the chip from the programmer to the breadboard. the problem is just finding out what pins and wires i have to connect for it to turn on. any help would be appreciated. the chip is the PIC16C57C -20/p. I have the data sheet but cant figure it out.
So, i guess all im asking is how do i power the microcontroller on a breadboard separate from the programmer.
Post Edited (Sockles) : 9/30/2009 10:53:43 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
50 72 6F 6A 65 63 74 20 53 69 74 65
·
Download the Basic Stamp Syntax and Reference Manual from Parallax's website or refer to the help files for the Stamp Editor for details.
Post Edited (Mike Green) : 9/30/2009 10:26:37 PM GMT
maybe i just repeated myself.
The picture on the first page of the instructions shows the 28-pin DIP package orientation. There's a dot next to pin 1 and that lead goes in pin 1 of the 28-pin socket as described.
Post Edited (Mike Green) : 9/30/2009 11:10:29 PM GMT
I've got all the programming done.
The OEM kit is designed to hold a PIC16C57 that's programmed for use as a Stamp with the Stamp interpreter. It provides a resonator, a 5V regulator, a 2K byte EEPROM, and a DB-9 socket with some parts designed to provide a limited RS232 level converter. The EEPROM and level converter are intended specifically for use with the Stamp interpreter.
If you just want to run some LEDs using a PIC, there are much easier PICs to use that have their own internal clock. The PIC12F629 has 6 I/O pins and requires no external components. It can run from a power supply anywhere from 2V to 5.5V, so you could use an unregulated 4.5V supply (3 AA alkaline cells) and leave out the regulator entirely. All you'd need would be the LEDs and their current limiting resistors (and the PIC).
If you want more info on PIC's, I suggest you visit www.microchip.com/
to be able to use the Plain chip you need to be able to talk to it so that's why the OEM board and the other boards have support chips you can run the OEM plain PIC chip on its own but then you would need to load a program into it before hand
so if I am correct what you could do is take your OEM basic stamp 2 board with serial port interface I assume write your program for the LEDs or whatever you want then take the chip off the board and wire it up the same way to your LEDs and it should work without the other support chips. Don't forget to use appropriate pull up or down resistors and some external eeprom if you used it on the OEM board
Yes. I did overlook one thing ... Only 5 of the I/O pins can be outputs. One of the 6 available I/O pins can only be used as an input. If you must have 6 separate LEDs, you could use a PIC16F690 instead that comes in a 20-pin package. I'm sure there are other PICs you could use, but those are the ones I'm familiar with.
A minimum setup using OEM parts would require the PBasic interpreter PIC, a resonator, the eeprom for program storage and a 5 volt power supply. You would have to have your program already loaded into the eeprom somehow (such as by using the OEM board or some kind of bread-boarded setup that included the programming interface).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Rick