lukasjapan / bt-speaker

A simple Bluetooth Speaker Daemon for the Raspberry Pi 3
GNU General Public License v3.0
495 stars 95 forks source link

Issues while using infrared with piGPIO #90

Open BobSleigh38 opened 3 years ago

BobSleigh38 commented 3 years ago

Hello Thank you for you work this daemon works great ! I'd like to use infrared communication in parallel of your program to control a HI-FI from a pi zero, but as soon as I pair my bluetooth devices, the IR communication is lost. Even if I unpair the devices, it doesn't work. I have to reboot the pi to get it work again. It seems that the 38khz frequency needed for IR signals is not constant over the GPIO pins connected to my IR led when I pair a device. I use piGPIO for the IR part. http://abyz.me.uk/rpi/pigpio/index.html Is there a way to pause the bluetooth daemon to free up some CPU and get the IR communication work again at the right frequency ? Best regards David