CLI full of hci0: Frame reassembly failed errors / out of memory errors

I’ve been having this problem since what I believe to be day 1 and it only appears to have gotten worse (now I’ll occasionally get a a “Bluetooth adapter needs a power cycle” warning).

I couldn’t pull the logs through the companion app, but this is what it looks like:

I’m using the onboard bluetooth on RPi 3B+. Any idea what might be causing this? I’ve googled, and people have had the same problem but it was years and years ago.

I’m on 10.1/16.2 atm and the errors just keep on piling up.

Also I’m getting some out of memory errors every so often with the pi sitting at 0.7/1GB ram. What gives?

Your pi is underpowered.
2Gb is the least amount of memory required for HA.

You can not use your memory value for other than a hint.
It is showibg allocated memory and not required memory.
Requested memory that could not be fulfilled will never show up in that value, but instead it will show up as OOM messages in the logs.

3 Likes

I managed to get rid of out of memory errors by disabling piper and whisper so it’s rock solid on that end.

Still full of hci0: Frame reassembly errors though :frowning:

Any ideas?