Human movement detection with R3-PYRO1

Hi there.
I'm building a small robot with a turning tower, I want the tower to detect human motion and follow it. (the robot stands still, but the tower turns)

I found this sensor: R3-PYRO1 - Smart Programmable USB Hubs, Automation Sensors, Manufacturing Test Equipment
Would it be possible to connect this sensor to Arduino? And what should I consider?

Have anyone seen a similar project or something related, all help are appreciated

THANKS!

I did something similar with Lego Mindstorms for a soccer tournament.
It followed the ball around to block it.

You actually need two sensors and the best arrangement is the 'crosseyed' arrangement.
So they look like this: /
The top being the sensing bit.

That way you get stereoscopic vision and can easily tell what direction the person is moving.

I did something similar with Lego Mindstorms for a soccer tournament.
It followed the ball around to block it.

You actually need two sensors and the best arrangement is the 'crosseyed' arrangement.
So they look like this: /
The top being the sensing bit.

That way you get stereoscopic vision and can easily tell what direction the person is moving.

Thanks for the help :slight_smile: