شحن مجاني للأوردرات فوق
1000 ج
رمضان كريم
High-fidelity stereo audio receiver with Bluetooth 5.0 and 3.5mm audio output
The VHM-314 Bluetooth Audio Receiver is a compact, high-quality audio module that enables wireless audio streaming to any wired speaker system. Supporting the latest Bluetooth 5.0 standard, it delivers crystal-clear stereo sound with low latency and stable connectivity.

Stable connection up to 15m range
Supports SBC, AAC codecs
5V DC or 3.7V lithium battery
3.5mm stereo jack + line-out pins
<40ms audio delay
Drives headphones directly
| Bluetooth Version | 5.0 (Class 2) |
|---|---|
| Wireless Range | Up to 15m (open space) |
| Audio Codecs | SBC, AAC |
| Frequency Response | 20Hz-20kHz (±3dB) |
| Signal-to-Noise Ratio | ≥85dB |
| Total Harmonic Distortion | <0.1% (1kHz) |
| Output Power | 2×15mW (32Ω load) |
| Power Supply | 3.7-5V DC (5V recommended) |
| Operating Current | 15-25mA (standby <5mA) |
| Output Interface | 3.5mm stereo jack + solder pads |
| Dimensions | 40mm × 25mm × 5mm |
| Pin | Label | Description |
|---|---|---|
| 1 | VCC | Power input (3.7-5V) |
| 2 | GND | Ground |
| 3 | L-OUT | Left channel audio output |
| 4 | R-OUT | Right channel audio output |
| 5 | BT_STATUS | Bluetooth connection indicator |
| 6 | MODE | Operation mode selection |
// Arduino Bluetooth Status Monitor
const int btStatusPin = 2; // Connected to BT_STATUS
void setup() {
Serial.begin(9600);
pinMode(btStatusPin, INPUT);
}
void loop() {
int status = digitalRead(btStatusPin);
if(status == HIGH) {
Serial.println("Bluetooth connected");
} else {
Serial.println("Bluetooth disconnected");
}
delay(1000);
}
Wireless upgrade for old speakers
Bluetooth interface for car audio
Wireless audio for art installations
Battery-powered wireless speaker
No account yet?
Create an Account
Recent Comments