ESP32-BLE-Mouse
ESP32-BLE-Mouse copied to clipboard
Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
Is this open source? No license was specified
To make it connect on Windows 10, I had to do the following: replace the first line below by the next 3 //pSecurity->setAuthenticationMode(ESP_LE_AUTH_BOND); pSecurity->setAuthenticationMode(ESP_LE_AUTH_REQ_SC_ONLY); pSecurity->setCapability(ESP_IO_CAP_OUT); pSecurity->setInitEncryptionKey(ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK); I am...
as title is , it means use arduino control iphone?
It´s compatible this function Mouse.move(xReading, yReading, 0)?
Mouse library works fine on iphone7 after removing line 28 in BleMouse.cpp However, I can't get any analog readings from my ESP32 (Dev kit or Wemos). As soon as "bleMouse.begin();"...
I've uploaded an example, I can pair using two different windows 10 laptops and my android phone. However, I tested on two other windows 7 machines and they cannot see...
I'm just trying to add the NimBLE to this branch, but the code is still a mesh. Thanks
Is there a way to set the PID and vid of the mouse?
I set 100, and he moves to the right. I set 200, and he moves to the left. Why?
Same example code tried with android(it works) and windows10(not works). Have i need to install windows app or driver?