Skip to content
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

Communication CPX is broken #1085

Closed
knmcguire opened this issue Jul 20, 2022 · 2 comments
Closed

Communication CPX is broken #1085

knmcguire opened this issue Jul 20, 2022 · 2 comments
Labels

Comments

@knmcguire
Copy link
Member

It seems that now the firmware communication with CPX is broken, as reported here: https://github.com/orgs/bitcraze/discussions/151. If the latest master is flashed, the messages don't show anymore in the console

ESP32: I (910) SYS: Initialized
ESP32: I (910) DISCOVERY: Hostname is aideck-B0A2D8

This works with the latest release 2022.05

. It might be that #1081 has broken it or on the esp bitcraze/aideck-esp-firmware#16. I can not be sure.

@knmcguire
Copy link
Member Author

It might be because the ESP software and crazyflie software needs to be updated at the same time?

@knmcguire
Copy link
Member Author

Ah yes, that was the issue, the ESP needed to be updated too with:

git clone https://github.com/bitcraze/aideck-esp-firmware

docker run --rm -it -v $PWD:/module/ --device /dev/ttyUSB0 --privileged -P bitcraze/builder /bin/bash -c "openocd -f interface/ftdi/olimex-arm-usb-tiny-h.cfg -f board/esp-wroom-32.cfg -c 'adapter_khz 20000' -c 'program_esp build/bootloader/bootloader.bin 0x1000 verify' -c 'program_esp build/aideck_esp.bin 0x10000 verify reset exit'"

cfloader flash build/aideck_esp.bin deck-bcAI:esp-fw -w radio://0/80/2M

It is less than ideal that they are no longer backwards compatible but that is the way it is unfortunately... but perhaps until then we should leave this issue open so that others are aware of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant