Search results

  1. M

    usbhost_t36: faster disconnect

    I am working on a project where it is important to more quickly recognize when a BT device disconnects. Basically, I want to make this faster: ===================== <<(02):48 20 0C 00 08 00 01 00 06 05 04 00 41 00 F1 00 L2CAP disconnect request: ID: 5, Length:4, Dest:41, Source:f1...
  2. M

    T3.6 USB Host - Bluetooth

    Ahhh, I think I actually found my issue! The debug output stopping was just a serial port problem, however I was still having some issues with the code. It turns out what appears to be happening is that the first connection succeeds and starts streaming HID data. While the second connection...
  3. M

    T3.6 USB Host - Bluetooth

    @KurtE I'm curious what the state of this branch is? I am trying it out with two PS3 Navigation Controllers for use in the R2D2 I am building. I can connect to two just fine and I see in the HID debug data button presses, but as soon as I start to use both Joystick objects (for example by...
  4. M

    T3.6 USB Host - Bluetooth

    I have order a shield and I am going to play around with that as well. I dug into the code a ton over the weekend and made a little progress. I must admit to finding myself going in circles trying to understand how the initialization and inheritance of all the classes works. For instance...
  5. M

    T3.6 USB Host - Bluetooth

    Kurt this is great work! I have played around a bit with it and have been able to write the start of a driver for the Nintendo Wiimote. While looking into the massive amount of features and options for the device, I can't help but wonder if it might be better to figure out how to add Teensy...
Back
Top