Awesome man Making ur own radio controller I am just a 14 year old kid wish I make more like this when I get older and have a budget to buy such costly parts I have made a drone recently and attached an arduino for a voice controlled parachute drop but range is very less as it is Bluetooth
@HaseebAdnan09 ай бұрын
On the transmission side, use a NRF24 PA LNA, on the receiver side, just use NRF24 without the power amplifiers, you will have 1km of range line of sight(as opposed to 100m with bluetooth)
@MakeItFlyofficial9 ай бұрын
@@HaseebAdnan0 I used 2 hc12 Bluetooth modules later and it works upto some good range and I use it as to get telemetry in mission planner now
@HaseebAdnan09 ай бұрын
@@MakeItFlyofficial wait you can use mission planner with Arduino. For context, I have seen it being used on KZbin, but not actually used the software
@amarami55342 жыл бұрын
i connected it to pin A5 & pin A4 it don't work and on the transmitter tactile push button only controls up and down of the servos and the mpu6050 doesn't start what did i do wrong pls help
@amarami55342 жыл бұрын
where do i connect mpu6050 and arduino
@darshandongare43593 жыл бұрын
Can you please provide transmitter and receiver schematic?? Awesome😎 and keep it up 👍
@mayinjabob93803 жыл бұрын
Hi me too am doing some thing similar but after the servos moving to that position, they vibrate. Though am using Bluetooth connection
@epochal93743 жыл бұрын
very nice video, Can you share your transmitter and reciever schematic?
@epochal93743 жыл бұрын
I found one of the old transmitter diagram pls renew it :(
@akilawedamestrige78443 жыл бұрын
what kind joystick you used
@TechUpBuilds3 жыл бұрын
FrSky ones, got them second hand
@nitishchennoju54273 жыл бұрын
What type of control loop are you running? Been pursuing a similar project and am trying to incorporate my flight controller on an aerial platform. Also, would love to know how you were able to tune your system. (my empirical method of tuning PID controllers relies a lot on luck and would def like to change that in the future)
@TechUpBuilds3 жыл бұрын
All the code is in the discription, also I never needed to use PID as it works fine with out.
@nitishchennoju54273 жыл бұрын
@@TechUpBuilds Do you have flight footage? Cause I'd imagine the plane either oscillates a lot (especially when you pull up since your only using the accelerometer measurement). If it seems to work though, I'd be really curious to understand how.