shopping list
- BigDumbDinosaur
- Posts: 9425
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: shopping list
GARTHWILSON wrote:
In ye olden days, the Φ2 output always went to the other things that took Φ2...
x86? We ain't got no x86. We don't NEED no stinking x86!
- BigDumbDinosaur
- Posts: 9425
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: shopping list
allisonlastname wrote:
This better?
Yep! You’ve got the resistor in the right place.
x86? We ain't got no x86. We don't NEED no stinking x86!
Re: shopping list
allisonlastname wrote:
All the 74 is supposed to be 74HC but kicad only has 74LS symbols for a lot of stuff.
Neil
- allisonlastname
- Posts: 88
- Joined: 06 Mar 2023
- Location: UK
- Contact:
Re: shopping list
I've run into an issue. Mouser don't have any 28c256, 28c64 or 28c010 chips in stock, and they won't have any until mid-july.
What can I use instead of those?
What can I use instead of those?
probably the youngest person on this forum
Re: shopping list
allisonlastname wrote:
I've run into an issue. Mouser don't have any 28c256, 28c64 or 28c010 chips in stock, and they won't have any until mid-july.
What can I use instead of those?
What can I use instead of those?
https://www.jameco.com/z/28C256-25-Majo ... 74878.html
- floobydust
- Posts: 1394
- Joined: 05 Mar 2013
Re: shopping list
allisonlastname wrote:
I've run into an issue. Mouser don't have any 28c256, 28c64 or 28c010 chips in stock, and they won't have any until mid-july.
What can I use instead of those?
What can I use instead of those?
Regards, KM
https://github.com/floobydust
https://github.com/floobydust
- allisonlastname
- Posts: 88
- Joined: 06 Mar 2023
- Location: UK
- Contact:
Re: shopping list
Sean wrote:
Jameco still has the 28c256 in stock:
floobydust wrote:
How soon are you looking to obtain parts?
I did notice that someone else earlier in the thread suggested a 39SF010, which I'm not entirely sure about due to it being flash and not EEPROM. My thought is that it might be harder to program, but I could be completely wrong.
probably the youngest person on this forum
- floobydust
- Posts: 1394
- Joined: 05 Mar 2013
Re: shopping list
Not sure of your location.... so shipping would be what it is.... as I'm based in South Florida.
The flash devices have a different programming structure. My Monitor code can program the AT28C256 insitu for single/multiple bytes. The flash devices are sector based... from the datasheet, you need an unlock sequence first, then an erase of a 4KB sector, followed by programming the sector with the new data. Certainly different, but shouldn't be a problem. One thing to note however... the unlock sequence is done by sending specific byte patterns to specific addresses first. The spread on those addresses is around 24KB or so... so if you're not accessing that much of the chip, programming it insitu is not an option. I found the same issue with the Atmel AT28BC256 (battery voltage 3.3v EEPROM). I changed the memory addressing so only 8KB of EEPROM is accessed and I can't use my Monitor code to change it... drats!
The flash devices have a different programming structure. My Monitor code can program the AT28C256 insitu for single/multiple bytes. The flash devices are sector based... from the datasheet, you need an unlock sequence first, then an erase of a 4KB sector, followed by programming the sector with the new data. Certainly different, but shouldn't be a problem. One thing to note however... the unlock sequence is done by sending specific byte patterns to specific addresses first. The spread on those addresses is around 24KB or so... so if you're not accessing that much of the chip, programming it insitu is not an option. I found the same issue with the Atmel AT28BC256 (battery voltage 3.3v EEPROM). I changed the memory addressing so only 8KB of EEPROM is accessed and I can't use my Monitor code to change it... drats!
Regards, KM
https://github.com/floobydust
https://github.com/floobydust
Re: shopping list
allisonlastname wrote:
Sean wrote:
Jameco still has the 28c256 in stock:
https://www.mouser.co.uk/ProductDetail/ ... grbg%3D%3D
However at that price, I suspect an alternative would be better.
Quote:
Pretty soon. See note above about transatlantic shipping.
The issue for us in the UK right now is not just time, but import duty, VAT and local postage. It can double the cost of some things if not careful.
-Gordon
--
Gordon Henderson.
See my Ruby 6502 and 65816 SBC projects here: https://projects.drogon.net/ruby/
Gordon Henderson.
See my Ruby 6502 and 65816 SBC projects here: https://projects.drogon.net/ruby/
- BigDumbDinosaur
- Posts: 9425
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: shopping list
Sean wrote:
Jameco still has the 28c256 in stock:
https://www.jameco.com/z/28C256-25-Majo ... 74878.html
https://www.jameco.com/z/28C256-25-Majo ... 74878.html
That is a very slow part, 200ns.
x86? We ain't got no x86. We don't NEED no stinking x86!
Re: shopping list
UTSOURCE has fast ones for ~$5.
https://www.utsource.net/itm/p/6175055.html
They are pulls, but I bought some and they seem to be high quality.
https://www.utsource.net/itm/p/6175055.html
They are pulls, but I bought some and they seem to be high quality.
"The key is not to let the hardware sense any fear." - Radical Brad
-
No True Scotsman
- Posts: 127
- Joined: 22 Mar 2023
Re: shopping list
allisonlastname wrote:
I'm planning to build it on a breadboard to save having to design a PCB or learn wire wrap....
https://www.ebay.com/itm/114721914362
They come in various sizes. This is just the example that came to hand the quickest. Some are big enough for several rows of ICs. I like the ones like this one where the ICs straddle both power rails. It makes it easy to connect VCC and ground, and place a capacitor near each chip.
-
No True Scotsman
- Posts: 127
- Joined: 22 Mar 2023
Re: shopping list
No True Scotsman wrote:
They come in various sizes.
https://www.ebay.com/itm/115271688771
The "5er" in the description refers to the fact that there are 5 pinholes at each connection point. You'll want to base your purchase on how many jumper wires will be connected to each IC pin. Bear in mind that wide DIPs will obscure some of the holes, but you can usually snake a couple of 22 AWG wires under a chip and solder them on before you solder the chip.
- allisonlastname
- Posts: 88
- Joined: 06 Mar 2023
- Location: UK
- Contact:
Re: shopping list
Slight issue:
But yes, I have seen those boards before and they look useful.
But yes, I have seen those boards before and they look useful.
probably the youngest person on this forum
- GARTHWILSON
- Forum Moderator
- Posts: 8773
- Joined: 30 Aug 2002
- Location: Southern California
- Contact:
Re: shopping list
No True Scotsman wrote:
No True Scotsman wrote:
They come in various sizes.
https://www.ebay.com/itm/115271688771
Quote:
The "5er" in the description refers to the fact that there are 5 pinholes at each connection point. You'll want to base your purchase on how many jumper wires will be connected to each IC pin. Bear in mind that wide DIPs will obscure some of the holes, but you can usually snake a couple of 22 AWG wires under a chip and solder them on before you solder the chip.
These solder-type breadboards allow you to get more than one wire or lead per hole, so in that sense they're more versatile than the solderless ones.
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?