The project is to create an auto stabilized LoRa controlled plane
Using:Arduino nano, sx1278,(mpu-9250 or mpu6050)
The main issue is to get both (antenna and gyro) interrupts all ok. Because it seems it's the only way to get gyro working. Antenna works great anyways.
But if both interrupts trigger at the same time?
What happens?
Gyro libs are a mess to get pitchmyaw,roll. Any suggested better gyro?
I do a ton of work on Arduino based RC airplanes and the IMU I use is the BNO055. This is a really cool module that makes determining the plane's orientation via Euler angles super easy. I'd suggest using this one.
i will sendyou a copy of my code (gyro remaining by now)
Power_Broker:
I do a ton of work on Arduino based RC airplanes and the IMU I use is the BNO055. This is a really cool module that makes determining the plane's orientation via Euler angles super easy. I'd suggest using this one.