RealSenseID icon indicating copy to clipboard operation
RealSenseID copied to clipboard

Is It Possible to use F455 Directly with an Arduino?

Open kektobiologist opened this issue 4 years ago • 2 comments

Hi I just purchased a F455 sensor. From the documentation it looks like compiling the RealSenseID library is necessary to establish any kind of communication with the device. I was wondering if there is some other way of communicating simple instructions (trigger for auth on a GPIO, and receiving response on another GPIO/UART pins) so that I can directly interface my F455 with an arduino microcontroller and use it that way, instead of attaching a relatively expensive SBC like raspberry pi or jetson nano to it?

Also is there any documentation for using the GPIO pins exposed through the AUX port? I couldn't find much reference to them beyond the F455/F450 datasheet pdf.

kektobiologist avatar Aug 28 '21 12:08 kektobiologist

You can't connect directly with arduino, you need a device what having OS for compiling library like raspberry/ jetson nano

Monica2511 avatar Aug 30 '21 08:08 Monica2511

I think, you can try to use F450 module with redesigned interposer. reference to "Figure 8-2. UART Interposer Reference Design" in the datasheet. download from https://www.intelrealsense.com/download/14251/

and than re-write this software.

RealSenseSupport avatar Sep 28 '21 04:09 RealSenseSupport