Can you be more specific regarding the part you need help with?
Atmel chip in Arduino has 10 bit A/D inputs, which means digital values in range of 0-1023, so when you read 1023 that means 5V max input on the analog pin. If you go over 5V you may burn the input.
Please phrase your questions more specifically so we can better help you.
I wrote bunch of stuff for Arduino, including a version of BMS and EV Display, both of which monitor current from hall effect sensor.
Atmel chip in Arduino has 10 bit A/D inputs, which means digital values in range of 0-1023, so when you read 1023 that means 5V max input on the analog pin. If you go over 5V you may burn the input.
Please phrase your questions more specifically so we can better help you.
I wrote bunch of stuff for Arduino, including a version of BMS and EV Display, both of which monitor current from hall effect sensor.