diff --git a/README.md b/README.md index 1a396b3..b8684e4 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,19 @@ This project uses a Raspberry Pi Pico W as a Bluetooth Low Energy adapter for a wired USB HID input peripheral, allowing it to connect to a host device over BLE using HID over GATT Profile. + ## Setup +[YouTube Video](https://youtu.be/YuHbTrccshw) + ### Hardware You will need the following hardware to make the device: - Raspberry Pi Pico W - USB extension cable +![Wiring of USB connectors to Raspberry Pi Pico W](diagram.png) + You will need to cut the USB extension in half and connect the wires from the female end to the Raspberry Pi Pico W. The default configuration is to attach the USB's green wire to pin 1/GP0 and USB's white wire to pin 2/GP1. You will diff --git a/diagram.png b/diagram.png new file mode 100644 index 0000000..ce2f9a1 Binary files /dev/null and b/diagram.png differ