Hello,
i have a system that reads RPM via hall sensor connected to digital pin which trigges a pin interrupt and counts the time frame.
my issue is that the hall sensor has a seperate GND from the arduino, and i do not want to connect them together as the hall sensor side is noisy and might hurt system peformance.
what would be the best way to trigger pin interrupts of a signal without combining grounds? maybe connect the hall sensor GND to analog input in the arduino and somehow trigger interrupts based on voltage difference between the hall signal and hall GND?
any advice would be appriciated.
thanks.