About Non Invasive current sensor connection to grovepi

Hi,

I have a non invasive current sensor and it’s a analog sensor. I want to use it with grove pi board.
There are analog ports for grove pi so is it possible to connect to one of the analog port and write a code to get the readings.

Thanking you,
Amol

Hi Amol,

It’s definitely possible. The GrovePi has a 10-bit A/D system, and it runs on 5V. So you’ll need to be sure that your ouput is between 0 and 5V.

After that, you can take one of our github examples for reading analog sensors and simply use it. Should work!

We’d love to see your project when you’re done!