Andrew Brown
Andrew Brown
Hi @petterreinholdtsen I appreciate the interest, but I'm not really maintaining this project any longer. If you'd like to update it, I'd encourage you to fork it and continue development...
Awesome! I was just thinking about revisiting the code, cleaning it up, and making a nice library. I wanted to get one of the new Arduino Leonardo for the usb...
I've been playing with my original code lately. I've found that I had trouble with some games (perfect dark, specifically) until I removed a bunch of debug serial prints, then...
@NicoHood so you must have modified the timings, huh, since the instructions changed a bit with that layer of indirection. My next step is to turn the gc_send() function of...
I haven't thought about this project in a while, but I'll answer what I can. Would it be possible to somehow pass the PORT pointer within the function > and...
good point! The controller circuits only need the 3.3 volts as I recall
If the other chip is 16MHz as well, then the cycle budgets in the assembly critical sections should stay the same. You just have to make sure each instruction takes...
huh, maybe not. I had assumed that either the controller or console side was responsible for pulling the data line high, and so the arduino would have that responsibility for...
> I'm guessing wireguard is installing some iptables rules to set the fwmark. Just ran into this issue. You're close, @erig0, they're not iptables rules but rather a routing policy...
With a wireguard tunnel set up, the command `wg set fwmark ` will set the fwmark for all wireguard outgoing packets. I haven't had a chance to try out the...