SOAR-UWU / UWU-Blobfish

General repo for Underwater Unit 2024
1 stars 0 forks source link

Arduino: interface between Arduino and Linux #2

Closed CyonixC closed 6 months ago

CyonixC commented 8 months ago

ROS2 does not have enough support for connecting the Arduino Nano to the ROS network, as the supported library requires more RAM than the Nano has.

Because of this, we need to find / create a library which allows us to send instructions to our Nano from Linux. This will be over Serial / USB connection.

CyonixC commented 8 months ago

Things to take note of:

CyonixC commented 8 months ago

Check if 2-way communication is available as well, as depth sensor is probably going to be connected to the Nano