Virtuino Forum
Bluetooth connection refining - Printable Version

+- Virtuino Forum (https://virtuino.com/forum)
+-- Forum: Virtuino (https://virtuino.com/forum/forumdisplay.php?fid=1)
+--- Forum: Virtuino 6 (https://virtuino.com/forum/forumdisplay.php?fid=3)
+--- Thread: Bluetooth connection refining (/showthread.php?tid=2229)



Bluetooth connection refining - Araqel - 05-26-2024

Hello guys!

I did a project for a tape player remote control, which also has an Adafruit FM broadcaster connected. Having noted that every bluetooth seance with server raises noise in demodulated FM signal, I have reduced the refresh time to 100 seconds as a trade-off between performance and quality. This large period does not affect commands, sent from phone to server, which takes place immediately. But feedback signal from server comes back to phone as per defined server's refresh setting only. How could this be fixed to get the same performance, as happens to commands, sent from phone to server direction?


RE: Bluetooth connection refining - Davidmenk3 - 09-05-2024

(05-26-2024, 09:59 AM)Araqel Wrote: Hello guys!

I did a project for a tape player remote control, which also has an Adafruit FM broadcaster connected. Having noted that every bluetooth seance with server raises noise in demodulated FM signal, I have reduced the refresh time to 100 seconds as a trade-off between performance and quality. This large period does not affect commands, sent from phone to server, which takes place immediately. But feedback signal from server comes back to phone as per defined server's refresh setting only. How could this be fixed to get the same performance, as happens to commands, sent from phone to server direction?

It sounds like the delay in feedback from the server is due to the long refresh time. To fix this, you could try optimizing the server's response time or reduce the refresh interval further, balancing performance and noise levels. If you're using a server that can handle more frequent refreshes without adding noise, switching to a more stable and powerful solution like a cheap dedicated host might help improve both performance and feedback synchronization.