esp-drone icon indicating copy to clipboard operation
esp-drone copied to clipboard

How to connect my ESP32-Drone aircraft to cfclient?

Open zhendehanzi opened this issue 2 years ago • 4 comments

How to connect my ESP32-Drone aircraft to cfclient?I successfully run the latest cfclient, but I would like to know how do I connect to my aircraft to achieve PID parameter adjustment, via USB? Or is it UDP communication? I can't seem to find complete instructions on how to use it, and have been confused.

image

zhendehanzi avatar Mar 22 '22 14:03 zhendehanzi

@zhendehanzi We have a modified version cfclient, please try this: https://docs.espressif.com/projects/espressif-esp-drone/zh_CN/latest/gettingstarted.html#pc-cfclient

leeebo avatar Mar 24 '22 01:03 leeebo

@zhendehanzi我们有修改版cfclient,请试试这个:https ://docs.espressif.com/projects/espressif-esp-drone/zh_CN/latest/gettingstarted.html#pc-cfclient

是都有编译好直接在win10运行的exe

Spring641 avatar Apr 07 '22 07:04 Spring641

@Spring641 这是一段开源的 Python 程序,我们不会以 exe 的形式发布

leeebo avatar Apr 07 '22 07:04 leeebo

@Spring641 这是一段开源的 Python 程序,我们不会以 exe 的形式发布

目前按流程来编译运行在win10上 只出现闪屏就没了

Spring641 avatar Apr 07 '22 08:04 Spring641

在解决了pyqt5的QtGui升级QtWidgets问题、并安装了SDL2-2.26.5-win32-x64之后,QActionGroup去掉了exclusive=True,我成功运行起了for espdrone的配套的cflib和cfclient。但是我不知道如何去连接udp://192.168.43.42.如果我用笔记本的wifi去连接飞机的wifi,scan不到,如果我用自己的局域网192.168.5.*,我不理解udp如何能把信号传递过来。求指点。

bakecool avatar Apr 20 '23 16:04 bakecool