Microcontroller Specs
USMCinfinity
Posts: 150
Can someone give me the specs from both the homework board and the stampwors microcontrollers??
Comments
The Homework Board uses a version of the BS2 and the PIC16F57 datasheet would apply for the I/O pins.
Note that all of the Stamps use an interpreter in the microcontroller's ROM to interpret Stamp Basic byte codes. You cannot program these in any other way (like assembly language). Execution speed quoted is approximate and stated in Basic statements per second. Refer to www.emesystems.com for the results of execution speed testing for several Stamp models. Use the "app-notes" link.
Post Edited (Mike Green) : 5/30/2010 4:42:50 PM GMT
1) The Parallax Professional Development Board's power supply can provide up to 1A while the Homework Board can only provide up to 1/2A. In addition, the Homework Board has only a clip for a 9V battery which is wholy inadequate for supplying that sort of current. You can buy a compatible battery clip and wire it to a 7.5V 1/2A "wall wart" power supply.
2) The Professional Development Board has a lot of components on the board including a pulse generator, pushbuttons, displays, and LEDs. Many of the StampWorks projects make use of these. You'd have to supply the equivalent from your "junk box".
3) The Homework Board has 220 Ohm resistors in series with all the I/O pins to protect them from most wiring errors. For most uses, these won't make any difference. You do have to remember that they're there and, for some of the StampWorks projects, compensate for their presence.