Programming pics other than the basic stamp
I ordered something coming in the mail that comes with a PIC16F870
Can I use my BASIC STAMP·editor and program it? What is similar to the BASIC STAMP EDITOR that I can use to program the PIC16F870· that is very cheap in price?
Many thanks -
SS
Can I use my BASIC STAMP·editor and program it? What is similar to the BASIC STAMP EDITOR that I can use to program the PIC16F870· that is very cheap in price?
Many thanks -
SS
Comments
I have 2 Boe-Bots and one Basic Stap 2 board. So used to how it works and the programming environment. Was was hoping there was a way to use it and then somehow translate it to something that this other chip can understand.
You can certainly use the MicroChip assembler, which as far as I'm aware, is still free. Obviously that will require learning assembly language, which can be a project in itself, if you're not familiar with any other assembler language.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
I am not familiar with other programming languages. One reason I was hoping to keep things the same. Looks like need to purchase some extra study material. [noparse]:)[/noparse]
www.piclist.com/techref/piclist/index.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Rick
1. Parallax's SX microcontroller has an instruction set almost identical to that of the baseline PICs and is a lot faster. If you're not stuck on the PIC16F870 (which, admittedly, has some other nice features), you might give the SX a try. The advantage here is that you gain access to the SX/B Basic compiler (free), which provides a nice on-ramp to this architecture, consistent with its high performance. Then you can add assembly coding as you need it.
2. If you really must use the PIC, by all means do not use the Microchip assembler. The Microchip mnemonics are totally cryptic, and you'll hate them. Better to get the Parallax derivitive assembler, CVASM16, included with the TDE design environment from TechTools, here. It uses much more readable mnemonics which, not coincidentally, are the same as those used by Parallax's SX assembler. TechTools also offers some reasonably-priced programming hardware.
-Phil
Post Edited (Phil Pilgrim (PhiPi)) : 2/4/2007 4:36:32 PM GMT
I bought a learning kit off ebay: (one of these)
http://cgi.ebay.com/Microchip-PIC16F870-3-Axis-Stepper-Motor-Project_W0QQitemZ220078095836QQihZ012QQcategoryZ50915QQrdZ1QQcmdZViewItem
It comes with the chip. Want a way to program it. If I knew how to do same thing with other chip I am open to that. Thanks
End result - I bought this to learn how to make a 3 axis stepper driver/controller. Learn to make my own and maybe be able to do it all from basic stamp or something else. I am open to change once I know what I am doing.
Thanks
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Don't have VGA?
Newzed@aol.com
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Are you saying to use this one:
http://www.parallax.com/detail.asp?product_id=BS2P40-IC
What board do I use with it?
Thanks
If you are really up to something different, you could also use a Propeller.
Combined with something like an EarthLCD (or similar) touch screen, you could make a nice CNC controller.