STEVAL-FCU001V1
« on: February 15, 2018, 12:22:11 pm »
Hi everybody!

I saw this new flight controller:
http://www.st.com/content/st_com/en/products/evaluation-tools/solution-evaluation-tools/sensor-solution-eval-boards/steval-fcu001v1.html

and at this time I see this firmware: https://github.com/STMicroelectronics-CentralLabs/ST_Drone_FCU_F401
Do you think it is possible to use it with librepilot?

Greetings
Fabrizio

Re: STEVAL-FCU001V1
« Reply #1 on: February 15, 2018, 05:22:11 pm »
There is an "evaluation board", but I don't think that there are any actual controllers yet.  First glance at the eval board it looks like for tiny brushed motors.

LibrePilot doesn't make hardware so first someone would need to make a board for more than tiny brushed motors, and then someone (a new or old developer) would need to write code for it, including sensors, GCS, diagrams, etc.  When we did this for Sparky2 it was several people working for several months.

So yes, it's possible, but not likely in the near future.

Re: STEVAL-FCU001V1
« Reply #2 on: February 15, 2018, 11:15:49 pm »
Ok thanks.
I love this kind of micro-quadrotors... In past I used the CC3D brushed with a HC-06 bluetooth module for the telemetry but now it seems that the CC3D brushed is not produced anymore. Are there any alternatives to use Librepilots?


Re: STEVAL-FCU001V1
« Reply #3 on: February 15, 2018, 11:20:19 pm »
If u register for account it gives option to buy one$30 and some change

Re: STEVAL-FCU001V1
« Reply #4 on: February 16, 2018, 01:29:54 am »
There is a small board mod and some setup that some people here do to talk to brushed motors.  You could search forum or wiki for "brushed".

Re: STEVAL-FCU001V1
« Reply #5 on: February 16, 2018, 11:06:23 am »
Thanks to this forum I use this setup:
-CC3D brushed
-HC-06 Bluetooth telemetry
-Racerstar 8520 8.5x20mm motors
-65mm Blade Propellers
-Home-made 3d frame

https://www.youtube.com/watch?v=Bg2T2z9L71w&feature=youtu.be

I saw that the STEVAL-FCU001V1 has the STM32F401 processor which is supported by other boards in this project so... I will buy one of this board and I start to play :D
« Last Edit: February 16, 2018, 11:22:05 am by fboriero »

f5soh

  • *****
  • 4572
    • LibrePilot
Re: STEVAL-FCU001V1
« Reply #6 on: February 16, 2018, 02:02:09 pm »
You will need to add a specific target for this board and also add all the sensors drivers not already used in Librepilot :)

Re: STEVAL-FCU001V1
« Reply #7 on: February 17, 2018, 07:50:11 pm »
Ok! It does not seems so easy... :P

Thanks