Hi, experts,
We'd like to use a hall effect sensor in our application, to replace our mechanical switch in our old design. In order to reduce power consumption as much as possible, we plan to use a GPIO to power on the sensor, so that it could be powered off completely when this function is not needed (for example during nights).
Some basic parameters of the sensor is followed:
1. supply current when chip enable: 4mA max
2. supply current when chip disable: 12 uA
3. Awake time: 50us
4. Period: 50ms
I think it should be OK to connect two GPIO together as the power supply for the sensor, as a single GPIO could provide max 6mA. I am not sure if there are other things to consider.
For example, when GPIO is output high, it will source 4mA for 50us and then 12uA for about 50ms, and repeat the procedure. Is this OK for GPIO?
Thanks