Benjamin Aigner
Benjamin Aigner
@ThomasBarth Thank you very much for this implementation, we are using it for our assistive tool FLipMouse, a mouth controlled mouse/keyboard/joystick, Now it has a webgui to change the settings...
This PR introduces following changes: - Fixing #6 by changing **_base64_encode** with **base64_encode** - Implemented a check for the 3 different payload length types (according to RFC6455) - Implemented 16bit...
In general, there is a maximum sending frequency, because of the underlying protocol limitations. In case of the FLipmouse, there are 2 limits, depending on the used HID interface (Bluetooth...
:+1: , its the same for me. In addition, this error happens with the .deb release as well.
Dear @nrrdzilla , I've just tried this tool the first time and had the same error. The workaround: store your output file with the __.kicad_mod__ extension, then it works. Of...
THX @earlephilhower for the feedback. I have to split up things: 1. indeed, when using Adafruit TinyUSB Device + KeyboardBLE it does not compile (attached is an example): ``` /home/xxx/Arduino/hardware/pico/rp2040/system/arm-none-eabi/bin/../lib/gcc/arm-none-eabi/12.3.0/../../../../arm-none-eabi/bin/ld:...
Dear @lodogg thx for this info. Did you have a look into the Windows Device Manager? Please tell me which build config you are using (whether with or without joystick/keyboard/mouse).
THX; I see. Please post the sdkconfig file here and I hope I have spare time and a ESP32-S3 to test it. In the meantime: please try to compile it...
Dear @lodogg , your sdkconfig is missing `CONFIG_MODULE_USEJOYSTICK`, so I guess it is not the current version of this repository. I've tried it yesterday, without any problem (fresh clone; fresh...
Dear @lodogg , for today, I've got the firmware running on an ESP32-S3 (see #66 ). It's a little bit funny: the bootloader is producing log messages, but as soon...