Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Connect RealSense F200 with Arduino

Herve_N_
Beginner
1,306 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
1,306 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
1,306 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
1,306 Views

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

David

0 Kudos
Herve_N_
Beginner
1,306 Views

Alright thanks

0 Kudos
Reply