gba-remote-play icon indicating copy to clipboard operation
gba-remote-play copied to clipboard

Is it possible to connect the GBA via the card solt solt?

Open orzgithub opened this issue 2 years ago • 0 comments

I found there's MISO, MOSI, CLK and GND in the card solt so is it possible to connect via this socket instead of the one in the ext. solt? Do these two sets of solt works in the same way? 我發現卡里有 MISO、MOSI、CLK 和 GND,所以可以通過這個插座而不是頂部的Ext.中的那個來連接?這兩組接口之間通用嗎?

orzgithub avatar Mar 02 '22 02:03 orzgithub

No, there's no way to use the serial functionality through cartridge pins. You could connect a Raspberry Pi to the GBA by using external hardware like an FPGA. Check out this project:

https://www.youtube.com/watch?v=l67PlzJDZz4 https://github.com/zchris9/gbarpi

Cheers!

afska avatar Aug 30 '22 02:08 afska