Im attempting to sense when a 100ms Pulse occurs on a 24 volt line. The 24V line has a 24 ohm load resistor to create a 1amp load to match the operating conditions. Low side current sensing seems appropriate as the intent is to just sense the pulse has occurred with an Arduino, then take some action. Using a voltage divider works, but does not properly load the 24V load. It seems like a standard opamp like an LT1097 or CA3240 can be used in non-inverting config. A 30 mohm sense resistor below the 1amp load should sense 30 mV, then the feedback and input resistor can set the gain to bring up to 5Volts for the Arduino to read a high. Is this the right approach?
Attached is a quick schematic showing the approach. Any Guidance or advice is appreciated! Thanks!