Brian Sperryn

Results 16 comments of Brian Sperryn

It's to allow the Arduino to emulate a PS4 controller using a library which uses the LUFA library. Apparently the standard USB library lacks some of the low level functionality...

Thank you, I'll have a dig around and see if I can figure it out!

I have found this library: https://github.com/arduino/ArduinoCore-mbed that seems to add the pluggableUSB functionality to these boards. Not yet sure how to combine the functionality of that library and this one.

I've installed the library I mentioned which has given me new core's to use that in theory allow pluggable USB to work. However I still get the following errors: ```In...

I've added a mini USB host ![Screenshot 2021-03-30 at 10 57 06](https://user-images.githubusercontent.com/18656172/112970985-aceec700-9146-11eb-9938-de22e189c650.png) and have it working using the same library as used for the bigger version. I'll be submitting the...

I'm now trying to "python ./make.py firmware" but running into problems, will keep at it.

I'm running OSX Catalina 10.15.7. At first I was having a problem because I was using Python2. Then I started using Python 3 and started getting a different error related...

I've tried to run `python3 ./make.py headers` and I get the same error. Would it be possible to send me the log and opcode constant files? Is this all I...

As far as I can tell the biggest blockage is that it is the Bytecode changing the report back to the PS4. How difficult would it be to change that...

Thank you so much! I've now gotten this to compile. I haven't made any alteration to Host.cpp yet and when I upload dsremap.ino and plug it into the PS4, the...