Hello!
I am trying to build an UAV using APM, Venus GPS,scp 1000 and Razor IMU from Sparkfun.
And I would like to connect scp1000 to APM trough IMU using SPI.
Spent two nights trying to figure things out - no results.
Please HELP!
my wiring:
scp1000 SPI on IMU ATmega328 pins software
Are you trying to connect this stuff directly to the ATMega pins or to a ATMega chip on an Arduino? The Arduino pin numbers and the ATMega pin numbers do not match.
It would help if you provided links to the hardware in question, not just the names.
I have an ArduPilotMega. And because it's 5V while IMU(withATmega328p onboard - arduino compatible) and pressure sensor are 3.3V I would like to connect the pressure sensor trough the IMU.
It will look like.
(scp1000)-SPI-(IMU)-(logic level converter)-rs232-(ArduPilotMega)