Bluetooth SPP Serial Port Transparent Transmission Module TTL to Bluetooth

Model: SPP Bluetooth MOD
SKU: A3-11-Bluetooh-SPP-Serial-Module
In Stock
EGP 180.000
In Stock

Guaranteed By UGE Electronics

 Features:

Serial Transparent Communication – Works like a wireless serial cable replacement
Fully Compatible with HC-06 – Can pair with existing HC-05/HC-06 devices
5V TTL Logic – Directly interfaces with Arduino, STM32, ESP8266, and more
Default Baud Rate: 115200 bps 
LED Indicator – Shows connection status (blinking = unpaired, solid = connected)
Compact & Reliable – Small size, low power consumption

Description

Bluetooth SPP Serial Port Transparent Transmission Module TTL to Bluetooth

This UGE Bluetooth module functions similarly to the HC-06 module, providing SPP (Serial Port Profile) communication for wireless UART transmission. It allows microcontrollers (like Arduino, ESP32, STM32, etc.) to communicate with PCs, smartphones, or other Bluetooth devices using serial commands over Bluetooth.


 Specifications:

  • Bluetooth Version: Bluetooth 2.0 + EDR (SPP)
  • Communication Mode: Transparent Serial UART
  • Baud Rate (Default): 115200 bps
  • UART Interface: 5V TTL Logic (TX/RX)
  • Data Bits: 8
  • Stop Bit: 1
  • Parity: None
  • Range: Up to 10 meters (Class 2)
  • Operating Voltage: 5V
  • Current Consumption: ≤ 40mA
  • Connection Status Indicator: LED (blinks when not paired, stays solid when connected)
  • Operating Temperature: -25°C to +75°C
  • Wireless Communication Speed: Up to 1 Mbps
  • Compatible with: Android, Windows, Linux, macOS (SPP-compatible devices)

 Pinout:

Pin Function
VCC 5V Power Input
GND Ground
TX UART Transmit (5V logic)
RX UART Receive (5V logic)

 Applications:

Wireless Serial Communication between Arduino, ESP8266, ESP32, Raspberry Pi, STM32, etc.
Robotics & Remote Control Systems – Control devices via Bluetooth from a smartphone or PC
Wireless Debugging & Data Logging – Send/receive serial data without wires
Industrial Automation – Replace wired UART communication in embedded systems
Smart Home & IoT – Bluetooth-based device control


 Example Usage with Arduino

#include <SoftwareSerial.h>
SoftwareSerial BTSerial(2, 3); // RX, TX (Connect TX of Bluetooth module to D2, RX to D3)

void setup() {
Serial.begin(115200); // Serial monitor

BTSerial.begin(115200); // Bluetooth module baud rate
Serial.println("Bluetooth Module Ready!");
}
void loop()
{
if (BTSerial.available())
{
Serial.write(BTSerial.read()); // Read data from Bluetooth and print to Serial
}
if (Serial.available())
{
BTSerial.write(Serial.read()); // Send data to Bluetooth
}
}

 Conclusion

This self-made Bluetooth SPP serial module is a reliable, easy-to-use wireless UART solution, ideal for Arduino, ESP8266, STM32, Raspberry Pi, and other microcontrollers. If it works like an HC-06, it should support AT commands for configuration and 5V logic compatibility for seamless integration.

Additional information

Weight 0.01 kg

Brand

UGE Electronics

UGE Electronics
UGE Electronics

Reviews

There are no reviews yet.

Be the first to review “Bluetooth SPP Serial Port Transparent Transmission Module TTL to Bluetooth”
Bluetooth SPP Serial Port Transparent Transmission Module TTL to Bluetooth
Bluetooth SPP Serial Port Transparent Transmission Module TTL to Bluetooth EGP 180.000
In Stock