Matthew Heironimus

Results 57 comments of Matthew Heironimus

I'll have to investigate this further. I have only thoroughly tested using 10-bit values, since Arduino boards only contain a 10-bit analog to digital converter.

If you are trying to communicate on the Serial port and you are not connected to the host computer (i.e., you unplug the USB cable), that can cause a slowdown...

I have never done anything like that, but a quick search returned the following ideas: - https://arduino.stackexchange.com/questions/438/how-does-this-code-line-detect-if-a-serial-interface-is-connected - https://forum.arduino.cc/t/solved-detecting-serial-communication/500914/24 - https://forum.arduino.cc/t/checking-if-arduino-is-connected-serial-usb-to-a-pc/336007/26 Also, this may not be your issue. It was...

Take a look at the FAQ buttons: https://github.com/MHeironimus/ArduinoJoystickLibrary/wiki/FAQ#buttons Hopefully it will help answer your questions.

You will need to post your code for people to get an idea of what might be going on.

Can you repost the source code that is having the issue? When I go to the URL in your post, I get a 404 error.

I can take a look at your code and see if anything "jumps out at me". The two scenarios that most frequently occur with performance are: - The Arduino tries...

Actually the library only claims to work with the boards listed on the following wiki page: https://github.com/MHeironimus/ArduinoJoystickLibrary/wiki/Supported-Boards The author (me) makes no claims that this library will work for anyone...

Here is another PR you can try out: https://github.com/MHeironimus/ArduinoJoystickLibrary/pull/262 that also is for supporting the Arduino Zero.

I see you replied before I finished this response. I'm going to post anyway, in case it is helpful for someone else. > I don't think you need drivers for...