Benjamin Aigner

Results 80 comments of Benjamin Aigner

Dear @m986883511 , unfortunately with the current firmware this is NOT possible without any workarounds. You need an absolute mouse pointer for this, as it is implemented with e.g. Wacom...

@m986883511 Closing this issue, if you have any update or even a pull request, feel free to reopen.

Dear @akulij , Joystick is currently not implemented in Bluetooth. If you have the possibilities to support us with this task, it would be greatly appreciated. The Joystick report is...

Do you use the master or newBLE branch? In the newBLE branch, I switched back to plain C code without Neil Kolbans library. Anyway, in the master branch, you need...

Dear @akulij as we didn't use the master branch for a longer time, we merged the newBLE branch now. There is also no joystick support right now. If you want...

Implemented both, behaviour can be changed via `make menuconfig` or `idf.py menuconfig`. See: https://github.com/asterics/esp32_mouse_keyboard/tree/rateLimiter

Hi, it is hard to determine the cause of this error (because I don't have access to a Win8 installation). If possible, you could flash this project on an ESP32...

I've moved all the rate limiter stuff to the esp_hidd_prf_api.c file, because it is more reasonable to it there. The rate limiter is using an esp_timer in accumulate mode, discard...

> OK! > i think we should test the response with different rate limits and devices. > if we want to apply it in the FlipMouse, we need to remove...

Dear @discapacidad5 , very interesting approach with one real braille cell and the virtual cells! Regarding the Bluetooth HID implementation: * unfortunately, we don't need a Braille implementation in this...