appwisp
  • App explorer
  • SDKs insights
  • API
  • Contact
  • About
  • API
  • Github
© 2025 appwisp.com

Teclado y Touchpad BT

com.ftscorpmx.tecladoytouchpad

Total installs
36(36)
Rating
unknown
Released
unknown
Last updated
October 14, 2021
Category
Tools
Developer
Francisco Javier Cruz González
Developer details

Name
Francisco Javier Cruz González
E-mail
[email protected]
Website
unknown
Country
unknown
Address
unknown
Android SDKs

  • No items.
Teclado y Touchpad BT Header - AppWisp.com

Screenshots

Teclado y Touchpad BT Screenshot 1 - AppWisp.com
Teclado y Touchpad BT Screenshot 2 - AppWisp.com
Teclado y Touchpad BT Screenshot 3 - AppWisp.com
Teclado y Touchpad BT Screenshot 4 - AppWisp.com

Description

Smartphone as a touchpad and keyboard (for the moment it only works as a touchpad) using an additional bluetooth device, which implements the USB-HID specification.

It is necessary to build the additional device, it can be created with a microcontroller and a bluetooth module, the application sends a data string (touch + "," + left + "," + right + "," + Dx + "," + Dy + "," + "c" + "," + "0" + "\ n") that can be interpreted with a microcontroller and a bluetooth module that together behaves like HID.

Some of the things that could be done with the app:
1. Simulate a graphic tablet.
2. Work like a mouse.
3. Function as a keyboard. (function to implement).

Note: My application is not yet in optimal condition so there may be problems when using it.