(sorry for text mistakes, english is not my language)
Hello,
I plan to connect a IR sensor to GPIO of the Rock5b,
so that I can control stuff e.g. volume, play/pause … in kodi by an IR remote.
For this, I use a general IR sensor, connected to 3.3V, GND and physical pin 3 (GPIO number 139) and a small IR remote.
This IR Reciver/Remote brand from Elgoo Arduino Uno R3 starter kit.
Following, what I did
My Experience (so far)
The Rock5b is my first SBC, and its really fun to figure it all out.
The only knowledge in GPIO is on non-SBC’s like ESP32, Arduino Nano, or Arduino Uno R3.
My GPIO knowledge on Rock5b is, to let a LED Blink, or let a LED light up, when push a button. (after wiring and run python script )
OS
On Rock5b I currently run RebornOS on nvme
but ubuntu or debian (raxda or armbian) version is also fine
(if RebornOS didn’t work for my use case)
Thanks for help