Items with no label
3341 Discussões

D435 with Arduino Uno

NeuroGalaxy
Principiante
1.465 Visualizações

Does the D435 camera support with Arduino uno?

0 Kudos
1 Solução
MartyG
Colaborador honorário III
870 Visualizações

A D435 should be able to be connected directly to an Arduino Due, as it has an ARM processor (the 400 Series cameras work with any Intel or ARM processor) and has a USB OTG port to attach the camera to.

 

https://store.arduino.cc/due

 

I cannot see any way that the D435 could function directly with the Arduino Uno though unfortunately, as its ATMega processor does not seem to be based on the ARM architecture. There have been examples in the past though where RealSense has been able to communicate indirectly with an Arduino board.

 

This was done by connecting the camera to a full PC, and setting up a serial connection between the PC and the Arduino board. The serial connection could only handle simple raw data though rather than anything very complex like a full computer with a USB cable connection could handle.

Ver solução na publicação original

1 Responder
MartyG
Colaborador honorário III
871 Visualizações

A D435 should be able to be connected directly to an Arduino Due, as it has an ARM processor (the 400 Series cameras work with any Intel or ARM processor) and has a USB OTG port to attach the camera to.

 

https://store.arduino.cc/due

 

I cannot see any way that the D435 could function directly with the Arduino Uno though unfortunately, as its ATMega processor does not seem to be based on the ARM architecture. There have been examples in the past though where RealSense has been able to communicate indirectly with an Arduino board.

 

This was done by connecting the camera to a full PC, and setting up a serial connection between the PC and the Arduino board. The serial connection could only handle simple raw data though rather than anything very complex like a full computer with a USB cable connection could handle.

Responder