Items with no label
3335 Discussions

Start serial port for Intel Realsense SR300

MMoha17
Novice
1,137 Views

Hi,

I have been trying to find a way to connect the SR300 to an arduino board without the Intel Edison. Basically I am trying this by opening up a serial port for the communication between the arduino and realsense. I do not know how I can start to open the serial port.

This method works between 2 arduinos. But I dont know how I can open up a serial port for the realsense to detect the arduino controls.

Thank you

0 Kudos
1 Solution
MartyG
Honored Contributor III
236 Views

The serial port connection should be forced.

https://forum.arduino.cc/index.php?topic=391722.0 Intel Real Sense Camera + Arduino

View solution in original post

0 Kudos
3 Replies
MartyG
Honored Contributor III
237 Views

The serial port connection should be forced.

https://forum.arduino.cc/index.php?topic=391722.0 Intel Real Sense Camera + Arduino

0 Kudos
MMoha17
Novice
236 Views

Hi MartyG,

I managed to create a gamepad-like control method and used Box Colliders to trigger actions ( https://software.intel.com/en-us/forums/realsense/topic/587339 Unity TIp: Creating a RealSense-Powered Menu In Unity ) just like your example. I was able to simulate keyboard arrows and trigger movement of the player based on the collider.

May I know if it is possible to control a bluetooth robot, which uses arduino, based on the controls triggered in Unity?

Thank you

0 Kudos
MartyG
Honored Contributor III
236 Views

If you search YouTube for 'unity robot bluetooth arduino' then you can find some videos that demonstrate controlling an Arduino robot through Bluetooth via a Unity app. I do not know how you would actually build that though.

Since you can use RealSense to input values into Unity joypad control axes, I would speculate that you could indeed use RealSense with a Unity app to control an Arduino robot by Bluetooth.

This video has an Arduino to Unity tutorial.

https://www.youtube.com/watch?v=of_oLAvWfSI Basic Arduino to Unity tutorial - YouTube

0 Kudos
Reply