USB_Host_Library_SAMD icon indicating copy to clipboard operation
USB_Host_Library_SAMD copied to clipboard

MKR WiFi 1010 pairing issues

Open circuitBurn opened this issue 5 years ago • 1 comments

First off, thanks for making the port! I'm trying to connect my PS3 nav controller to an MKR 1010 but I'm having some trouble. To pair the controller do we still have to find a way to plug it into the MKR board?

Also is there any way to access the serial port once it's programmed?

Thanks!

circuitBurn avatar Nov 07 '19 03:11 circuitBurn

I do not know if the PS3 nav controller is supported. But it might work by following the instructions for the PS3 controller.

https://github.com/felis/USB_Host_Shield_2.0/wiki/PS3-Information

https://github.com/felis/USB_Host_Shield_2.0#ps3-library

Once the USB port is in USB host mode, Serial.print no longer works. Serial1.begin, Serial1.print, etc. works which sends data out on UART TX pin. To connect to a PC, use a USB serial cable like this. This can also be used to power the MKR1010 when the micro USB port is connected to the PS3 controller.

https://www.adafruit.com/product/954

gdsports avatar Nov 08 '19 00:11 gdsports