gdsports / USB_Host_Library_SAMD

USB host library 2.0 for Zero/M0/SAMD
126 stars 39 forks source link

MKR WiFi 1010 pairing issues #7

Open circuitBurn opened 4 years ago

circuitBurn commented 4 years ago

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!

gdsports commented 4 years ago

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