diff --git a/public/adv_analog.png b/public/adv_analog.png
new file mode 100644
index 0000000..b4140a3
Binary files /dev/null and b/public/adv_analog.png differ
diff --git a/public/adv_autotune.png b/public/adv_autotune.png
new file mode 100644
index 0000000..dd020e4
Binary files /dev/null and b/public/adv_autotune.png differ
diff --git a/public/adv_bluetooth.png b/public/adv_bluetooth.png
new file mode 100644
index 0000000..2981413
Binary files /dev/null and b/public/adv_bluetooth.png differ
diff --git a/public/adv_datalog.png b/public/adv_datalog.png
new file mode 100644
index 0000000..4f3827f
Binary files /dev/null and b/public/adv_datalog.png differ
diff --git a/public/adv_flexfuel.png b/public/adv_flexfuel.png
new file mode 100644
index 0000000..8f1fa10
Binary files /dev/null and b/public/adv_flexfuel.png differ
diff --git a/public/adv_lambda.png b/public/adv_lambda.png
new file mode 100644
index 0000000..3657b81
Binary files /dev/null and b/public/adv_lambda.png differ
diff --git a/public/adv_protection.png b/public/adv_protection.png
new file mode 100644
index 0000000..d2f1f11
Binary files /dev/null and b/public/adv_protection.png differ
diff --git a/public/adv_speed.png b/public/adv_speed.png
new file mode 100644
index 0000000..4fb3d24
Binary files /dev/null and b/public/adv_speed.png differ
diff --git a/public/adv_wideband.png b/public/adv_wideband.png
new file mode 100644
index 0000000..f19e38a
Binary files /dev/null and b/public/adv_wideband.png differ
diff --git a/public/hw_install_1.jpg b/public/hw_install_1.jpg
new file mode 100644
index 0000000..6c178ab
Binary files /dev/null and b/public/hw_install_1.jpg differ
diff --git a/public/hw_install_10.png b/public/hw_install_10.png
new file mode 100644
index 0000000..2038aa3
Binary files /dev/null and b/public/hw_install_10.png differ
diff --git a/public/hw_install_2.jpg b/public/hw_install_2.jpg
new file mode 100644
index 0000000..e79b5ee
Binary files /dev/null and b/public/hw_install_2.jpg differ
diff --git a/public/hw_install_3.jpg b/public/hw_install_3.jpg
new file mode 100644
index 0000000..38466e1
Binary files /dev/null and b/public/hw_install_3.jpg differ
diff --git a/public/hw_install_4.jpg b/public/hw_install_4.jpg
new file mode 100644
index 0000000..e088e0c
Binary files /dev/null and b/public/hw_install_4.jpg differ
diff --git a/public/hw_install_5.jpg b/public/hw_install_5.jpg
new file mode 100644
index 0000000..8aa7df4
Binary files /dev/null and b/public/hw_install_5.jpg differ
diff --git a/public/hw_install_6.jpg b/public/hw_install_6.jpg
new file mode 100644
index 0000000..70a4337
Binary files /dev/null and b/public/hw_install_6.jpg differ
diff --git a/public/hw_install_7.jpg b/public/hw_install_7.jpg
new file mode 100644
index 0000000..0cff5cb
Binary files /dev/null and b/public/hw_install_7.jpg differ
diff --git a/public/hw_install_8.jpg b/public/hw_install_8.jpg
new file mode 100644
index 0000000..701bcd4
Binary files /dev/null and b/public/hw_install_8.jpg differ
diff --git a/public/hw_install_9.jpg b/public/hw_install_9.jpg
new file mode 100644
index 0000000..06775d9
Binary files /dev/null and b/public/hw_install_9.jpg differ
diff --git a/public/kpro_daughterboard.png b/public/kpro_daughterboard.png
new file mode 100644
index 0000000..e73fe62
Binary files /dev/null and b/public/kpro_daughterboard.png differ
diff --git a/public/kpro_ecu_board.jpg b/public/kpro_ecu_board.jpg
new file mode 100644
index 0000000..9587e5c
Binary files /dev/null and b/public/kpro_ecu_board.jpg differ
diff --git a/public/kpro_manager.png b/public/kpro_manager.png
new file mode 100644
index 0000000..e0e5458
Binary files /dev/null and b/public/kpro_manager.png differ
diff --git a/public/tech_bluetooth.png b/public/tech_bluetooth.png
new file mode 100644
index 0000000..5a8bda2
Binary files /dev/null and b/public/tech_bluetooth.png differ
diff --git a/public/tech_install.png b/public/tech_install.png
new file mode 100644
index 0000000..b53ca23
Binary files /dev/null and b/public/tech_install.png differ
diff --git a/public/tech_leds.png b/public/tech_leds.png
new file mode 100644
index 0000000..0fc5656
Binary files /dev/null and b/public/tech_leds.png differ
diff --git a/src/app/KPro-HW-Install/page.tsx b/src/app/KPro-HW-Install/page.tsx
new file mode 100644
index 0000000..a2c794a
--- /dev/null
+++ b/src/app/KPro-HW-Install/page.tsx
@@ -0,0 +1,15 @@
+'use client';
+
+import Navbar from '@/components/Navbar';
+import Footer from '@/components/Footer';
+import KProHWInstall from '@/components/KProHWInstall';
+
+export default function KProHWInstallPage() {
+ return (
+
+
+
+
+
+ );
+}
diff --git a/src/components/KPro.tsx b/src/components/KPro.tsx
index a3ce9cf..373d98f 100644
--- a/src/components/KPro.tsx
+++ b/src/components/KPro.tsx
@@ -3,6 +3,7 @@
import { useRef } from 'react';
import { motion } from 'framer-motion';
import Image from 'next/image';
+import Link from 'next/link';
import {
Info,
BookOpen,
@@ -24,7 +25,10 @@ import {
CircleCheck,
Smartphone,
AlertTriangle,
- ShieldAlert
+ ShieldAlert,
+ Thermometer,
+ Lightbulb,
+ Radio
} from 'lucide-react';
import styles from './KPro.module.css';
@@ -40,19 +44,25 @@ export default function KPro() {
const coreFeatures = [
{ title: 'Live Engine Tuning', desc: 'Modify and calibrate fuel, ignition, and cam timing maps in real-time.', icon: },
{ title: 'Live Sensors Logging', desc: 'High-speed data streaming of all critical engine sensors for precision analysis.', icon: },
- { title: 'Boost Management', desc: 'Comprehensive boost tables and control with custom MAP sensor support.', icon: },
+ { title: 'Boost Features', desc: 'Boost tables, boost control, and custom MAP sensor support.', icon: },
{ title: 'Engine Protection', desc: 'Failsafe logic for lean AFR, overboost, and overheat conditions.', icon: },
{ title: 'Launch Control', desc: 'Programmable launch parameters with integrated anti-lag systems.', icon: },
- { title: 'Custom Outputs', desc: 'Programmable outputs for nitrous, methanol injection, and shift lights.', icon: },
+ { title: 'Nitrous & Methanol', desc: 'Support for Nitrous or Methanol injection systems.', icon: },
+ { title: 'MIL ShiftLight', desc: 'Configurable shift light via the Check Engine (MIL) light.', icon: },
+ { title: 'Programmable Outputs', desc: 'Customizable outputs for relays and accessories.', icon: },
+ { title: 'Full System Compatibility', desc: 'Fully compatible with all vehicle systems, ABS, Climate Control, etc.', icon: },
];
const advancedFeatures = [
- { title: 'Bluetooth Connect', desc: 'Wireless datalogging and mobile app integration (Rev.4 boards only).', image: 'https://images.unsplash.com/photo-1758411897998-999b2fe9d8e6?auto=format&fit=crop&q=80&w=1200' },
- { title: 'Onboard Datalog', desc: 'High-precision 100Hz onboard logging for standalone data capture.', image: 'https://images.unsplash.com/photo-1771920800290-53f22e5ac3f8?auto=format&fit=crop&q=80&w=1200' },
- { title: 'FlexFuel Support', desc: 'Ethanol sensor input for automatic fuel and ignition adjustments.', image: 'https://images.unsplash.com/photo-1549411210-613d9061df8d?auto=format&fit=crop&q=80&w=1200' },
- { title: 'Engine Safety', desc: 'Advanced engine protection logic for high-performance builds.', image: 'https://images.unsplash.com/photo-1486496146582-9ffcd0b2b2b7?auto=format&fit=crop&q=80&w=800' },
- { title: 'Analog Inputs', desc: 'Eight additional analog inputs for external wideband and sensors.', image: 'https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&q=80&w=800' },
- { title: 'Target Lambda', desc: 'Closed-loop target lambda tables for optimized fuel control.', image: 'https://images.unsplash.com/photo-1565105158896-8fce03d1024f?auto=format&fit=crop&q=80&w=1200' },
+ { title: 'Bluetooth', desc: 'Wireless tuning and datalogging.', image: '/adv_bluetooth.png' },
+ { title: 'Onboard Datalog (100Hz)', desc: 'High-precision onboard logging for standalone capture.', image: '/adv_datalog.png' },
+ { title: 'FlexFuel Support', desc: 'Ethanol sensor input for automatic fuel scaling.', image: '/adv_flexfuel.png' },
+ { title: '8 Analog Inputs', desc: 'Additional analog inputs for custom sensors.', image: '/adv_analog.png' },
+ { title: 'External Wideband', desc: 'Input for aftermarket wideband oxygen sensors.', image: '/adv_wideband.png' },
+ { title: 'Speed Sensor Output', desc: 'Alternate speed sensor input and Dashboard Speed Output (EG/EK/DC K Swap).', image: '/adv_speed.png' },
+ { title: 'Live Autotune', desc: 'Live Autotune Tables for rapid calibration.', image: '/adv_autotune.png' },
+ { title: 'Target Lambda', desc: 'Closed-loop target lambda tables.', image: '/adv_lambda.png' },
+ { title: 'Advanced Protection', desc: 'Advanced engine protection logic.', image: '/adv_protection.png' },
];
const ecuRevisions = [
@@ -72,18 +82,7 @@ export default function KPro() {
const replacementModels = [
{ name: '99-03 Honda S2000 AP1', years: '99-03' },
{ name: '02-05 Honda Civic D17 MT', years: '02-05' },
- { name: 'EG/EK/DC K-Swap', years: 'Various' },
- ];
-
- const downloads = [
- { name: 'KPro Manager Software', size: 'V4.5.6', type: 'Setup Executable' },
- { name: 'USB Driver Pack', size: '1.2 MB', type: 'Drivers' },
- ];
-
- const guides = [
- { name: 'Hardware Installation Guide', type: 'PDF Documentation' },
- { name: 'Bluetooth Setup Utility', type: 'Config Tool' },
- { name: 'Board LEDs Quick Reference', type: 'Pinout Guide' },
+ { name: 'Various EG/EK/DC K-Swapped Vehicles', years: 'Various' },
];
return (
@@ -107,7 +106,7 @@ export default function KPro() {
KPRO
- The Hondavert KPro daughterboard is the definitive performance upgrade for Honda K-Series ECUs.
+ Daughterboard for Honda K-Series ECU – Expand your ECU Capabilities.
Unlock live tuning, advanced engine protection, and professional motorsport features.
@@ -286,9 +286,9 @@ export default function KPro() {
))}
-
-
-
OEM ECUs in these vehicles are not directly compatible. Replacement with a supported ECU is required.
+
+
+
The OEM ECUs in these vehicles are not compatible with the KPro daughterboard. Installation is only possible by replacing the original ECU with one from the vehicles listed in the Factory Equipped section.
Do not attempt to solder the ECU yourself unless you are a qualified and experienced technician. For professional assistance, please contact us. By attempting to modify the ECU, you assume full responsibility for any damage caused to the vehicle.
+
+
+
+
+
+
+ {/* OVERVIEW SECTION */}
+
+
+
+
+
MODIFICATION CHECKLIST
+
Five components must be modified on the ECU PCB to properly install the daughterboard. Prepare your workstation and ensure you locate these exact points on the board.