Skip to content

How to send custom data between AI deck and crazyflie while using lighthouse deck? #519

Answered by evoggy
pladosz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Yes, when using the AI deck and Lighthouse deck together the UART1 will be the problem. But the UART1 is only a problem for the GAP8<>STM32 link, the UART2 which is used for ESP32<>STM32 can still be used. We've made an implementation of a protocol we've named CPX which is able to send data back and forth between the GAP8 and STM32 by going though the ESP32. This will add latency, but will make it possible to communicate. Here's the doc

  1. Yes, you can use CPX for sending data GAP8<>STM32 via the ESP32.
  2. There's no example covering exactly this, but here's a few links to look at:

wifi-img-streamer.c - Using CPX to send and receive data to/from the PC, but this could be redirected to the…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@pladosz
Comment options

@pladosz
Comment options

@evoggy
Comment options

@pladosz
Comment options

@noahzn
Comment options

Answer selected by pladosz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants