Basic stamp 2 module schematics without parts needed for programming?
CuriousOne
Posts: 931
Hello.
I want to do "mass production" of my built device, which uses basic stamp 2 module. The total number of modules I need for 1st time is 5 pieces, but it can grow in the future.
To reduce down the costs, my idea is as follows:
1. Buy Basic Stamp 2 oem module, assemble it.
2. Buy extra interpreter modules/eeprom from parallax, which will be inserted into above mentioned OEM module for programming.
3. Buy resonator and other parts for my needs.
4. Solder the programmed modules/eeprom into my device.
The question is, as I can see from basic stamp 2 oem module schematics, a lot of parts are needed only for programming. Considering the fact that I will be using already programmed chips in my end device, a lot of parts can be omitted. So, maybe anyone already has schematics of "bare" basic stamp 2 module? without programming circuit, power supply, etc?
I want to do "mass production" of my built device, which uses basic stamp 2 module. The total number of modules I need for 1st time is 5 pieces, but it can grow in the future.
To reduce down the costs, my idea is as follows:
1. Buy Basic Stamp 2 oem module, assemble it.
2. Buy extra interpreter modules/eeprom from parallax, which will be inserted into above mentioned OEM module for programming.
3. Buy resonator and other parts for my needs.
4. Solder the programmed modules/eeprom into my device.
The question is, as I can see from basic stamp 2 oem module schematics, a lot of parts are needed only for programming. Considering the fact that I will be using already programmed chips in my end device, a lot of parts can be omitted. So, maybe anyone already has schematics of "bare" basic stamp 2 module? without programming circuit, power supply, etc?
Comments
You might want to leave access to the pins on the PIC16C57C needed for programming and make up an adapter consisting of the other parts needed for a programming adapter, perhaps leaving a header on the board. This would allow debugging of the finished device and the possibility of an upgrade in the field while allowing the soldering of the EEPROM to the board or the use of surface mount parts.
Unless I've missed something, all pertinent data is stored only in there.
Regarding the brown out detection. Do I really need it? My circuit will have separate power controller, so there will be 5 volts always, or no power at all. Do I still need brownout thing?