How to arm the drone ? #76
|
I am trying to make a drone . i followed the steps from the referal youtube video but i am facing problems . i am using esp32 wroom . these are my pins . //--- IMU --- (keep existing) //--- RCL --- Complete channel configuration // Channel assignments // Throttle ranges (your existing values) // Roll ranges (your existing values) // Pitch ranges (ADD THESE) // Yaw ranges (your existing values) // Arm switch ranges (ADD THESE) //--- Rest of config unchanged --- pin_out0 33 )""; ii uploaded the code . everything seems fine . but what are the after steps ? also i cant calibirate radio . gives me error . |
Replies: 1 comment
|
Thanks for your feedback. I've updated https://madflight.com/Getting-Started/ with a more detailed guide. Also the latest release has some fixes for SBUS, maybe now your receiver works. |
Thanks for your feedback. I've updated https://madflight.com/Getting-Started/ with a more detailed guide. Also the latest release has some fixes for SBUS, maybe now your receiver works.