Below is a summary of the schematic changes to be applied. These updates will create a design featuring two independent voltage divider networks, an ACS712 current sensor, an RPM Hall sensor, dual OLED displays on the I2C bus, and proper protection elements—with an Arduino Nano as the main microcontroller.
Add:Arduino Nano as the primary microcontroller, designated U3.
Voltage Measurement via Voltage Dividers
Battery Voltage Divider:
Add: Two resistor components (R5 and R6) to scale 0–15V down to an Arduino-compatible level (e.g., 0–5V), with the divider junction tied to an analog input on Arduino Nano (U3).
Alternator Voltage Divider:
Add: A second resistor pair (R7 and R8) to measure alternator output similarly, with the divider junction connected to another analog input on U3.
Current Measurement
Utilize Existing Part:20A Current Sensor (U2) will serve as the ACS712 sensor for current measurement. Its output is routed to an analog input on U3.
RPM Detection
Add: A Hall Sensor as U4 for RPM detection. Its digital output will be connected to a digital input on U3.
Dual OLED I2C Displays
Retain: The two OLED-Display-0.96 components (J1 and J2) are connected in parallel on the I2C bus (SDA and SCL from U3).
Protection Elements
Fuse: Continue using the existing Fuse (F1) on the power entry.
Protection Diode:
Add: A Schottky diode (designated as D2) on the incoming supply lines (before the voltage dividers) to prevent reverse-polarity damage.
Power and Decoupling
Grounding: Ensure all grounds (from the Arduino, sensors, dividers, and displays) are connected to the Ground component.
Decoupling Capacitors: Add decoupling capacitors near the power pins of Arduino Nano (U3), the current sensor (U2), and any additional sensor interfaces as required.
Layout Recommendations
Placement:
Group the voltage divider networks with their respective input connectors.
Place the ACS712 (U2) and Hall sensor (U4) near their power/measurement connections to minimize analog noise.
Centrally locate the Arduino Nano (U3) and the I2C bus wiring for short, low-capacitance runs to both OLED displays.
Routing:
Employ a solid ground plane.
Route analog signals (from divider outputs and U2) away from high-current paths.
Keep decoupling capacitors as close as possible to the device power inputs.
You can use the Apply changes button to update your project schematic with these component additions and wiring suggestions.