gdsports
gdsports
Teensy 3.6 has similar USB host support so it could be used instead. But it would be nice to have a 600 MHz gamepad! Voice control via TensorFlow Lite?
@dmadison @zlittell I merged PR #28, #30, #31 to my fork. The simple and flghtstick examples compile without problems using Arduino IDE 1.8.7 and Teensyduino 1.4.4. Looks very good.
The USB Host Library for SAMD works on the SAMD51/M4 but I do not see one with Bluefruit on-board like the Bluefruit M0. I suppose the M4 Feather board you...
Yes, the nrf52840 express feather is the board I used in the https://github.com/gdsports/usbkbdble project.
I never tried USB mouse to BLE mouse with the nRF52840 but it should be possible. I think I still have one nRF52840 board so I may give it a...
Hmm, would a powered USB ub work with the Tetra Mouse and iPad? That way the Tetra Mouse is powered by the hub and not the iPad. But the iPad...
I added mouse support but have not pushed up yet. I also connected an nRF52840 to Trinket M0 to USB OTG cable to USB mouse. Works with IOS after enabling...
I pushed updates to usbmseble to reduce the mouse lag when moving very fast.
I'm glad to hear it is working for you. I pushed up the usbhostcopro USB mouse source code to the github repo. The IOS AsstiveTouch screen has a tracking speed...
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...