atc1441 / CH559sdccUSBHost

USB host to Arduino Interface with the Cheap CH559 uC
GNU General Public License v3.0
227 stars 54 forks source link

Bluetooth mouse #4

Closed modi12jin closed 1 year ago

modi12jin commented 4 years ago

Can I use a Bluetooth mouse? I think it's a cool idea

atc1441 commented 4 years ago

Hi.

A bluetooth mouse would not work with the CH559. But the ESP32 has integrated Bluetooth so you can use that

dtiziano commented 4 years ago

So, do you think, it might be possible to convert a standard usb keyboard into a bluetooth keyboard using the esp32 integrated bluetooth module?

atc1441 commented 4 years ago

Hi, yes defenetely that is no problem to build from this.