Results 30 comments of Alan Chatham

You'll find the timer stuff in MegaJoy.h

You'll need to compile a new hex file for anything outside of the UnoJoy.h file that gets included in your Arduino project. Hope that helps!

Ha, yeah, that's a big jump. HID report descriptors are a real bear, and debugging them is a lot of frustrating trial and error. One tip would be to make...

Hi! Hmmm, if I had to guess, I might think that setting the input_pullup resistors on on your analog pins might be screwing up your analog reads? My first suggestion...

Hm, the only thing that jumps out to me is the use of delay() in the code - I'm thinking that the way MegaJoy uses timers and interrupts may be...

Hm. I'll poke around later today and try out your code - seems like an interesting puzzle.... On Wed, Jul 8, 2020, 11:29 AM MineAngerBR wrote: > I removed the...

Sorry for the massively delayed response... You'd need to get into the HID report descriptor and change around a bunch of the code, like dataForController_t.h. One issue you may run...

So, are you using UnoJoy! as an HID game controller, or using only part of it to send serial data to your program? If you're using it as a game...

There have always been a bunch of problems with the executable versions of the visualizer programs - the best way to do it is to just download Processing from processing.org...

You might try spoofing the VID/PID and name and such in the report descriptor - might be interesting to check and see if that works?