-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't connect to esp-drone #3
Comments
You actually need to remove "connect" from the udpdriver https://github.com/leeebo/crazyflie-lib-python/blob/a430283a3b608db7c0b3227aa37d7120858c25ef/cflib/crtp/udpdriver.py#L60 I still have some problems as it does look like it disconnects from the drone after a couple of seconds. It does read all the data and then it suddenly stops sending data. It might be something related to my drone which I built from scratch and had to slightly modify the firmware not sure yet... |
I have same issue. cfclient is disconnected after a few seconds, w/ error of "WIFI_UDP: udp packet cksum unmatched" on esp-dorne log. Accouring to the author, he doesn't have this issue. |
Thanks for the reply. I have cloned the crazyflie-lib-python, edited accordingly and install it via "pip install -e .". Then I reinstalled crazyflie-client via "pip install -e ." but I think it reinstall the unpatched crazflie-lib from leeebo rep. Do I need to modify somehow the setup.py? I am not a top expert on python unfortunately (quite hate all this pip and venv philosophy). EDIT: I have edited setup.py commenting the dependance on the lib, so to use the previously edited installed one. So now the app connects and does something :) Still the drone spins motor but does not fly...will see what comes next |
Hey just update
I use the mobile app to control my drone. I also have problems with the drone being slightly heavy, ~74g. It does lift a little bit but does not fly... I'm planning to change the motors to bigger, the same as in DJI Tello. |
thanks for the support. |
I have noticed in your pic that IMU is not at the center of the drone body. have you accounted in firmware for this offset? |
ye, I will get a more suitable battery and see if things improve. // IMU alignment on the airframe |
Hi,
trying to use this cfclient fork to connect to esp-drone (I'm on mac m1). I click scan, then connect and got the errore below. Wifi is connected to the esp-drone one.
Any hints?
Thanks
The text was updated successfully, but these errors were encountered: