7

What is the maximum theoretical limit for bluetooth transfer rate from a raspberry pi zero W to Raspberry pi 3 using RFCOMM?

They both have bluetooth 4.1, which, on wikipedia saids can reach speeds of 25Mbps (bits per second).

Ive only managed to reach 0.3 Mbps, which I measured by sending some bytes from the pi zero to a raspberry pi 3 using the python package PyBluez.

Miz
  • 101
  • 6

1 Answers1

3

Bluetooth 4 does not have the same speed capacities as bluetooth 3 + HS. The high speeds were deprecated after bluetooth 3. As written on this article.

Miz
  • 101
  • 6