cancel
Showing results for 
Search instead for 
Did you mean: 

STEVAL-FCU001V2 and automation

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.

2 REPLIES 2
mfgkw
Senior II

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.)

Bermingham
Associate

Hi @INSA_HDF_StudentProject,

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.