

- Bluetooth audio splitter app serial#
- Bluetooth audio splitter app Pc#
- Bluetooth audio splitter app Bluetooth#
This most likely means that your device requires separate characteristic for sending and for receiving (see next section). This means that the characteristic you specified cannot be used for sending data to that device. However you still might encounter following error when you try to send data to your device: " Sending data to BLE device failed". Incoming data from the device will from now be shown in the log.

After you select correct characteristic (listening for incoming data will be initialised successfully) app will switch back to main page with a message " Service and characteristic set". If the characteristic that you selected does not support notification (listening for incoming data cannot be executed on that characteristic) app will show an error message. For more information about which characteristic should be used for your device see the specification of your device. Note: Not all services and characteristics support notifications. App will try to add notification listener for this characteristic. To select a characteristic simply scroll down to desired service and its characteristic and click on it. To use single characteristic for sending and receiving data, check the " Use single RX+TX characteristic" checkbox. Use this option for a devices which use single (the same) characteristic for data sending and receiving.
Bluetooth audio splitter app Bluetooth#
We can use smartphone with Bluetooth Splitter as simple range extender in between these two devices. Other example of use might be the situation when we simply need 2 Bluetooth devices to communicate, but they are barely out of range. We can use Bluetooth splitter app as a mediator between these two devices, since Bluetooth splitter app can connect to both types of connections and mediate the communication. We have 2 devices between which we want to establish communication link, unfortunately these devices are not compatible since one is BLE device and one is classic Bluetooth device.

We connect this application to Bluetooth splitter app as a primary device and we connect multiple devices as secondary.
Bluetooth audio splitter app Pc#
We have Bluetooth terminal app (running on a PC or smartphone), which we want to use for communication with multiple devices, but this application can only connect to one device. Splitter app will distribute received values to all three secondary devices. Solution is to use Bluetooth splitter, connect processor board as a primary device and other 3 devices as secondary devices. temperature and humidity) but we have 3 other devices to which we want to send the data.

We have a processor board with sensors and Bluetooth module.
Bluetooth audio splitter app serial#
Splitting and multiplexing of incoming data from connected devicesĬommunication filtering (both ways or one direction transferring)Ībility to open Bluetooth serial port (SPP) - a pp allows incoming connectionsīluetooth Splitter app supports connection to following types of devices:Ĭlassic Bluetooth device ( SPP - serial port profile) - multiple devices can be connected at the same timeīluetooth 4.0 (Bluetooth Low Energy, Bluetooth Smart) - BLE device can be connected only as a primary deviceĪudio devices, Bluetooth speakers are not supported App can act as an splitter and multiplexer at the same time. Also communication from secondary devices is combined to a single data output to a primary device. Communication received from one device (primary device) is re-transferred / splitted to multiple devices (secondary devices). Bluetooth Splitter app can connect to multiple Bluetooth devices and act like a communication splitter / multiplexer.
