Crazyflie SDIO, UWB Beacon and wifi. #696
Replies: 2 comments 1 reply
-
Hi, I can try to answer in order
|
Beta Was this translation helpful? Give feedback.
-
Those are very generic questions and will depend a lot of the exact platform you are using. I have never used the microcontroller you are using so I am not sure exactly how this things will be implemented. The SD-card is mostly handled by FatFS so you will have to port it to use sdio instead of spi. The eeprom is handled by eeprom.c/h and as I already pointed out we have some extenal position input. The simplest (X,Y,Z) kind is in the crtp_position_service. What you are trying to do is a pretty complex endeavor and you will need to fully understand the architecture of the Crazyflie firmware so I suggest you look at the whole architecture to understand what might cause problem porting it to a new MCU. You are very welcome if you have any more precise questions about architecture or implementations. I suggest you create one new thread per questions/topic though. |
Beta Was this translation helpful? Give feedback.
-
I hope this meets you well , I don't know if exactly this is the right place to ask about this, I have some questions I will like to ask or maybe they are in a kind of asking for support, we are designing an all in one drone taking our reference from the 18650 battery 3d printed crazyflie bolt drone, the questions goes.
Beta Was this translation helpful? Give feedback.
All reactions