CARVIEW |
Select Language
HTTP/2 200
date: Sat, 16 Aug 2025 19:23:40 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 97034eb909a5a9c3-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=1f5b747a-44ba-4d71-805b-4774264f0f1f; expires=Sun, 16 Aug 2026 19:23:40 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=1f5b747a-44ba-4d71-805b-4774264f0f1f; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=nyoDfAyOfztStl9FurgkBKIfy4Wb7O1.phfzyKMbYtA-1755372220-1.0.1.1-yTJV1YmL4nitA5UlW7V.7yO_PdHgbC6HxjGh8otYKjuBon0X9TVyaSPzS1Df16ye_uWdWjwX57i4pQWzBXRNB2VFLOfnL0oJ4_._axKICnU; path=/; expires=Sat, 16-Aug-25 19:53:40 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=ibRpSXwvzUY3Ts_rcsZfXmrYz4rjc0svCEo4k321j4M-1755372220805-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 933bf341-de4f-44c5-99a6-3d75bb0d900d
x-worker-origin-response-time: 465000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'bluetooth' Questions - Raspberry Pi Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [bluetooth]
For questions pertaining to Bluetooth setup, usage and troubleshooting on the Raspberry Pi, whether onboard or via a USB dongle.
821 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
60
views
How to fix flickering of bluetooth menu in navigation?
I had a fresh installed Raspberry Pi 5 with Raspberry Pi OS 64-bit and from the beginning the Bluetooth dropdown menu was flickering. It was flickering even after I reinstalled the OS.
The flickering ...
0
votes
0
answers
10
views
One GoPro camera of 2 visible on Raspberry PI Z 2 W
I have two GoPro cameras. One is a Hero 10 Black and the other is an old GoPro Session. Both operate on bluetooth. If I use bluetoothctl and scan devices I see only the newer GoPro 10, but not the ...
0
votes
1
answer
58
views
BLE device names missing in scans
When scanning for BLE devices using bluetoothctl, hcitool or anything else, I only get MAC addresses (not names) for my devices. The names are definitely advertised and I can see them when scanning on ...
0
votes
1
answer
120
views
Raspberry Pi 5 lagging out when using bluetooth
Information:
-Raspberry pi 5, 8GB Ram
-OS: Official Raspberry pi OS (64 bit)
-Official Raspberry pi 27W PSU
-Using realvnc & IDE server(vscode) to access the pi
-Generic TWS earphones and BT ...
0
votes
0
answers
55
views
Bluetooth LE: “Unsupported Remote Feature (0x1a)” error when connecting nRF52840 central to Raspberry Pi Zero 2W peripheral
I’m working on a BLE setup where:
A Nordic nRF52840-DK runs as the Central (it scans for devices with a specific name, then initiates a connection).
A Raspberry Pi Zero 2W (64-bit Raspberry Pi OS) ...
1
vote
0
answers
57
views
Push notification to Android device over bluetooth without an app
Is it possible to pair a Raspberry Pi with an Android phone over bluetooth, and then send push notifications directly from the Raspberry Pi to the Android phone without needing to install an app on ...
0
votes
0
answers
90
views
Is it possible to measure Bluetooth RSSI level once connected on Pico using aioble
I can see that aioble.scan returns RSSI during a passive scan as an observer:
async with aioble.scan(duration_ms=5000) as scanner:
async for result in scanner:
print(result, result.name(), ...
0
votes
2
answers
258
views
Why is this so hard!!!! Get a Raspberry Pi 5 To Send Keystrokes to a PC with Python using Blutooth
I have a project that I am close to ditching because I am frankly stuck, and frustrated as hell.
The project is to connect a touch screen to the Raspberry Pi5, and have it send keystrokes to a ...
0
votes
1
answer
56
views
After cutting USB cable I have soldered D+ and D- to pi zero D+ and D-can I transmit data through Bluetooth?
I have a 5 dollar generic SNES gamepad clone. It connects through USB cable. I dismantled the controller and realized that I can solder D+ and D- cables to my Pi zero. Controller works with devices I ...
0
votes
0
answers
54
views
Raspberry Pi: cannot pair Bluetooth smart remote
I am attempting to connect two different BlueTooth smart remotes that you can find online for <$10, that look like this:
to my Raspberry Pi 4 running Raspbian (Debian GNU/Linux 12 (bookworm)).
My ...
0
votes
0
answers
64
views
Can you change a Pi's bluetooth device class on a Pi 4b and if so how?
I have a Pi4b with the digiamp hat. I want to stream audio from a google device but it doesnt see my pi as a speaker. It does Pair but doesnt appear as a speaker I can use. I want to try changing the ...
0
votes
0
answers
189
views
Transmit bluetooth audio from iphone to pico w
I have successfully made my pico W advertise bluetooth using this tutorial. However with this raw code alone, i am able to detect the bluetooth from an older android phone, but not an iphone. I am ...
0
votes
0
answers
56
views
Pairing a google speaker to a pi4b with digiamp hat
I have a Pi4b setup with a digiamp audio hat installed with raspbian.
I'd like to stream from a google hub to it which I believe supports bluetooth 5.
I also have a megaboom bluetooth speaker.
The hub ...
0
votes
0
answers
43
views
Play the same audio file over two bluetooth speakers at the same time using Raspberry Pi 4
I need to play the same .mp3 file (happy to convert if need be) over at least two Bluetooth speakers at the same time. With the speakers I have and my phone I run into now issues - so not a speaker ...
0
votes
0
answers
155
views
Can't Get WitMotion Accelerometer (WT9011DCL) to connect to Raspberry Pi Model 4B (Raspian OS)
First and foremost, any help is appreciated,
When I try and pair my bluetooth accelerometer (WT9011DCL) to my RPI4b via bluetooth, I keep getting a message that I connected and then immediately get an ...
- The Overflow Blog
-
-
- Featured on Meta
-
Hot Network Questions
- How to set font size for ASS filter in ffmpeg?
- Short story using AI to predict crime
- Basic questions about hard spheres model and reference frames
- Ph.D. supervision when advisor moves
- What kind of drinks would a strictly carnivorous alien consume?
- Why do we need sample spaces in probability theory?
- Citing ChatGPT for code generation
- Java: A fractal algorithm shows prime number patterning
- Movie where thieves hide diamonds with caught fish on fishing boat
- Passing data via stdin to pdftk which doesn't work with /proc/self/fd/0
- 'Outside' as an adverb or preposition
- Suttas on Mindful actions with conscious intention
- Printer motherboard part identification
- Parallel LEDs in semiconductor package
- If God is not the God of the dead, but of the living, how can Abraham, Isaac, and Jacob still be considered alive?
- I need help finding a breaker panel to swap the dead front
- Where do all the random thoughts and impressions come from?
- Has the speed of gravitational waves been verified beyond GW-170817?
- Comparator crisp output
- Bridge edge loops operation in geometry nodes
- What is this medallion or medal with early Chinese writing?
- Minimum area of a rhombus inscribed in a given parallelogram.
- Upgrade CRS files on QGIS
- is compactness on the target space necessary for existence for extending continuous function from dense subspace?