Skip to content

My Cart

Vgate vLinker BM+ Arıza Tespit Cihazı / Bluetooth 4.0

No reviews yet
| SKU: OTO0435 | |

Aracınızın sağlığını Vgate vLinker BM+ ile kontrol altına alın! Bu kompakt ve güçlü OBD2 adaptörü, BMW ve MINI araçlarınız için özel tasarlanmış olup, aracınızın sistemlerine kolayca erişmenizi ve temel teşhis işlemlerini yapmanızı sağlar. Arıza kodlarını okuyun ve silin (DTC), canlı sensör verilerini izleyin ve aracınızın durumu hakkında detaylı bilgi edinin. BMW/MINI özel fonksiyonları ve stabil Bluetooth bağlantısı ile kullanımı kolaydır.

🔧
Gelişmiş TeşhisBMW/MINI özel fonksiyonlar

🚗
BMW/MINI UyumluGeniş model desteği

💻
Çoklu PlatformiOS & Android

📱
Kolay BağlantıBluetooth eşleşme
3.723,90 ₺ 3.971,90 ₺
In stock
This product has a 6% discount.
248,00 ₺ savings
Ask Us on WhatsApp Get quick response, price & stock info
Have a question about this product? Ask your question and we'll answer as soon as possible.
Customer Satisfaction You Come First
Secure Payment 3D Secure / SSL
Same Day Shipping Fast Delivery
24/7 Support Always Here for You






Vgate vLinker BM+ BimmerCode Uyumlu Bluetooth Cihazı | BMW Gizli Özellik Açma
















