I’m working on a custom Arduino Uno + CNC Shield V3.00 (red Protoneer-style clone) project (not running GRBL — custom code only).
The setup uses 4× DRV8825 drivers and 4× NEMA-17 steppers, powered by a 14.8 V Li-ion battery.
I’d like to monitor the battery voltage using a simple divider (10 kΩ / 3 kΩ) and analogRead(A0).
Can i use the abort pin for a0 battery read
If A0 is unsafe, are A4/A5 free for analog measurement on this board?
I only need to read the battery voltage through a resistor divider, nothing else.
I want to avoid cutting the board unless it’s really necessary.
This is part of a school project building a forklift
Looking at the schematic it appears A4 and A5 are free for your use. If you equated A0 as your measuring pin you can change that to A4 or A5 whatever you connect to.
I am assuming since you did not post a complete schematic A4 and A5 are open. They are also connected to the I2C pins on some boards. The default I2C pins for Arduino Uno are A4 (SDA) and A5 (SCL).