2025-11-10
4:32 AM
- last edited on
2025-11-10
8:55 AM
by
Lina_DABASINSKA
Hello everyone,
I am writing in regards to a question I have about the STEVAL-FCU001V2 board.
Is it compatible with a fully automated solution (simple trajectories and paths) ? And if so how would one implement these solutions ?
Thanks in advance,
A team of students.
2025-11-10 8:36 AM
It is up to you to program the application. The Eval kit is only a base for such a project.
Since this is really hard work to do it from scratch I suggest to have a look on existing projects like https://github.com/betaflight/betaflight
(Depending on where you live there might be more or less narrowing restrictions on flying objects.)
2025-11-10 10:27 AM
The STEVAL-FCU001V2 is a flexible evaluation board, so fully automated trajectories are possible, but you’ll need to implement the control algorithms yourself. A practical approach is to start with existing open-source projects like Betaflight for inspiration and adapt the code to your board and use case. Simulation tools can also help before running real hardware to avoid crashes.