Software Archive
Read-only legacy content
17061 Discussions

Connect RealSense F200 with Arduino

Herve_N_
Beginner
778 Views

Hi everyone!

I've recently worked on a small personal project, connecting the F200 RealSense with a Windows Game I created with C#. The F200 communicate with the game by sending inputs using http.

So now I am trying to make the F200 to communicate with an Arduino Yun.

Anyone knows how to achieve that?

Thanks in advance!!!

0 Kudos
4 Replies
daflippers
Beginner
778 Views

How are you thinking of connecting the F200 to the Yun?  If you want to connect the F200 to the Yun via USB it won't work.  For a start the ATmega32U4 only supports USB2.0 never mind drivers etc..

David

0 Kudos
Herve_N_
Beginner
778 Views

I'll have a integer variable in the Arduino code, and when the F200 detects a face (face recognition) or a hand gesture, that variable in the Arduino code should increment.

0 Kudos
daflippers
Beginner
778 Views

Connect PC with F200 to Yun via network and send messages via sockets.

David

0 Kudos
Herve_N_
Beginner
778 Views

Alright thanks

0 Kudos
Reply