You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
931 B

  1. QMK BLE Adapter
  2. ===============
  3. A small device that reads USB keyboard input and passes it on over Bluetooth LE HID.
  4. ![Picture of Adapter](https://i.imgur.com/O3VwBBJ.png)
  5. Hardware
  6. --------
  7. The hardware is relatively easy to assemble. Just follow the schematic and don't forget to [cut the VBUS jumper](https://www.pjrc.com/teensy/td_libs_USBHostShield_4a.jpg).
  8. Schematic:
  9. ![Schematic](https://i.imgur.com/s1Ia9We.png)
  10. Part list:
  11. * [Adafruit Feather 32u4 Bluefruit LE](https://www.adafruit.com/product/2829)
  12. * [USB Host Mini](https://www.circuitsathome.com/arduino_usb_host_shield_projects/)
  13. * [Pololu 5V Step-Up Voltage Regulator U3V12F5](https://www.pololu.com/product/2115)
  14. * [Lithium Ion Battery - 3.7v 2000mAh](https://www.adafruit.com/product/2011)
  15. * Some sort of switch to be able to turn it off
  16. Building and Flashing
  17. ---------------------
  18. ```
  19. make converter-usb_usb-ble
  20. ```
  21. ```
  22. make converter-usb_usb-ble-avrdude
  23. ```