UCI-UAVForge / Avionics-16-17

1 stars 13 forks source link

Pixhawk/Arduino - Read/Write Discrete Data using SPI #92

Closed kylehl closed 7 years ago

kylehl commented 7 years ago

Prerequisite Issues: TBD Followup Issues: TBD Related Issues: #47 #48 #85

Summary

After attempting to connect Pixhawk to Arduino system using UART, we will attempt a secondary method by using SPI as our serial communication protocol.

Terminal Objectives

kylehl commented 7 years ago

Documentation @kellyho9021 http://ardupilot.org/dev/docs/apmcopter-code-overview.html http://ardupilot.org/dev/docs/apmcopter-programming-libraries.html

kellyho9021 commented 7 years ago

Need to buy female-female or female-male wires to connect between Pixhawk and arduino

kellyho9021 commented 7 years ago

http://www.gammon.com.au/spi Some information I found online about connecting 2 devices with SPI and example codes for references