Benjamin Aigner

Results 80 comments of Benjamin Aigner

+1, from my point of view it is impossible to calculate the relative movement if you block the mouse cursor (I know, not support, but in our case REALLY useful)....

Hi @ all, I've experimented with WebSerial and the AVR109 bootloader protocol for the Arduino Micro (ProMicro) updater. With my limited JS skills, I've implemented a proof-of-concept: https://github.com/benjaminaigner/avr109-webserial @noopkat THX...

@mrfrase3 @rubendax THX for picking up my example :-). We ([AsTeRICS Team](https://github.com/asterics) needed an update possibility for the WebGUI of our assistive devices ([FABI](https://github.com/asterics/fabi) & [FLipMouse](https://github.com/asterics/flipmouse) / [FLipPad](https://github.com/asterics/flippad) ), where...

@shikshik You can put the Arduino Sketch into bootloader mode by opening the port with 1200Baud, closing it after 500ms: https://github.com/benjaminaigner/avr109-webserial/blob/0aaf0a524e2b29bb7b606b24d267c38a124e6965/index.html#L221 But as we discussed, afterwards the Arduino enumerates again...

@nilsacht I brought it "to life" on a RockPi4 (RK3399, aarch64). It's an Armbian System without GUI. In priniciple, follow the [Hard Way](https://github.com/matiasdelellis/facerecognition/wiki/Installation#hard-way) installation. There was a compile error, dlib...

@dekuNukem THX for your suggestion, but I'm not sure if this works as expected: ``` KEYDOWN ALT TAB KEYUP ALT ``` Would be my suggestion to use KEYUP/DOWN. Unfortunately, this...

THX for the clarification! Maybe another way to implement this key combination: Would it be possible to introduce a `WAIT_RELEASE` command which stops the button script execution until the button...

Dear @jrsmile , should be possible. I cannot estimate if and when we will include this, joystick support and stable connections have a higher priority. If you want to try...

@ChrisVeigl , @jrsmile THX for the suggestions, based on this I will implement an additional report with an absolute mouse.

Ah, sounds nice! I've started a new branch with the absolute mouse included. If there is time this week, I will test it. Regarding the serial device: This is a...