Thread: Bluetooth speaker extend capabilities.

  1. #1
    Registered User
    Join Date
    Jun 2019
    Posts
    4

    Bluetooth speaker extend capabilities.

    Hello I don't know exactly if it's possible to work, I'm planning to buy a cheap bluetooth speaker such as doss traveler and scavenge the parts, I would like to add more bluetooth range 1 - 2 feet for starter and would like to sync multiple different bluetooth speaker, I'm planning this ahead to present something like this on my thesis (3 yrs from now), I'm just not sure if it's possible or not would like to ask some guide, docs anything related if possible. Thanks

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    TBH, you'd be much better off with a development kit than hacking about with some consumer item.
    bluetooth development kit - Google Search

    A change in range also requires a change in output power. You risk frying the electronics the first time you try it.

    Also, the whole electronics will be a SoC to keep the cost down.
    You'll have no interface to change the software (like a JTAG or I2C port), and extracting the radio component from the rest of the chip will be impossible.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    TEIAM - problem solved
    Join Date
    Apr 2012
    Location
    Melbourne Australia
    Posts
    1,907
    Getting more range is going to be an electronics project.

    You need to make either an SMA or N-type connector and match the output to 50 ohms at bluetooth frequency (2.400 to 2.485 GHz). Use a network analyser to measure the output impedance.

    From there you can try different available antennas (lots of talking points for your thesis). Omni, dipole, patch, ... You'll have to say how directional you want the signal

    There are a lot of 9dB gain antennas

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 09-24-2007, 02:46 AM
  2. The capabilities of C++
    By Nectron in forum C++ Programming
    Replies: 10
    Last Post: 07-02-2003, 01:35 AM
  3. Static Capabilities for a User-Defined Type
    By gozlan in forum C# Programming
    Replies: 1
    Last Post: 04-08-2003, 11:21 AM
  4. Awareness of linux capabilities
    By Unregistered in forum Linux Programming
    Replies: 5
    Last Post: 12-10-2001, 01:46 PM

Tags for this Thread