idea... eeprom clone
Sawmiller
Posts: 276
hey all, heres a idea i have, might be a ok one .. how about a object that you can include when you want to make a clone of your eeprom ?
for example say you are using a propstick.. and you want to make a oneoff project, but you dont want to have to make a interface to program that project once you have perfboarded it.. why couldnt you have a lil circut on your propstick breadboard that went to a zif or just a regular 8 pin socket, and put in a new eeprom... include this object in your file in such a way that it requires a·button press ( that you wont use )·or such to run, and it runs and copies your current eeprom to your new.. only problem i see is making it so it doesnt run when its in your oneoff project...
i currently dont have a usb2ser but on these boards i see coming out the interface seems to require one... also newzed· wants a stache type way to carry his programs back and forth to the shop, and at $4.00 , this might be a way to do so.
the only problem i have is i dont know how you would know what eeprom address to use... do they each have one or is it first to answer gets first address ?
i think that this would be a nice way· to carry programs back and forth ( i'm like newzed, my actual project is going to be out in the shop )
·
for example say you are using a propstick.. and you want to make a oneoff project, but you dont want to have to make a interface to program that project once you have perfboarded it.. why couldnt you have a lil circut on your propstick breadboard that went to a zif or just a regular 8 pin socket, and put in a new eeprom... include this object in your file in such a way that it requires a·button press ( that you wont use )·or such to run, and it runs and copies your current eeprom to your new.. only problem i see is making it so it doesnt run when its in your oneoff project...
i currently dont have a usb2ser but on these boards i see coming out the interface seems to require one... also newzed· wants a stache type way to carry his programs back and forth to the shop, and at $4.00 , this might be a way to do so.
the only problem i have is i dont know how you would know what eeprom address to use... do they each have one or is it first to answer gets first address ?
i think that this would be a nice way· to carry programs back and forth ( i'm like newzed, my actual project is going to be out in the shop )
·
Comments
.
so your program would have the ability to just use as much of it as nessary to do the job.
Instead of soldering in the EEPROM in your PropStick, you just add a cable to a small PCB with a ZIF-socket?
No programming necessary...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't visit my new website...
-Phil
i would want to put the transfer socket on the breadboard using the same pins as the propstick uses right now...
therefore i would pull one of the 1-3 pins of the transfer socket high to change its address, correct ?
dan
Yeah, that may unnecessarily complicated. The tristating is only needed if the target socket on the transfer machine uses pins that your app might be using as outputs. It's just a safety precaution, because once the loading is complete after pressing F11, your app will start. But you could also use A28/29 for both the source and target EEPROM, and strap the target socket to a different address so the two don't conflict. Then, not only is the tristating step unnecessary, but you can install your target EEPROM ahead of time.
-Phil