/* FORSCAN ASAMA 11 STYLES START - Scoped to #forscan-vlinker-content */ /* Global definitions moved outside the scope */ :root { --primary: #007bff; /* BMW Mavi tonu */ --primary-light: #cce5ff; --primary-dark: #0056b3; --primary-gradient: linear-gradient(135deg, #007bff, #0056b3); --secondary: #6c757d; /* Gri ton */ --secondary-light: #e9ecef; --secondary-gradient: linear-gradient(135deg, #6c757d, #495057); --accent: #17a2b8; /* Turkuaz tonu */ --accent-light: #d1ecf1; --accent-gradient: linear-gradient(135deg, #17a2b8, #117a8b); --text: #212529; /* Koyu gri metin */ --text-light: #6c757d; --bg: #ffffff; --bg-off: #f8f9fa; /* Açık gri arka plan */ --border: rgba(222, 226, 230, 0.8); /* Gri border */ --card-bg: rgba(255, 255, 255, 0.8); --glass-bg: rgba(255, 255, 255, 0.7); --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03); --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04); --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.03); --shadow-glow: 0 0 25px rgba(0, 123, 255, 0.2); /* Mavi glow */ --shadow-accent: 0 0 25px rgba(23, 162, 184, 0.2); /* Turkuaz glow */ --radius-sm: 0.5rem; --radius-md: 1rem; --radius-lg: 1.5rem; --radius-xl: 2rem; --radius-full: 9999px; --transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); } /* Scroll bar styling - Global */ ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-track { background: var(--bg-off); border-radius: var(--radius-full); } ::-webkit-scrollbar-thumb { background: var(--primary-light); border-radius: var(--radius-full); border: 2px solid var(--bg-off); } ::-webkit-scrollbar-thumb:hover { background: var(--primary); } /* Apply base styles to the container */ #bimmer-vlinker-content { /* ID güncellendi */ font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); line-height: 1.6; background-color: var(--bg); } /* Scope universal selector and box-sizing */ #bimmer-vlinker-content *, #bimmer-vlinker-content *::before, #bimmer-vlinker-content *::after { margin: 0; padding: 0; box-sizing: border-box; } /* Scoped Styles */ #bimmer-vlinker-content .container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; } #bimmer-vlinker-content .btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 32px; border-radius: var(--radius-full); font-weight: 700; font-size: 16px; text-decoration: none; cursor: pointer; transition: var(--transition); position: relative; overflow: hidden; box-shadow: var(--shadow-sm); letter-spacing: 0.5px; border: none; } #bimmer-vlinker-content .btn::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.1); transform: translateX(-100%) skewX(-30deg); transition: transform 0.6s; } #bimmer-vlinker-content .btn:hover::before { transform: translateX(100%) skewX(-30deg); } #bimmer-vlinker-content .btn-primary { background: var(--primary-gradient); color: white; } #bimmer-vlinker-content .btn-primary:hover { box-shadow: var(--shadow-glow); transform: translateY(-3px); } #bimmer-vlinker-content .btn-accent { background: var(--accent-gradient); /* Accent rengi kullanıldı */ color: white; } #bimmer-vlinker-content .btn-accent:hover { box-shadow: var(--shadow-accent); transform: translateY(-3px); } #bimmer-vlinker-content .btn-with-icon { gap: 10px; } #bimmer-vlinker-content .btn-with-icon svg { transition: var(--transition); } #bimmer-vlinker-content .btn-with-icon:hover svg { transform: translateX(4px); } /* Hero Section */ #bimmer-vlinker-content .hero { min-height: 100vh; display: flex; align-items: center; padding: 40px 0; position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f9fa 0%, #cce5ff 50%, #f8f9fa 100%); /* Renkler güncellendi */ margin-bottom: 60px; border-radius: var(--radius-lg); } /* Animated background for Hero */ #bimmer-vlinker-content .hero .animated-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; } #bimmer-vlinker-content .blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.4; } #bimmer-vlinker-content .blob-1 { width: 700px; height: 700px; background: #a3caff; /* Renk güncellendi */ top: -300px; right: -200px; animation: float-hero 8s ease-in-out infinite alternate; } #bimmer-vlinker-content .blob-2 { width: 600px; height: 600px; background: #86bfff; /* Renk güncellendi */ top: 40%; left: -300px; animation: float-hero 10s ease-in-out infinite alternate-reverse; } #bimmer-vlinker-content .blob-3 { width: 500px; height: 500px; background: #69b4ff; /* Renk güncellendi */ bottom: -200px; right: 20%; animation: float-hero 12s ease-in-out infinite alternate; } #bimmer-vlinker-content .grid-pattern { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 123, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 123, 255, 0.05) 1px, transparent 1px); /* Renk güncellendi */ background-size: 40px 40px; opacity: 0.5; } #bimmer-vlinker-content .hero-container { display: flex; align-items: center; gap: 60px; } #bimmer-vlinker-content .hero-content { flex: 1; max-width: 650px; text-align: center; z-index: 1; } #bimmer-vlinker-content .hero-pretitle { background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 16px; display: inline-block; animation: fadeInUp 0.8s ease; } #bimmer-vlinker-content .hero-title { font-size: 72px; font-weight: 900; line-height: 1.1; margin-bottom: 24px; letter-spacing: -1px; animation: fadeInUp 1s ease; color: var(--text); } #bimmer-vlinker-content .hero-title .highlight { background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; position: relative; display: inline-block; } #bimmer-vlinker-content .hero-title .highlight::after { content: ''; position: absolute; left: 0; bottom: 5px; width: 100%; height: 8px; background: var(--primary-gradient); border-radius: var(--radius-full); transform-origin: right; transform: scaleX(0); animation: slideIn 1.5s forwards ease-out; animation-delay: 0.5s; opacity: 0.3; } #bimmer-vlinker-content .hero-subtitle { font-size: 22px; font-weight: 500; margin-bottom: 40px; color: var(--text-light); animation: fadeInUp 1s ease; animation-delay: 0.2s; animation-fill-mode: both; } #bimmer-vlinker-content .hero-btns { display: flex; gap: 20px; flex-wrap: wrap; animation: fadeInUp 1s ease; animation-delay: 0.4s; animation-fill-mode: both; justify-content: center; } #bimmer-vlinker-content .hero-features { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 40px; animation: fadeInUp 1s ease; animation-delay: 0.6s; animation-fill-mode: both; justify-content: center; } #bimmer-vlinker-content .hero-feature { display: flex; align-items: center; gap: 10px; } #bimmer-vlinker-content .hero-feature-icon { width: 36px; height: 36px; background: var(--primary-light); display: flex; align-items: center; justify-content: center; border-radius: var(--radius-full); color: var(--primary); font-weight: 800; font-size: 16px; } #bimmer-vlinker-content .hero-feature-text { font-size: 15px; font-weight: 600; color: var(--text); } #bimmer-vlinker-content .hero-image { flex: 1; position: relative; animation: fadeIn 1.5s ease; display: flex; justify-content: center; z-index: 1; } #bimmer-vlinker-content .hero-image-inner { position: relative; max-width: 640px; /* vgate icar ile aynı */ width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; /* Köşeleri kırpmak için önemli */ transition: var(--transition); aspect-ratio: 1 / 1; /* vgate icar'dan eklendi */ background-color: #eee; /* vgate icar'dan eklendi */ } #bimmer-vlinker-content .hero-image iframe { /* iframe için kural eklendi */ width: 100%; height: 100%; border: none; display: block; } #bimmer-vlinker-content .hero-image img { /* img etiketi kullanıldı */ width: 100%; height: auto; /* Otomatik yükseklik */ display: block; transition: transform 0.6s ease; /* iframe yerine img kullanıldığı için iframe stili kaldırıldı */ } #bimmer-vlinker-content .view-360-label { position: absolute; top: 15px; /* Üstten boşluk */ right: 15px; /* Sağdan boşluk */ background-color: var(--primary); /* Mavi arka plan */ color: white; /* Beyaz yazı */ padding: 6px 12px; /* İç boşluk */ border-radius: var(--radius-sm); /* Köşe yuvarlaklığı */ font-size: 12px; /* Yazı boyutu */ font-weight: 600; /* Yazı kalınlığı */ z-index: 10; /* Diğer öğelerin üzerinde görünmesi için */ pointer-events: none; /* Etiketin tıklanmasını engelle */ display: inline-block; /* Görünür yap */ } #bimmer-vlinker-content .floating-elements { position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; z-index: 0; } #bimmer-vlinker-content .floating-element { position: absolute; opacity: 0.7; animation: floating 6s infinite alternate ease-in-out; } #bimmer-vlinker-content .floating-element:nth-child(1) { width: 80px; height: 80px; background: #e6f2ff; border: 2px solid #cce5ff; border-radius: var(--radius-sm); top: 20%; left: 10%; animation-duration: 8s; } #bimmer-vlinker-content .floating-element:nth-child(2) { width: 40px; height: 40px; border: 2px solid #69b4ff; border-radius: var(--radius-full); top: 30%; right: 15%; animation-duration: 10s; } #bimmer-vlinker-content .floating-element:nth-child(3) { width: 60px; height: 60px; background: #dbeafe; border-radius: var(--radius-md); bottom: 20%; left: 20%; animation-duration: 12s; } #bimmer-vlinker-content .floating-element:nth-child(4) { width: 30px; height: 30px; border: 2px solid #007bff; border-radius: var(--radius-full); bottom: 30%; right: 10%; animation-duration: 9s; } @keyframes float-hero { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(50px, 50px) scale(1.1); } } @keyframes slideIn { to { transform: scaleX(1); } } @keyframes floating { 0% { transform: translate(0, 0) rotate(0deg); } 100% { transform: translate(30px, 30px) rotate(15deg); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /* Product Specs Section */ #bimmer-vlinker-content .product-specs { padding: 140px 0; background: linear-gradient(125deg, #343a40 0%, #212529 100%); /* Renkler güncellendi */ color: #fff; overflow: hidden; position: relative; border-radius: var(--radius-lg); } #bimmer-vlinker-content .product-specs .animated-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; } #bimmer-vlinker-content .light-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.15; animation: float-specs 10s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); pointer-events: none; } #bimmer-vlinker-content .orb1 { width: 60vw; height: 60vw; background: linear-gradient(-45deg, #007bff, #3f9dff, #69b4ff); top: -20%; right: -20%; animation-delay: 0s; /* Renkler güncellendi */ } #bimmer-vlinker-content .orb2 { width: 40vw; height: 40vw; background: linear-gradient(45deg, #17a2b8, #4cc4d8, #7edceb); bottom: -15%; left: -15%; animation-delay: -3s; /* Renkler güncellendi */ } #bimmer-vlinker-content .orb3 { width: 30vw; height: 30vw; background: linear-gradient(45deg, #6f42c1, #8a63d1, #a484e1); top: 40%; left: 60%; animation-delay: -6s; /* Renkler güncellendi */ } @keyframes float-specs { 0% { transform: translateY(0) scale(1); } 50% { transform: translateY(-5%) scale(1.02); } 100% { transform: translateY(5%) scale(0.98); } } #bimmer-vlinker-content .specs-header { text-align: center; margin-bottom: 80px; animation: fadeInUp 1s ease-out forwards; } #bimmer-vlinker-content .header-badge { display: inline-block; background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.9); font-size: 14px; font-weight: 500; padding: 8px 14px; border-radius: 50px; margin-bottom: 20px; backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.05); transform: translateY(20px); animation: fadeInUp 1s ease-out forwards; animation-delay: 0.2s; } #bimmer-vlinker-content .specs-header h2 { font-size: 56px; font-weight: 800; margin-bottom: 24px; line-height: 1.1; letter-spacing: -0.5px; opacity: 0; transform: translateY(20px); animation: fadeInUp 1s ease-out forwards; animation-delay: 0.4s; color: #ffffff; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } #bimmer-vlinker-content .highlight-text { position: relative; color: #ffffff; background: linear-gradient(90deg, #69b4ff, #389bff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; display: inline-block; /* Renkler güncellendi */ } #bimmer-vlinker-content .highlight-text::after { content: ''; position: absolute; width: 100%; height: 8px; bottom: 4px; left: 0; background: linear-gradient(90deg, #69b4ff, #389bff); opacity: 0.3; border-radius: 50px; z-index: -1; /* Renkler güncellendi */ } #bimmer-vlinker-content .specs-header p { font-size: 18px; font-weight: 400; color: rgba(255, 255, 255, 0.7); max-width: 600px; margin: 0 auto; opacity: 0; transform: translateY(20px); animation: fadeInUp 1s ease-out forwards; animation-delay: 0.6s; } #bimmer-vlinker-content .specs-container { display: flex; gap: 80px; align-items: center; } #bimmer-vlinker-content .specs-image { flex: 1; position: relative; opacity: 0; transform: translateX(-20px); animation: fadeInLeft 1s ease-out forwards; animation-delay: 0.8s; } @keyframes fadeInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } } #bimmer-vlinker-content .product-display { position: relative; } #bimmer-vlinker-content .product-card { position: relative; background: #f8f9fa; border-radius: 12px; overflow: hidden; padding: 20px; display: flex; justify-content: center; align-items: center; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.1) inset; transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); transform-style: preserve-3d; perspective: 1000px; } #bimmer-vlinker-content .product-card:hover { transform: translateY(-10px); box-shadow: 0 35px 60px -15px rgba(0, 123, 255, 0.3), 0 0 0 1px rgba(0, 123, 255, 0.1) inset; /* Renk güncellendi */ } #bimmer-vlinker-content .product-main-image { position: relative; width: 100%; height: 400px; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0; background: white; } #bimmer-vlinker-content .product-main-image img { max-width: 85%; max-height: 85%; object-fit: contain; transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); transform-style: preserve-3d; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.1)); border-radius: var(--radius-md); } #bimmer-vlinker-content .product-card:hover .product-main-image img { transform: scale(1.08); } #bimmer-vlinker-content .product-glow { position: absolute; bottom: 20%; left: 50%; transform: translateX(-50%); width: 70%; height: 20px; background: radial-gradient(ellipse at center, rgba(0, 123, 255, 0.15) 0%, transparent 70%); border-radius: 50%; z-index: 1; filter: blur(15px); opacity: 0.7; transition: all 0.5s ease; /* Renk güncellendi */ } #bimmer-vlinker-content .product-card:hover .product-glow { width: 80%; filter: blur(20px); opacity: 0.9; } #bimmer-vlinker-content .product-shine { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0) 100%); z-index: 3; opacity: 0; transition: opacity 0.5s ease; pointer-events: none; } #bimmer-vlinker-content .product-card:hover .product-shine { opacity: 1; } #bimmer-vlinker-content .product-badge { position: absolute; background: #007bff; color: white; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 4px; z-index: 4; box-shadow: 0 4px 12px rgba(0, 123, 255, 0.25); transition: all 0.3s ease; /* Renk güncellendi */ } #bimmer-vlinker-content .product-badge.left { top: 15px; left: 15px; } #bimmer-vlinker-content .product-badge.right { bottom: 15px; right: 15px; } #bimmer-vlinker-content .product-card:hover .product-badge { transform: translateY(-3px); box-shadow: 0 8px 16px rgba(0, 123, 255, 0.3); /* Renk güncellendi */ } #bimmer-vlinker-content .product-gallery { display: flex; align-items: center; justify-content: center; margin-top: 25px; } #bimmer-vlinker-content .gallery-wrapper { display: flex; gap: 15px; max-width: 90%; overflow-x: auto; scroll-behavior: smooth; padding: 10px 5px; justify-content: center; scrollbar-width: none; } #bimmer-vlinker-content .gallery-wrapper::-webkit-scrollbar { display: none; } #bimmer-vlinker-content .gallery-item { width: 80px; height: 80px; border-radius: 6px; overflow: hidden; cursor: pointer; border: 2px solid #dee2e6; transition: all 0.3s ease; flex-shrink: 0; position: relative; background: white; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Renk güncellendi */ } #bimmer-vlinker-content .gallery-item.active { border-color: #007bff; transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 123, 255, 0.15); /* Renk güncellendi */ } #bimmer-vlinker-content .gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%); opacity: 0; transition: opacity 0.3s ease; } #bimmer-vlinker-content .gallery-item:hover::after { opacity: 1; } #bimmer-vlinker-content .gallery-item:hover:not(.active) { transform: translateY(-3px); border-color: #86bfff; /* Renk güncellendi */ } #bimmer-vlinker-content .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } #bimmer-vlinker-content .gallery-item:hover img { transform: scale(1.1); } #bimmer-vlinker-content .specs-content { flex: 1; opacity: 0; transform: translateX(20px); animation: fadeInRight 1s ease-out forwards; animation-delay: 1s; } @keyframes fadeInRight { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } } #bimmer-vlinker-content .specs-badge { display: inline-flex; align-items: center; background: linear-gradient(90deg, #007bff, #3f9dff); color: white; font-size: 14px; font-weight: 600; padding: 8px 16px; border-radius: 50px; margin-bottom: 20px; box-shadow: 0 8px 16px rgba(0, 123, 255, 0.3); position: relative; overflow: hidden; /* Renk güncellendi */ } #bimmer-vlinker-content .specs-badge::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%); transform: rotate(45deg); animation: shimmer 3s infinite; } @keyframes shimmer { 0% { left: -100%; } 100% { left: 100%; } } #bimmer-vlinker-content .specs-content h3 { font-size: 42px; font-weight: 800; margin-bottom: 24px; line-height: 1.1; color: #ffffff; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); } #bimmer-vlinker-content .specs-description { margin-bottom: 40px; color: rgba(255, 255, 255, 0.8); font-size: 17px; line-height: 1.8; max-width: 520px; } #bimmer-vlinker-content .specs-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 40px; margin-bottom: 40px; } #bimmer-vlinker-content .spec-detail { display: flex; gap: 12px; /* Boşluk azaltıldı */ align-items: flex-start; transition: all 0.3s ease; } #bimmer-vlinker-content .spec-detail:hover { transform: translateY(-5px); } #bimmer-vlinker-content .spec-icon { width: 56px; height: 56px; /* Orta boyut */ background: rgba(255, 255, 255, 0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #69b4ff; flex-shrink: 0; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); backdrop-filter: blur(5px); border: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Renk güncellendi */ } #bimmer-vlinker-content .spec-icon svg, .spec-icon i { width: 28px; height: 28px; /* Boyut tekrar ayarlandı */ font-size: 28px; /* Font Awesome için */ line-height: 1; /* Dikey ortalama için */ transition: all 0.4s ease; } #bimmer-vlinker-content .spec-detail:hover .spec-icon { background: linear-gradient(145deg, #007bff, #3f9dff); color: white; transform: translateY(-8px) rotate(8deg); box-shadow: 0 12px 20px -5px rgba(0, 123, 255, 0.5); /* Renk güncellendi */ } #bimmer-vlinker-content .spec-detail:hover .spec-icon svg, .spec-detail:hover .spec-icon i { transform: scale(1.1); } #bimmer-vlinker-content .spec-info h4 { font-size: 17px; font-weight: 700; margin-bottom: 6px; color: #fff; } #bimmer-vlinker-content .spec-info p { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.7); } #bimmer-vlinker-content .specs-divider { position: relative; height: 20px; margin: 30px 0; text-align: center; } #bimmer-vlinker-content .specs-divider::before { content: ''; position: absolute; width: 100%; height: 1px; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%); top: 50%; left: 0; transform: translateY(-50%); } #bimmer-vlinker-content .specs-divider span { background: #343a40; padding: 0 15px; position: relative; font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.7); /* Renk güncellendi */ } #bimmer-vlinker-content .specs-features { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; justify-content: center; } #bimmer-vlinker-content .feature-tag { font-size: 12px; font-weight: 600; padding: 8px 16px; border-radius: 6px; background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(5px); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: default; border: 1px solid rgba(255, 255, 255, 0.05); } #bimmer-vlinker-content .feature-tag:hover { background: rgba(0, 123, 255, 0.3); color: white; transform: translateY(-5px) scale(1.05); box-shadow: 0 10px 15px -3px rgba(0, 123, 255, 0.3); border: 1px solid rgba(0, 123, 255, 0.3); /* Renk güncellendi */ } /* How It Works Section */ #bimmer-vlinker-content .how-it-works { padding: 100px 0; background-color: var(--bg); position: relative; overflow: hidden; } #bimmer-vlinker-content .how-it-works-header { text-align: center; margin-bottom: 60px; } #bimmer-vlinker-content .how-it-works-header h2 { font-size: 42px; font-weight: 800; margin-bottom: 16px; color: var(--text); } #bimmer-vlinker-content .how-it-works-header .highlight { background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; } #bimmer-vlinker-content .how-it-works-header p { font-size: 18px; color: var(--text-light); max-width: 700px; margin: 0 auto; } #bimmer-vlinker-content .how-it-works-grid { display: grid; grid-template-columns: 40% 1fr; gap: 50px; margin-top: 70px; align-items: start; grid-auto-rows: min-content; } #bimmer-vlinker-content .how-it-works-column.left h3, #bimmer-vlinker-content .how-it-works-column.right h3 { font-size: 24px; font-weight: 700; color: var(--primary-dark); margin-bottom: 30px; text-align: center; position: relative; padding-bottom: 10px; } #bimmer-vlinker-content .how-it-works-column.left h3::after, #bimmer-vlinker-content .how-it-works-column.right h3::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: var(--primary-gradient); border-radius: var(--radius-full); } #bimmer-vlinker-content .how-it-works-column.left { display: flex; flex-direction: column; } #bimmer-vlinker-content .winding-steps-list { position: relative; padding: 20px 0; display: flex; flex-direction: column; } #bimmer-vlinker-content .winding-step-item { display: flex; position: relative; margin-bottom: 60px; align-items: center; } #bimmer-vlinker-content .winding-step-item:last-child { margin-bottom: 0; } #bimmer-vlinker-content .winding-step-item:nth-child(odd) { flex-direction: row; padding-left: 80px; } #bimmer-vlinker-content .winding-step-item:nth-child(even) { flex-direction: row-reverse; padding-right: 80px; text-align: right; } #bimmer-vlinker-content .winding-step-icon-wrapper { position: absolute; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; background: var(--primary-gradient); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; border: 4px solid var(--bg); box-shadow: var(--shadow-md); } #bimmer-vlinker-content .winding-step-item:nth-child(odd) .winding-step-icon-wrapper { left: 0; } #bimmer-vlinker-content .winding-step-item:nth-child(even) .winding-step-icon-wrapper { right: 0; } .winding-step-icon-wrapper i { font-size: 24px; color: #ffffff; } #bimmer-vlinker-content .winding-step-content { background-color: var(--bg); border-radius: var(--radius-lg); padding: 20px 25px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); flex-grow: 1; transition: var(--transition); } #bimmer-vlinker-content .winding-step-item:hover .winding-step-content { transform: scale(1.02); box-shadow: var(--shadow-lg), var(--shadow-glow); } #bimmer-vlinker-content .winding-step-content h4 { font-size: 18px; font-weight: 700; color: var(--primary-dark); margin-bottom: 8px; display: flex; align-items: center; } #bimmer-vlinker-content .winding-step-item:nth-child(even) .winding-step-content h4 { flex-direction: row-reverse; } #bimmer-vlinker-content .winding-step-number { display: inline-block; background-color: var(--primary-light); color: var(--primary-dark); border-radius: 50%; width: 28px; height: 28px; line-height: 28px; text-align: center; font-weight: 800; font-size: 14px; margin-right: 10px; flex-shrink: 0; } #bimmer-vlinker-content .winding-step-item:nth-child(even) .winding-step-number { margin-right: 0; margin-left: 10px; } #bimmer-vlinker-content .winding-step-content p { font-size: 14px; color: var(--text-light); line-height: 1.5; } #bimmer-vlinker-content .winding-step-content a { color: var(--primary-dark); text-decoration: none; font-weight: 600; border-bottom: 1px dashed var(--primary-light); transition: var(--transition); } #bimmer-vlinker-content .winding-step-content a:hover { color: var(--primary); border-bottom-color: var(--primary); } #bimmer-vlinker-content .how-it-works-column.right { display: flex; flex-direction: column; } #bimmer-vlinker-content .interactive-features-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } #bimmer-vlinker-content .feature-interactive-item { background-color: var(--bg); border-radius: var(--radius-lg); padding: 20px; text-align: center; border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: var(--transition); cursor: default; } #bimmer-vlinker-content .feature-interactive-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-md), var(--shadow-accent); border-color: var(--secondary-light); } #bimmer-vlinker-content .feature-icon-wrapper { font-size: 40px; color: var(--accent); margin-bottom: 15px; position: relative; height: 45px; display: inline-flex; align-items: center; justify-content: center; /* Accent rengi kullanıldı */ } .feature-icon-wrapper .fa-layers { display: block; } .feature-icon-wrapper .icon-before, .feature-icon-wrapper .icon-after { transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; } .feature-icon-wrapper .icon-after { opacity: 0; transform: scale(0.8); position: absolute; left: 0; right: 0; top: 0; margin: auto; } #bimmer-vlinker-content .feature-interactive-item:hover .icon-before { opacity: 0; transform: scale(0.8); } #bimmer-vlinker-content .feature-interactive-item:hover .icon-after { opacity: 1; transform: scale(1); } .feature-icon-wrapper.speed .icon-after { color: var(--primary); } .feature-icon-wrapper.drl .icon-after { color: orange; } #bimmer-vlinker-content .feature-interactive-text { font-size: 15px; font-weight: 500; color: var(--text-light); } #bimmer-vlinker-content .enhanced-notice { display: flex; align-items: flex-start; gap: 30px; background: linear-gradient(135deg, var(--primary-light), var(--accent-light)); border-radius: var(--radius-xl); padding: 40px; border: 1px solid rgba(255, 255, 255, 0.5); box-shadow: var(--shadow-lg), 0 0 40px rgba(0, 123, 255, 0.15); max-width: 900px; margin-left: auto; margin-right: auto; position: relative; overflow: hidden; margin-top: 80px; /* Renkler güncellendi */ } #bimmer-vlinker-content .enhanced-notice-icon { font-size: 40px; color: var(--primary); background-color: rgba(255, 255, 255, 0.5); padding: 20px; border-radius: 50%; flex-shrink: 0; box-shadow: var(--shadow-md); } .enhanced-notice-icon i {} #bimmer-vlinker-content .enhanced-notice-content h4 { font-size: 22px; font-weight: 700; color: var(--primary-dark); margin-bottom: 15px; } #bimmer-vlinker-content .enhanced-notice-content p { font-size: 15px; color: var(--text); line-height: 1.7; margin-bottom: 15px; } #bimmer-vlinker-content .enhanced-notice-content p:last-child { margin-bottom: 0; } #bimmer-vlinker-content .enhanced-notice-content strong { font-weight: 700; color: var(--primary-dark); } #bimmer-vlinker-content .enhanced-notice-content a { color: var(--primary-dark); font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--primary); transition: var(--transition); } #bimmer-vlinker-content .enhanced-notice-content a:hover { color: var(--primary); background-color: var(--primary-light); padding: 2px 4px; border-radius: var(--radius-sm); border-bottom: none; } /* FAQ Section - Card Layout (Merged) */ #bimmer-vlinker-content .faq { padding: 80px 0; background-color: var(--bg-off); position: relative; overflow: hidden; } #bimmer-vlinker-content .faq-header { text-align: center; margin-bottom: 60px; } #bimmer-vlinker-content .faq-header h2 { font-size: 42px; font-weight: 800; margin-bottom: 16px; color: var(--text); } #bimmer-vlinker-content .faq-header .highlight { background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; } #bimmer-vlinker-content .faq-header p { font-size: 18px; color: var(--text-light); max-width: 700px; margin: 0 auto; } #bimmer-vlinker-content .faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 1100px; margin: 0 auto; } #bimmer-vlinker-content .faq-card { background-color: var(--bg); border-radius: var(--radius-lg); border: 1px solid var(--border); box-shadow: var(--shadow-md); padding: 30px; transition: var(--transition); display: flex; flex-direction: column; height: 100%; } #bimmer-vlinker-content .faq-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--primary-light); } #bimmer-vlinker-content .faq-card-question { font-size: 18px; font-weight: 700; color: var(--primary-dark); margin-bottom: 15px; display: flex; align-items: flex-start; gap: 12px; } #bimmer-vlinker-content .faq-card-icon { font-size: 20px; color: var(--primary); margin-top: 2px; flex-shrink: 0; } #bimmer-vlinker-content .faq-card-answer { font-size: 15px; color: var(--text-light); line-height: 1.7; flex-grow: 1; } #bimmer-vlinker-content .faq-card-answer a { color: var(--primary-dark); font-weight: 600; text-decoration: none; border-bottom: 1px dashed var(--primary-light); transition: var(--transition); } #bimmer-vlinker-content .faq-card-answer a:hover { color: var(--primary); border-bottom-color: var(--primary); } /* Responsive Styles */ @media (max-width: 1200px) { #bimmer-vlinker-content .hero-title { font-size: 60px; } #bimmer-vlinker-content .specs-container { gap: 50px; } #bimmer-vlinker-content .specs-header h2 { font-size: 48px; } #bimmer-vlinker-content .specs-content h3 { font-size: 36px; } #bimmer-vlinker-content .product-main-image { height: 350px; } #bimmer-vlinker-content .hero-image img { height: auto; } } @media (max-width: 992px) { #bimmer-vlinker-content .hero-container { flex-direction: column-reverse; gap: 40px; text-align: center; } #bimmer-vlinker-content .hero-content { max-width: 100%; } #bimmer-vlinker-content .hero-btns { justify-content: center; } #bimmer-vlinker-content .hero-features { justify-content: center; } #bimmer-vlinker-content .hero-title { font-size: 50px; } #bimmer-vlinker-content .hero-image-inner { max-width: 400px; } #bimmer-vlinker-content .product-specs { padding: 100px 0; } #bimmer-vlinker-content .specs-container { flex-direction: column; gap: 60px; } #bimmer-vlinker-content .specs-image, #bimmer-vlinker-content .specs-content { width: 100%; max-width: 600px; margin: 0 auto; } #bimmer-vlinker-content .product-card { padding: 15px; } #bimmer-vlinker-content .specs-header h2 { font-size: 42px; } #bimmer-vlinker-content .gallery-item { width: 70px; height: 70px; } #bimmer-vlinker-content .product-main-image { height: 320px; } #bimmer-vlinker-content .specs-features { justify-content: center; } #bimmer-vlinker-content .how-it-works-header h2 { font-size: 36px; } #bimmer-vlinker-content .how-it-works-grid { grid-template-columns: 1fr; gap: 40px; } #bimmer-vlinker-content .how-it-works-column.right { margin-top: 20px; } #bimmer-vlinker-content .winding-step-item:nth-child(odd), #bimmer-vlinker-content .winding-step-item:nth-child(even) { flex-direction: row; padding-left: 80px; padding-right: 0; text-align: left; } #bimmer-vlinker-content .winding-step-item:nth-child(odd) .winding-step-icon-wrapper, #bimmer-vlinker-content .winding-step-item:nth-child(even) .winding-step-icon-wrapper { left: 0; right: auto; } #bimmer-vlinker-content .winding-step-item:nth-child(even) .winding-step-content h4 { flex-direction: row; } #bimmer-vlinker-content .winding-step-item:nth-child(even) .winding-step-number { margin-right: 10px; margin-left: 0; } #bimmer-vlinker-content .faq-grid { grid-template-columns: 1fr; max-width: 700px; } } @media (max-width: 768px) { #bimmer-vlinker-content .hero { padding: 60px 0; } #bimmer-vlinker-content .hero-title { font-size: 36px; } #bimmer-vlinker-content .hero-subtitle { font-size: 18px; } #bimmer-vlinker-content .hero-pretitle { font-size: 16px; } #bimmer-vlinker-content .hero-features { gap: 20px; } #bimmer-vlinker-content .floating-elements { display: none; } #bimmer-vlinker-content .product-specs { padding: 80px 0; } #bimmer-vlinker-content .specs-header h2 { font-size: 36px; } #bimmer-vlinker-content .specs-content h3 { font-size: 32px; } #bimmer-vlinker-content .specs-detail-grid { grid-template-columns: 1fr; gap: 24px; } #bimmer-vlinker-content .gallery-item { width: 60px; height: 60px; } #bimmer-vlinker-content .product-badge { padding: 6px 10px; font-size: 11px; } #bimmer-vlinker-content .product-main-image { height: 280px; } #bimmer-vlinker-content .how-it-works { padding: 80px 0; } #bimmer-vlinker-content .how-it-works-header h2 { font-size: 32px; } #bimmer-vlinker-content .how-it-works-header p { font-size: 16px; } #bimmer-vlinker-content .how-it-works-grid { gap: 30px; margin-top: 50px; } #bimmer-vlinker-content .how-it-works-column.left h3, #bimmer-vlinker-content .how-it-works-column.right h3 { font-size: 22px; } #bimmer-vlinker-content .interactive-features-list { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 15px; } #bimmer-vlinker-content .feature-interactive-item { padding: 15px; } #bimmer-vlinker-content .feature-icon-wrapper { font-size: 32px; height: 40px; margin-bottom: 10px; } #bimmer-vlinker-content .feature-interactive-text { font-size: 13px; } #bimmer-vlinker-content .winding-step-item { margin-bottom: 40px; padding-left: 70px; } #bimmer-vlinker-content .winding-step-icon-wrapper { width: 50px; height: 50px; } .winding-step-icon-wrapper i { font-size: 20px; } #bimmer-vlinker-content .winding-step-content { padding: 15px 20px; } #bimmer-vlinker-content .winding-step-content h4 { font-size: 16px; } #bimmer-vlinker-content .winding-step-number { width: 24px; height: 24px; line-height: 24px; font-size: 12px; } #bimmer-vlinker-content .winding-step-content p { font-size: 13px; } #bimmer-vlinker-content .enhanced-notice { flex-direction: column; align-items: center; text-align: center; gap: 25px; padding: 30px; margin-top: 60px; } #bimmer-vlinker-content .enhanced-notice-icon { font-size: 32px; padding: 15px; } #bimmer-vlinker-content .enhanced-notice-content h4 { font-size: 20px; } #bimmer-vlinker-content .enhanced-notice-content p { font-size: 14px; } #bimmer-vlinker-content .important-notice { padding: 20px; margin-top: 60px; } #bimmer-vlinker-content .important-notice h4 { font-size: 18px; } #bimmer-vlinker-content .important-notice p { font-size: 14px; } .important-notice::before { font-size: 60px; top: -15px; left: -10px; } #bimmer-vlinker-content .faq { padding: 60px 0; } #bimmer-vlinker-content .faq-header h2 { font-size: 32px; } #bimmer-vlinker-content .faq-header p { font-size: 16px; } #bimmer-vlinker-content .faq-card { padding: 25px; } #bimmer-vlinker-content .faq-card-question { font-size: 17px; gap: 10px; } #bimmer-vlinker-content .faq-card-icon { font-size: 18px; } #bimmer-vlinker-content .faq-card-answer { font-size: 14px; } } @media (max-width: 576px) { #bimmer-vlinker-content .container { padding: 0 15px; } #bimmer-vlinker-content .hero-btns { flex-direction: column; width: 100%; } #bimmer-vlinker-content .btn { width: 100%; } #bimmer-vlinker-content .hero-feature { width: 100%; justify-content: center; } #bimmer-vlinker-content .hero-image img { height: auto; } #bimmer-vlinker-content .specs-header h2 { font-size: 32px; } #bimmer-vlinker-content .specs-header p { font-size: 16px; } #bimmer-vlinker-content .specs-content h3 { font-size: 28px; } #bimmer-vlinker-content .product-card { padding: 10px; } #bimmer-vlinker-content .spec-icon { width: 46px; height: 46px; } #bimmer-vlinker-content .spec-icon svg, #bimmer-vlinker-content .spec-icon i { width: 20px; height: 20px; } #bimmer-vlinker-content .gallery-item { width: 50px; height: 50px; border-radius: 4px; } #bimmer-vlinker-content .product-badge.left { top: 10px; left: 10px; } #bimmer-vlinker-content .product-badge.right { bottom: 10px; right: 10px; } #bimmer-vlinker-content .product-main-image { height: 240px; } #bimmer-vlinker-content .specs-detail-grid { gap: 20px; } #bimmer-vlinker-content .spec-info h4 { font-size: 16px; } #bimmer-vlinker-content .spec-info p { font-size: 13px; } #bimmer-vlinker-content .feature-tag { padding: 6px 12px; font-size: 11px; } #bimmer-vlinker-content .how-it-works-header h2 { font-size: 28px; } #bimmer-vlinker-content .how-it-works-header p { font-size: 15px; } #bimmer-vlinker-content .interactive-features-list { grid-template-columns: 1fr 1fr; gap: 10px; } #bimmer-vlinker-content .feature-interactive-item { padding: 12px; } #bimmer-vlinker-content .feature-icon-wrapper { font-size: 28px; height: 35px; } #bimmer-vlinker-content .feature-interactive-text { font-size: 12px; } #bimmer-vlinker-content .winding-step-item { padding-left: 60px; margin-bottom: 30px; } #bimmer-vlinker-content .winding-step-icon-wrapper { width: 45px; height: 45px; } .winding-step-icon-wrapper i { font-size: 18px; } #bimmer-vlinker-content .winding-step-content { padding: 12px 15px; } #bimmer-vlinker-content .winding-step-content h4 { font-size: 15px; } #bimmer-vlinker-content .winding-step-number { width: 22px; height: 22px; line-height: 22px; font-size: 11px; margin-right: 8px; } #bimmer-vlinker-content .winding-step-content p { font-size: 12px; } #bimmer-vlinker-content .enhanced-notice { padding: 25px; gap: 20px; margin-top: 40px; } #bimmer-vlinker-content .enhanced-notice-icon { font-size: 28px; padding: 12px; } #bimmer-vlinker-content .enhanced-notice-content h4 { font-size: 18px; } #bimmer-vlinker-content .enhanced-notice-content p { font-size: 13px; } #bimmer-vlinker-content .important-notice { padding: 15px; margin-top: 40px; } #bimmer-vlinker-content .important-notice h4 { font-size: 16px; } #bimmer-vlinker-content .important-notice p { font-size: 13px; } .important-notice::before { font-size: 50px; top: -10px; left: -5px; } #bimmer-vlinker-content .faq-header h2 { font-size: 28px; } #bimmer-vlinker-content .faq-card { padding: 20px; } #bimmer-vlinker-content .faq-card-question { font-size: 16px; } } /* FORSCAN ASAMA 11 STYLES END */




BimmerCode & BimmerLink İçin Önerilen

BMW'nizin Gizli Gücünü Açığa Çıkarın

Vgate vLinker BM+ ile BMW ve Mini'nizde kodlama yapın, gizli özellikleri aktifleştirin ve araç verilerini izleyin.




Özellikleri Keşfet


Hemen Satın Al

BimmerCode Önerisi

Hızlı Bluetooth 4.0

iOS & Android Uyumlu
360 Derece Görünüm

BimmerCode Teknolojisi

vLinker BM+: Teknik Özellikler

BMW ve Mini kodlama için özel olarak tasarlanmış Vgate vLinker BM+ Bluetooth adaptörü.



Vgate vLinker BM+ BimmerCode Uyumlu Bluetooth OBD2 Cihazı
Vgate vLinker BM+ Ön Görünüm
Vgate vLinker BM+ Yan Görünüm
Vgate vLinker BM+ OBD2 Bağlantı Ucu
Vgate vLinker BM+ Kutu
Vgate vLinker BM+ Kutu İçeriği
BIMMERCODE ÖNERİSİ

Vgate vLinker BM+

Vgate vLinker BM+, BMW ve Mini araçlarınız için özel olarak tasarlanmış, BimmerCode ve BimmerLink uygulamaları tarafından önerilen bir Bluetooth OBD2 adaptörüdür.

Hızlı ve stabil bağlantısı sayesinde aracınızda kolayca kodlama yapabilir, gizli özellikleri açabilir ve araç verilerini anlık olarak takip edebilirsiniz.

Kolay Kodlama

BimmerCode ile gizli özellik aktivasyonu

Canlı Veri & Teşhis

BimmerLink ile araç verilerini izleme

Stabil Bağlantı

Bluetooth 4.0 ile hızlı ve güvenilir bağlantı

Geniş Uyumluluk

BMW & Mini (F/G Serisi), iOS & Android

Anahtar Avantajlar
BIMMERCODE UYUMLU
BIMMERLINK UYUMLU
BLUETOOTH 4.0
BMW & MINI KODLAMA

vLinker BM+ ile Kodlama ve Teşhis

Vgate vLinker BM+ ve BimmerCode/BimmerLink ile aracınızı kişiselleştirin ve durumunu kontrol edin.


Kullanım Adımları (BimmerCode)



1 Uygulamayı İndirin

BimmerCode uygulamasını App Store veya Google Play'den indirin ve kurun.


2 Cihazı Bağlayın & Eşleştirin

vLinker BM+'ı aracın OBD2 portuna takın ve telefonunuzun Bluetooth ayarlarından eşleştirin.

3 BimmerCode ile Bağlanın

BimmerCode uygulamasını açın, Ayarlar'dan adaptör olarak vLinker'ı seçin ve "Bağlan" butonuna dokunun.


4 Kodlamayı Başlatın

İstediğiniz kontrol ünitesini seçin, ayarları değiştirin ve "Kodla" butonu ile işlemi tamamlayın.


Popüler BimmerCode Özellikleri




Start/Stop İptali

Hareket Halinde Video

Spor Göstergeler



Karşılama Işıkları



Kemer İkazı İptali



Ayna Katlama


Aktif Ses Tasarımı (ASD)

Ve Daha Fazlası...

Uygulama Gereksinimleri

Vgate vLinker BM+ cihazı, BimmerCode (kodlama için) ve/veya BimmerLink (tanılama ve canlı veri için) mobil uygulamaları ile kullanılmak üzere tasarlanmıştır. Bu uygulamalar ayrı olarak satın alınmalıdır.

Cihazın tam potansiyelinden yararlanmak için ilgili uygulamanın aracınızla uyumlu olduğundan emin olun. Uygulama mağazalarından veya geliştiricinin web sitesinden kontrol edebilirsiniz.


Merak Edilenler

Vgate vLinker BM+ ve BimmerCode/BimmerLink kullanımı hakkında sıkça sorulan sorular.



Vgate vLinker BM+ hangi araçlarla uyumludur?
Vgate vLinker BM+, BimmerCode ve BimmerLink uygulamalarının desteklediği tüm BMW ve Mini (F ve G serisi dahil) modelleriyle uyumludur. En güncel liste için BimmerCode web sitesini kontrol edebilirsiniz.


Hangi uygulamalarla kullanılır?
Bu cihaz öncelikli olarak iOS ve Android için BimmerCode ve BimmerLink uygulamalarıyla kullanılmak üzere tasarlanmıştır ve bu uygulamalar tarafından önerilmektedir. Diğer OBD2 uygulamalarıyla da sınırlı uyumluluğu olabilir.

Kodlama yapmak zor mu? Teknik bilgi gerekir mi?
BimmerCode uygulaması ile temel kodlamalar oldukça kolaydır. Uygulama, anlaşılır seçenekler sunar. Ancak 'Expert Mode' gibi ileri seviye ayarlar için dikkatli olmak ve ne yaptığınızı bilmek önemlidir.

Kodlama işlemi aracıma zarar verir mi?
BimmerCode gibi güvenilir uygulamalar ve vLinker BM+ gibi stabil bir cihazla yapıldığında genellikle güvenlidir. Uygulama, işlem öncesi otomatik yedekleme yapar. Yine de dikkatli olunmalı ve bilinmeyen ayarlar değiştirilmemelidir. Sorumluluk kullanıcıya aittir.

vLinker BM+ ile hangi popüler özellikleri açabilirim?
Modele göre değişmekle birlikte; Start-Stop hafızası/iptali, video oynatma aktivasyonu, spor göstergeler, karşılama ışıkları, kemer ikazı iptali, ayna katlama gibi birçok özellik BimmerCode ile açılabilir.

Kurulum ve bağlantı nasıl yapılır?
Cihazı aracınızın OBD2 portuna takın, telefonunuzun Bluetooth ayarlarından vLinker BM+'ı bulun ve eşleştirin. Ardından BimmerCode veya BimmerLink uygulamasını açıp adaptör ayarlarından vLinker'ı seçerek bağlanın.



Axess 12 Installment
Single Payment 3.723,90 ₺ 3.723,90 ₺
2 Installment 1.955,79 ₺ 3.911,58 ₺
3 Installment 1.330,55 ₺ 3.991,65 ₺
4 Installment 1.018,58 ₺ 4.074,32 ₺
5 Installment 831,92 ₺ 4.159,60 ₺
6 Installment 708,04 ₺ 4.248,23 ₺
7 Installment 620,35 ₺ 4.342,44 ₺
8 Installment 554,54 ₺ 4.436,28 ₺
9 Installment 503,72 ₺ 4.533,48 ₺
10 Installment 463,55 ₺ 4.635,51 ₺
11 Installment 430,72 ₺ 4.737,92 ₺
12 Installment 403,67 ₺ 4.844,05 ₺
Bonus 12 Installment
Single Payment 3.723,90 ₺ 3.723,90 ₺
2 Installment 1.955,79 ₺ 3.911,58 ₺
3 Installment 1.330,30 ₺ 3.990,90 ₺
4 Installment 1.018,21 ₺ 4.072,83 ₺
5 Installment 831,32 ₺ 4.156,62 ₺
6 Installment 707,42 ₺ 4.244,50 ₺
7 Installment 619,50 ₺ 4.336,48 ₺
8 Installment 553,70 ₺ 4.429,58 ₺
9 Installment 502,73 ₺ 4.524,54 ₺
10 Installment 462,51 ₺ 4.625,08 ₺
11 Installment 429,60 ₺ 4.725,63 ₺
12 Installment 402,46 ₺ 4.829,53 ₺
Paraf 12 Installment
Single Payment 3.723,90 ₺ 3.723,90 ₺
2 Installment 1.941,46 ₺ 3.882,91 ₺
3 Installment 1.318,51 ₺ 3.955,53 ₺
4 Installment 1.007,22 ₺ 4.028,89 ₺
5 Installment 820,67 ₺ 4.103,37 ₺
6 Installment 696,37 ₺ 4.178,22 ₺
7 Installment 607,95 ₺ 4.255,67 ₺
8 Installment 541,55 ₺ 4.332,39 ₺
9 Installment 489,82 ₺ 4.408,35 ₺
10 Installment 448,77 ₺ 4.487,67 ₺
11 Installment 414,94 ₺ 4.564,38 ₺
12 Installment 386,82 ₺ 4.641,84 ₺
World 12 Installment
Single Payment 3.723,90 ₺ 3.723,90 ₺
2 Installment 1.960,45 ₺ 3.920,89 ₺
3 Installment 1.352,77 ₺ 4.058,31 ₺
4 Installment 1.037,29 ₺ 4.149,17 ₺
5 Installment 848,16 ₺ 4.240,78 ₺
6 Installment 722,13 ₺ 4.332,76 ₺
7 Installment 632,48 ₺ 4.427,34 ₺
8 Installment 565,01 ₺ 4.520,07 ₺
9 Installment 512,49 ₺ 4.612,42 ₺
10 Installment 470,78 ₺ 4.707,75 ₺
11 Installment 436,34 ₺ 4.799,73 ₺
12 Installment 407,67 ₺ 4.892,09 ₺
Maximum 12 Installment
Single Payment 3.723,90 ₺ 3.723,90 ₺
2 Installment 1.955,79 ₺ 3.911,58 ₺
3 Installment 1.330,55 ₺ 3.991,65 ₺
4 Installment 1.018,58 ₺ 4.074,32 ₺
5 Installment 831,92 ₺ 4.159,60 ₺
6 Installment 708,04 ₺ 4.248,23 ₺
7 Installment 620,35 ₺ 4.342,44 ₺
8 Installment 554,54 ₺ 4.436,28 ₺
9 Installment 503,72 ₺ 4.533,48 ₺
10 Installment 463,55 ₺ 4.635,51 ₺
11 Installment 430,72 ₺ 4.737,92 ₺
12 Installment 403,67 ₺ 4.844,05 ₺
BankKart 12 Installment
Single Payment 3.723,90 ₺ 3.723,90 ₺
2 Installment 1.952,26 ₺ 3.904,51 ₺
3 Installment 1.327,82 ₺ 3.983,46 ₺
4 Installment 1.016,44 ₺ 4.065,75 ₺
5 Installment 829,98 ₺ 4.149,91 ₺
6 Installment 706,55 ₺ 4.239,29 ₺
7 Installment 618,49 ₺ 4.329,41 ₺
8 Installment 553,09 ₺ 4.424,74 ₺
9 Installment 501,94 ₺ 4.517,46 ₺
10 Installment 459,98 ₺ 4.599,76 ₺
11 Installment 428,05 ₺ 4.708,50 ₺
12 Installment 401,72 ₺ 4.820,59 ₺
CardFinans 12 Installment
Single Payment 3.723,90 ₺ 3.723,90 ₺
2 Installment 1.955,79 ₺ 3.911,58 ₺
3 Installment 1.330,55 ₺ 3.991,65 ₺
4 Installment 1.018,58 ₺ 4.074,32 ₺
5 Installment 831,92 ₺ 4.159,60 ₺
6 Installment 708,04 ₺ 4.248,23 ₺
7 Installment 620,35 ₺ 4.342,44 ₺
8 Installment 554,54 ₺ 4.436,28 ₺
9 Installment 503,72 ₺ 4.533,48 ₺
10 Installment 463,55 ₺ 4.635,51 ₺
11 Installment 430,72 ₺ 4.737,92 ₺
12 Installment 403,67 ₺ 4.844,05 ₺
Kuveyt Türk 12 Installment
Single Payment 3.723,90 ₺ 3.723,90 ₺
2 Installment 1.948,53 ₺ 3.897,06 ₺
3 Installment 1.323,35 ₺ 3.970,05 ₺
4 Installment 1.010,95 ₺ 4.043,78 ₺
5 Installment 823,73 ₺ 4.118,63 ₺
6 Installment 698,91 ₺ 4.193,48 ₺
7 Installment 610,13 ₺ 4.270,94 ₺
8 Installment 543,41 ₺ 4.347,28 ₺
9 Installment 491,51 ₺ 4.423,62 ₺
10 Installment 450,29 ₺ 4.502,94 ₺
11 Installment 416,37 ₺ 4.580,02 ₺
12 Installment 388,09 ₺ 4.657,11 ₺
Order before 4:00 PM, ships the same day!
Fastest
1-2 business days
Turkey's most established carrier. Wide branch network across all 81 provinces with real-time tracking.
200
Economic
2-3 business days
One of Turkey's largest cargo networks with 5,500+ branches. Affordable and fast delivery.
175
Popular
2-3 business days
Choose your preferred time slot for delivery. Tech-driven infrastructure with instant notifications.
125
Same Day Shipping Orders placed before 4 PM weekdays, 12 PM Saturdays
Free Over 30,000₺ No shipping fee on domestic orders
67+ Countries Via DHL, UPS, FedEx — 3-10 business days
Store Pickup Antalya Muratpasa Free
Our professional team carefully packages every product and ensures safe delivery to your door.

No questions have been asked about this product yet.

Be the first to ask a question!

Ask a Question

No reviews yet

Have you tried this product? Share your experience and help other customers make the right choice. Your review will be published after approval.

Your privacy is protected
Takes just a few seconds
Help the community

Write a Review

Your Rating
Max 3 photos, 5MB
SKU OTO0435
Barcode OTO0435
1/7
Cookie Notice

We use cookies to provide you with the best shopping experience. Cookies help us remember your preferences and improve our services. For details, see our Cookie Policy