Arne Regular Member
 Joined: 05/01/2025 Location: GermanyPosts: 62 |
| Posted: 10:16am 10 Feb 2025 |
|
|
|
Now it is functioning on Picomite - USB too. I changed some values in the usbconfig.h (VENDOR ID etc.) to data of my keyboard. After compiling the Digispark was detected as a Keyboard on channel 1.
Supported protocols are
* NEC * NECx * Philips RC5 and RC5x (simultaneously) * Sony SIRC 12, 15 and 20 bits (individually or simultaneously) * SAMSUNG old standard * SAMSUNG 32 bits (16 of which are for error detection)
Details see https://github.com/LuisMiCa/IRsmallDecoder
Therefore nearly any old remote can be used for PC and Pico remote control. Until now I have checked NEC and SIRC 12. Also data transfer from Pico to PC and from Pico to Pico (e.g. SIRC12 protocol) is easily possible. So pico could also be used as remote for the PC.
Disadvantage: Data transfer is not very fast/sometimes dropouts…but for remote control ok.
Here a picture of the receiver :

Arne |