desaster / grabor

VGA framegrabber
Other
26 stars 8 forks source link

KiCad Schematics #1

Open imcjohn opened 4 years ago

imcjohn commented 4 years ago

Hey,

Would it be possible to get the KiCad schematics/board uploaded here? Also, the schematic on the blog post says there are known errors, so it would be nice to have a list of those with the schematic files but I understand if that's too much time.

desaster commented 4 years ago

Sorry about the lack of Kicad project, but it was a homemade board and work in progress so I didn't upload it here. I left the project at sort of unfinished stage and didn't come up with a final design.

If you're looking to build a similar project, I recommend not sticking to my design too closely. The schematic for tvp7002 may be useful (although not too different from TI's application notes). For the rest of the components you'd probably want to reconsider the components used.

imcjohn commented 4 years ago

That all makes sense to me! I actually was planning on using the ESP32, as it seems like the best chip for the job. Depending on how far I go with this, I may use one core on the ESP32 to continuously update the stored video frame, and the other one for the webserver (that way there won't be any lag on the /grab call). I may stick with the CPLD/mcu design (with just some random dirt cheap altera cpld), as it keeps the cost for the total board ridiculously low as compared to a full fledged FPGA that can hold a soft core, and my goal is to try and make a cheap BOM wireless vga capture design, basically a wireless KVM tool for connecting to servers and messing around in the bios etc. Really appreciate the quick reply, I'll put any updates in this thread! It may be a good while before I get a chance to work on this, but definitely a project I plan on attempting.

VladislavSmolyanoy commented 3 years ago

Any progress on the project? Really interested

imcjohn commented 3 years ago

School's been quite busy, likely gonna start work once the semester is over haha. Strongly considering an fpga/softcore (likely microblaze) combination for ease of integration, but my goal is to make something that is cheap so a cpld/lowend fpga + esp32 might be the way to go there.

On Wed, Nov 18, 2020 at 6:11 PM VladislavS notifications@github.com wrote:

Any progress on the project? Really interested

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/desaster/grabor/issues/1#issuecomment-730014753, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKZHHGIUXPEZARTEUO7D6V3SQRID7ANCNFSM4NZ5W3KA .

mjmeans commented 1 year ago

I too would like to see an ethernet design for retro gaming over the web. Maybe STM32F4x7. Add a PC front panel header pass-through for power and reset buttons, and power light sensing, And a PS/2 keyboard and mouse pass through over IP too. Maybe even add a temperature sensor. And power it off the 5VSB line, so that as long as the PC is plugged in, even if sleeping, the thing remains powered. A sort of poor-man's iLO.