You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using Raspberry Pi 3B+ and also using Bluepy(python library) for Bluetooth Low Energy signal detecting.
After switching to the LCD screen (ie. sudo ./LCD32-show) the Bluetooth doesn't seem to be working.
In bluetoothctl, 'Scan on' and 'Power on' commands return "No Bluetooth Adapter Found".
Re-switching or rebooting the machine does not solve the problem, Raspberry does not see the Adapter after that point.
Only solution on my side is re-imaging the RP, but I have to implement the screen.
Do you have any ideas for my specific problem?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi @macatoto , thanks for the reply.
I also just found the trick last night and it solved problem directly. The issue is somehow related with latest Raspberry Pi OS update and SPI connection I think.
However, this Icon Lost occurs every time switching from HDMI to LCD and I wonder if there is a permanent solution for that.
Hi @KaraCemal , I had the same problem, took me a while, but finally I found this post which did the trick for me:
edit /boot/cmdline.txt and replace
console=ttyAMA0,115200
with
console=serial0,115200
I have the same problem, and your answer save me. Thanks
For a automaticly fix the issue each time, you can just make this change in the cmdline.txt file which is in the LCD-Show folder
Hi,
I am using Raspberry Pi 3B+ and also using Bluepy(python library) for Bluetooth Low Energy signal detecting.
After switching to the LCD screen (ie. sudo ./LCD32-show) the Bluetooth doesn't seem to be working.
In bluetoothctl, 'Scan on' and 'Power on' commands return "No Bluetooth Adapter Found".
Re-switching or rebooting the machine does not solve the problem, Raspberry does not see the Adapter after that point.
Only solution on my side is re-imaging the RP, but I have to implement the screen.
Do you have any ideas for my specific problem?
Thanks in advance!
The text was updated successfully, but these errors were encountered: