You are here

VESC for rocketry project

3 posts / 0 new
Last post
Chalu
Offline
Last seen: 1 month 3 days ago
VESC Free
Joined: 2023-07-02 00:15
Posts: 2
VESC for rocketry project

Hi everyone !

We are an association that make and launch rocket every year (https://cles-facil.asso-insa-lyon.fr/).  For this year we choose to do a reacting wheel as experiment for our rocket.

I was personnaly in charge of the electronic parts and currently discovering vesc tool to save the experiment part.

We use that motor :

https://hobbyking.com/fr_fr/turnigy-trackstar-2100kv-1-8th-sensored-brus...

We ordered this vesc :

https://trampaboards.com/vesc-six-education--with-imu-p-34332.html

And we've these power supply :

https://hobbyking.com/en_us/graphene-1300mah-4s-75c.html

And I'm trying to tune the vesc to fit our motor with vesc tool and the setup motor FOC (settings : small inrunner, 97W Max power loss, 4 poles, 120mm wheel diameter, 4 cells and 1300mAh battery Li-Ion) but the detextion fails and I get the following error : "Motor Overtemperature fault, Motor overheaded, is current limit ok ?". I don't know why bc the motor is cold and I first ran this test with only 14,8V and 5A and still get the same error.

Any help will be welcome, we run out of time and I need my motor to spin ^^

Ty in advance

Julie

electricfox
electricfox's picture
Offline
Last seen: 13 hours 3 min ago
VESC Original
Joined: 2019-01-01 17:11
Posts: 101

Do the motor wizard without sensors being connected or set the correct temperature sensor type and values in Motor settings -> General -> Temperature -> Motor Temperature Sensor Type.

Chalu
Offline
Last seen: 1 month 3 days ago
VESC Free
Joined: 2023-07-02 00:15
Posts: 2

First thank you for your quick answer. We manage to run the Setup and understand the vesc tool more. Now we would like to connect our vesc with an Arduino Uno with UART link. What kind of datas can be send to the PID integrated in the vesc ? Acceleration ? Current ? And in which format ? It's really important for us to understand how the vesc controls the motor because we gonna then link it to a MCU (stm32 black pill : https://stm32-base.org/boards/STM32F103C8T6-Black-Pill.html) integrated in the rocket which need to act autonomous for few minutes.