jmdmahdi / ESP32-USB-TO-BLE

This project involves the creation of a Bluetooth adapter using an ESP32, enabling wireless connectivity for USB keyboards and mice. By leveraging the ESP32's capabilities, users can effortlessly connect their input devices to various devices without the constraint of physical cables.
MIT License
40 stars 3 forks source link
arduino bluetooth esp32 espressif hid usb usb-soft-host

USB Keyboard And Mouse Bluetooth Adapter based on ESP32

This project aims to create a Bluetooth adapter using an ESP32 that allows users to connect USB keyboards and mice wirelessly to their devices.

Hardware Requirements

To build and use this project, you will need the following:

Software Requirements

To program the ESP32, you will need:

Pin Configuration

The following pin configuration is used for the project:

Image of the Prototype

Here's an image of the prototype in action:

Testing

The code has been tested on an ESP32-WROOM-32 development board.

Other ESP32 boards may be compatible but have not been tested.

Troubleshooting

If you encounter any issues or have questions, feel free to open an issue in the project's GitHub repository.

Contributing

Contributions are welcome! If you'd like to contribute to the project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Credits

Credits to T-vK for ESP32-BLE-Keyboard and ESP32-BLE-Mouse Arduino libraries. Also, credits to tobozo for ESP32-USB-Soft-Host library as this project is heavily based on their work!