USB_Host_Library_SAMD icon indicating copy to clipboard operation
USB_Host_Library_SAMD copied to clipboard

USB host library 2.0 for Zero/M0/SAMD

Results 24 USB_Host_Library_SAMD issues
Sort by recently updated
recently updated
newest added

I connect MKR 1010 to a Lidar with a OTG cable .MKR 1010 is USBHost , it can send command to Lidar and receive data from Lidar. But the problem...

Hi folks, I made an adapter PCB that puts two Adafruit QTPy boards back-to back and connects the UART, SPI and I2C lines (plus power and ground). Happy to share...

Here is an example sketch that uses interrupts instead of polling to read MIDI data from a single device. The sketch requires only one small addition to usbh_midi.h to allow...

I am trying to use this library to implement a simple [PTP (picture transfer protocol)](https://www.researchgate.net/publication/3180591_Digital_camera_connectivity_solutions_using_the_Picture_Transfer_Protocol_PTP) to be able to control my DLSR using Trinket M0. But no matter what, I...

cannot compile this library anymore on MKRzero, stops at "Arduino/Sketches/libraries/USB_Host_Library_SAMD/src/usbhub.cpp:18:10: fatal error: delay.h: No such file or directory".

**Question/test request** Could this work: 1. Install your usb host samd library on a feather m0 bluetooth le 2. Connect 3.7v lipo to feather 3. Connect a keyboard by a...

Can anyone think of a reason why introducing #include #include in a sketch with an OLED display produces garbled images on the display? the oled runs on I2C on the...

Hello, I am trying to figure out a way to disable USB host or be able to switch from USB host USB device mode. Does this library offer this functionality?

Hi, This library is perfect for my needs, but I'm finding it is losing MIDI messages. Has anyone else seen this? To demonstrate the issue, I've create a lightly modified...

USBH_MIDI : Failing to get device descriptor with some devices. The problem is at line 163 from USBH_MIDI.cpp: (Init) rcode = pUsb->getDevDescr( 0, 0, sizeof(USB_DEVICE_DESCRIPTOR), (uint8_t*)buf ); With some devices...