Search results

  1. D

    Teensy 3.6 USB Host support

    Hi all. I have used the KurtE library that supports bluetooth https://github.com/KurtE/USBHost_t36/tree/Bluetooth-WIP and all working very fine. regards
  2. D

    Teensy 3.6 USB Host support

    Hello all. I have already tested with a PS3 "Ipega PG-9076" and it works very well. https://www.amazon.com/PG-9076-Wirel.../dp/B075J7YQTC My configuration is: Teensy 36 USB1 ---> Hub ---> Dongle Bluetooth .)))) ((((. Joystick PS4 It also works through USB cable connected directly to the hub...
  3. D

    USBHost_t36 working with PS4 gamepad in Teensy 3.6?

    Hello I have already tested with a PS3 "Ipega PG-9076" and it works very well. https://www.amazon.com/PG-9076-Wireless-Gamepad-Controller-Smartphone/dp/B075J7YQTC Thank you very much for the help. dun46
  4. D

    USBHost_t36 working with PS4 gamepad in Teensy 3.6?

    Hello KurtE, It has been very helpful. Thanks for everything. dun46
  5. D

    USBHost_t36 working with PS4 gamepad in Teensy 3.6?

    Hi KurtE, thank you very much for your answer, it would be very helpful if you send me some example that you have of bluetooth, to see how it is configured. Thank you in advance
  6. D

    USBHost_t36 working with PS4 gamepad in Teensy 3.6?

    Hi all, Does anyone know if it is possible to work with the PS4 gamepad via Bluetooth with the "USBHost_t36" library in teensy 3.6? Thank you very much in advance
  7. D

    Teensy 3.6 USB Host support

    Hi all. I have to ask everyone's excuses because my problem is wire connections. Everything works correctly, hub, keyboard and mouse. I thank you for the collaboration received and I hope it does not happen again. Thank you very much to all.
  8. D

    Teensy 3.6 USB Host support

    Hello KurtE, I connected the mouse directly to the USB1 port of the Teensy 3.6 and it still does not work. I send you the printed trace: -------------------------------------------------------------------------------------------------- USB Host Testing 960 sizeof Device = 36 sizeof Pipe = 96...
  9. D

    Teensy 3.6 USB Host support

    Hi KurtE, the Mouse.ino no work for me. Thank out very much
  10. D

    Teensy 3.6 USB Host support

    Hello KurtE, I have activated the statement #define USBHOST_PRINT_DEBUG and I tried the Mouse.ino example and the Serial print returns me: ---------------------------------------------------------------------------------- USB Host Testing 960 sizeof Device = 36 sizeof Pipe = 96 sizeof Transfer =...
  11. D

    Teensy 3.6 USB Host support

    Hello wwatson, I have tested your code and it still does not work. I have also commented lines 142 and 143 of keyboard.cpp. 1) My OS is Windows 10. 2) Version of Arduino 1.8.7 3) Version of Tennsy 1.44 4) neither of them work. I am using the Teensy USB1 ---> Hub <--- and the Hub connect to mouse...
  12. D

    Teensy 3.6 USB Host support

    Hello wwatson, I have added the line that you suggested: -------------------------------------------------- ------------------------------ #include <Arduino.h> #include <USBHost_t36.h> USBHost myusb; USBHub hub1(myusb); USBHIDParser hid1(myusb); MouseController...
  13. D

    Teensy 3.6 USB Host support

    Problem using USBHost_t36 Hi all, I am trying to use the library "USBHost_t36" of PaulStoffregen to connect to the teensy 3.6 a mouse and a keyboard to USB1 with the following scheme: +-----+ <----- mouse teensy 3.6 USB1 -----> | hub |...
Back
Top