T-vK
T-vK
Thank you, I just tried the rc-switch examples. Unfortuantely the receiver didn't receive anything. I have [a 433mhz FS1000A transmitter and a XY-MK-5V receiver](https://www.aliexpress.com/item/32792182476.html) lying around somewhere. Maybe I can...
I tried all day to get this to work. No luck so far. I tried using the XY-MK-5V receiver using the original rc-switch library using the simple receive example, but...
I finally made some progress. I replaced the cc1101 modules with new ones and also replaced the breadboards and now it seems to work! Well, at least kind of... When...
@per1234 I see you added the enhancement tag, but I wasn't making a feature request, I was asking if we could agree on how this feature would be implemented so...
Sorry, I thought there were [7 types](https://github.com/arduino-libraries/Keyboard/labels). I was thinking it would be a better fit for question or help wanted, but it doesn't really matter to me, I was...
Is this actually a thing? Do you have a link? Maybe this is related to the fact that some keyboards have the ability to fall back to PS/2 through the...
Very interesting, thanks for the links. I wasn't aware that the teeny has the same chip as the Arduino Micro. I wonder if it would be possible to flash the...
Seems like "boot mode" is simply a difference in the HID device descriptor. https://github.com/NicoHood/HID/blob/64b89df10c6ceb4fac492bcf66434edf95059dd8/src/SingleReport/BootKeyboard.cpp vs https://github.com/arduino-libraries/Keyboard/blob/716d28617ccd5df3d9d0fb2c121bb1f1eeeb8d6c/src/Keyboard.cpp The difficulty would be to dynmically detect which one to use.
The Teensy bootloader being proprietary would mean that it would be extremely difficult to make changes to it, but it should be hard possible to dump the bootloader from an...
@Zertz @florianholzapfel Any updates on this PR? There are some things I'd like to work on like the updateDeep option, but since this PR seems to be the future of...