V2RetroComputing / analog

∀2 Analog VGA card for the Apple II computer line
MIT License
125 stars 18 forks source link

Project web site down? #6

Closed pkooiman closed 1 year ago

pkooiman commented 1 year ago

I am having trouble accessing the project web site, it seems v2retrocomputing.com is not being resolved right now.

dig v2retrocomputing.com ; <<>> DiG 9.16.32 <<>> v2retrocomputing.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 36810 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

DominikPalo commented 1 year ago

I'm having the same issue - my DNS is not able to resolve the v2retrocomputing.com domain: DNS_PROBE_FINISHED_NXDOMAIN

Sommerbo commented 1 year ago

It is a server-side/configuration issue. I checked with an online up/down checker

Verault commented 1 year ago

Since the website is down can someone please point me to a BOM for this card since I am printing out the board and making it myself?

DominikPalo commented 1 year ago

@Verault I've just generated an interactive BOM file from the project, just extract it and open open in your webbrowser: ibom.zip

Verault commented 1 year ago

@Verault I've just generated an interactive BOM file from the project, just extract it and open open in your webbrowser: ibom.zip

DominikPalo you are a rockstar! Thank you so much. I really love these interactive BOMs by the way, the are fantastic!

Verault commented 1 year ago

@Verault I've just generated an interactive BOM file from the project, just extract it and open open in your webbrowser: ibom.zip

Thank you so much Dominik, I just noticed a few components dont have values: C1 through C9 for instance.

DominikPalo commented 1 year ago

@Verault yes, I noticed it too (it's not the issue with the BOM generator - the C1-C9 values are not present even in the project). But all those caps are just power rail bypass caps for level shifters and according to the SN74LVC8T245 datasheet, the recommended value is 0.1 µF (100 nF)

hanshuebner commented 1 year ago

If you have trouble sourcing the level shifter or want to save on PCB costs, you may be interested in my fork of this project which makes a couple of changes:

I'm about to send the first production order to JLCPCB, so the design is yet untested. Maybe it is worth the wait if you want to build the board yourself.

Verault commented 1 year ago

@hanshuebner How exciting! Yes I can wait! This sounds much easier. Good luck.

Verault commented 1 year ago

@hanshuebner Will you post Gerbers when they are past prototype debugging?

hanshuebner commented 1 year ago

@hanshuebner Will you post Gerbers when they are past prototype debugging?

Of course

mamejay commented 1 year ago

If you have trouble sourcing the level shifter or want to save on PCB costs, you may be interested in my fork of this project which makes a couple of changes:

  • Cheaper level shifters
  • 2 layer PCB instead of four
  • 0603 passives instead of 0402
  • Snap-off VGA connector with IDC headers to connect them
  • Pico reset button
  • Pico footprint with holes so that socket can be used if desired
  • DB15HD footprint with fixed distance between pin rows
  • Component values on silk screen for easier builds

I'm about to send the first production order to JLCPCB, so the design is yet untested. Maybe it is worth the wait if you want to build the board yourself.

I have just had a look at your PCB and its amazing work. Love the DB15 snap off option included. Once you get your test PCB's back please let us know if they are working as I have a few people here in Australia interested. Also while I have you can you use any variant of the PALCE16V8H PAL? Mention /5 in the original design but I can get /4 ones cheaper. Thanks

hanshuebner commented 1 year ago

Also while I have you can you use any variant of the PALCE16V8H PAL? Mention /5 in the original design but I can get /4 ones cheaper.

/4 should be fine. From the datasheet:

image
mamejay commented 1 year ago

Awesome!! I did see that datasheet and thought it should be ok. I have order some now.

JCWNTRS commented 1 year ago

@Verault I've just generated an interactive BOM file from the project, just extract it and open open in your webbrowser: ibom.zip

I am in the process of ordering parts, but the BoM doesn't mention the type of diode, other than it's Schottky. Are you able to say what the part number is please?

Verault commented 1 year ago

@Verault I've just generated an interactive BOM file from the project, just extract it and open open in your webbrowser: ibom.zip

I am in the process of ordering parts, but the BoM doesn't mention the type of diode, other than it's Schottky. Are you able to say what the part number is please?

I was thinking : https://rarecomponents.com/store/ss34

hanshuebner commented 1 year ago

BAT54, 1N5822 or any other diode with a low voltage drop will do. The diode is there to prevent current from flowing from the RPi's USB port into the Apple, so its speed is not critical. Even an 1N4148 will likely do as the RPi Pico regulates the input down to 3.3V anyway.

JCWNTRS commented 1 year ago

@Verault I've just generated an interactive BOM file from the project, just extract it and open open in your webbrowser: ibom.zip

I am in the process of ordering parts, but the BoM doesn't mention the type of diode, other than it's Schottky. Are you able to say what the part number is please?

I was thinking : https://rarecomponents.com/store/ss34

Thank you!

JCWNTRS commented 1 year ago

BAT54, 1N5822 or any other diode with a low voltage drop will do. The diode is there to prevent current from flowing from the RPi's USB port into the Apple, so its speed is not critical. Even an 1N4148 will likely do as the RPi Pico regulates the input down to 3.3V anyway.

Thank you!

dkgrizzly commented 1 year ago

Fixed the issue with the DNS. As for the diode, https://www.lcsc.com/product-detail/Schottky-Barrier-Diodes-SBD_Shikues-SS14F_C110213.html is the part I'm currently using.