-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 4924
- Joined: Mon Sep 29, 2014 1:07 pm
- Location: Cambridge
CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
This topic is for feedback about the new CYW43455 firmware release from Cypress, announced here: viewtopic.php?f=117&t=292113
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
This has fixed the connection issue with my SiLabs Thunderboards that I raised as https://github.com/raspberrypi/linux/issues/3689 Thanks 

Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
Aren't the 43455 files also applicable to the 3A+?
Quis custodiet ipsos custodes?
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 4924
- Joined: Mon Sep 29, 2014 1:07 pm
- Location: Cambridge
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
Yes - the two parts are identical in that regard (and most others).
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
Can/should it be installed on a 400? Or will it be available through updating the Pi?
Rocket Scientist.
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 4924
- Joined: Mon Sep 29, 2014 1:07 pm
- Location: Cambridge
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
The Pi400 uses a sister part to the CYW43455 - the BCM43456 - which is already running different firmware (called "BCM4345C5.hcd").
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
After apply this new firmware, my wifi connection will drop random.
Pi4 4GB, rev 1.2.
Pi4 4GB, rev 1.2.
-
- Posts: 4
- Joined: Wed Dec 30, 2020 8:50 pm
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
report this error
sudo cp BCM4345C0_003.001.025.0171.0339.hcd /lib/firmware/brcm/BCM4345C0.hcd
cp: unable to stat of 'BCM4345C0_003.001.025.0171.0339.hcd': File or directory does not exist
raspberry 4b
[translated from italian by moderator]
sudo cp BCM4345C0_003.001.025.0171.0339.hcd /lib/firmware/brcm/BCM4345C0.hcd
cp: unable to stat of 'BCM4345C0_003.001.025.0171.0339.hcd': File or directory does not exist
raspberry 4b
[translated from italian by moderator]
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 4924
- Joined: Mon Sep 29, 2014 1:07 pm
- Location: Cambridge
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
The instructions assume that you know how to find the file you've downloaded. If you are unable to do this then you would be unwise to run the trial firmware.
This firmware is now installed by default - you can update with:
This firmware is now installed by default - you can update with:
Code: Select all
$ sudo apt update
$ sudo apt install bluez-firmware
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
hello sorry for bad english
i dont know about this firmware but i have raspberry pi last 2 months and i use last days usb and i see the bluetooth problem
when you use USB3.0 the bluetooth and wifi ranger is smaller for example the bluetooth search max 1m-2m .
for wifi i dont care because i use only LAN but for bluetooth is big problem any solution ?
i dont know about this firmware but i have raspberry pi last 2 months and i use last days usb and i see the bluetooth problem
when you use USB3.0 the bluetooth and wifi ranger is smaller for example the bluetooth search max 1m-2m .
for wifi i dont care because i use only LAN but for bluetooth is big problem any solution ?
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 4924
- Joined: Mon Sep 29, 2014 1:07 pm
- Location: Cambridge
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
It is unfortunate that Bluetooth, 2.4G WiFi and USB3 all occupy the same frequency band, but there is little that can be done except disable any that you aren't using. Have you disabled WiFi? You can use the icon in the status bar, or from the command line it's "rfkill block wifi".
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
hello Phile thnx for answer i try
sudo nano /boot/config.txt
dtoverlay=disable-wifi
and again if i use usb3.0 the bluetooth not scan correct.
sudo nano /boot/config.txt
dtoverlay=disable-wifi
and again if i use usb3.0 the bluetooth not scan correct.
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
I see this info about bluez-firmware. Does this mean that the leaseweb mirror is out of date, again? But the +rpt7 version *is* the one that's installed. Is that one the subject of this thread?
Code: Select all
$ apt-cache madison bluez-firmware
bluez-firmware | 1.2-3+rpt7 | http://archive.raspberrypi.org/debian stretch/main armhf Packages
bluez-firmware | 1.2-3 | http://mirror.nl.leaseweb.net/raspbian/raspbian stretch/non-free armhf Packages
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 4924
- Joined: Mon Sep 29, 2014 1:07 pm
- Location: Cambridge
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
Yes, that's the latest release - this thread is two months old now.
Re: CYW43455 (3B+, 4B, CM4) Bluetooth feedback thread
Sure, thanks. I figured it would be out of beta so mainly wondered if 1.2-3+rpt7 was even newer. And I thought it was strange that a similar 1.2-3 version was lurking about on a mirror.