Hey i have a metallic electric cabinet,
this will impact the bluetooth performance of the PI
any solution for long distance external bluetooth dongle?
Hey i have a metallic electric cabinet,
this will impact the bluetooth performance of the PI
any solution for long distance external bluetooth dongle?
Run a USB cable somewhere out the cabinet and connect to an external dongle. Tons of options available, just make sure the chipset works with Linux and you’re good.
so not sue regard you answer…
You can quite literally take your pick of the one you like… This is just a quick search on amazon.
https://www.amazon.com/s?k=usb+bluetooth+adapter+linux&i=electronics
As for disabling the bluetooth, this is what I found in the documentation (link to the doc): to disable the on-board Bluetooth since the board requires the use of the hardware UART (and there’s only one on the Pi3). You do this by adding the following to the end of /boot/config.txt
:
dtoverlay=pi3-disable-bt
how to setup the new dongle to work directly with the pi? HA?
Hey any setup required for the external one?
so i bought a u green but it cannot be detected by the HA…
From <https://www.home-assistant.io/integrations/bluetooth_le_tracker/>
h) Now or even before add the component switchbot to config
switch:
- platform: switchbot
mac: 'MAC_ADDRESS'
MAC address can be found in the switbot app-> for each device configured pressing settings icong and then tapping … in right hand top corner. Type mac address simple letters
From <https://www.home-assistant.io/integrations/switchbot/>