Nice progress again! Very cool that you were able to set the wheel rotation from cm, that's one of my favorite functions. Ideally all sims would have this functionality.
@josebatista89814 ай бұрын
Hi, amazing project man, congratulations!!! Real open source!
@josebatista89814 ай бұрын
Would you be so kind as to create a code to control the vesc through uart for the stm32f411, because this one does not have a can port. thanks my friend for this project is already amazing
@temyraverdana64212 жыл бұрын
Wow, an incredible work. Thanks for share all your effort to teaching us
@ChristianBrunschen2 жыл бұрын
Great progress, many thanks for the update!
@ultrainstinct11816 ай бұрын
Do u have a video of the odrive configuration or planned?.
@johnlawrencebernardo80592 жыл бұрын
Hope you could do a hoverboard motor version of the build
@shadowcloaksimulations1015 Жыл бұрын
Hi, I ordered a couple ffboards last week to experiment with, and I want to build a force feedback joystick. I’m struggling on which motors, encoders, and controllers to get. Can you please suggest some options.
@leonardoaugusto54912 жыл бұрын
Amazing job. I bought a 8nm servo from kollmorgen, but it came with a resolver, and it's hard to find a small and precise encoder to fit in it, so I'm using a amt-103 to make some tests. So my point is, is it too complex to develop a resolver converter module ? Would it be possible for openffboard software to give support for that kind of sensor or is it too much to ask? Cause resolvers have a excellent precision, but I need to replace it with an encoder
@Gigawipf2 жыл бұрын
Resolvers are difficult to drive and would require a lot of active analog circuitry to extract a usable Sine/Cosine signal from. Probably possible but i don't have enough time at the moment and also no resolver to test.
@Dr_Freon9 ай бұрын
Приветствую тебя друг. вопрос такой, руль на твоей базе реально ли подключить к игре форза? если нет, не беда, я понимаю что сама майкрософт решила вырезать все сторонние рули. С другой стороны, ты очень крут:)
@bennguyen13132 жыл бұрын
Any thoughts on the powerstep01 vs the TMC4671? For example, I have a high resolution encoder for position, so I really just need a stepper-motor driver that can deliver the torque. I like the 10A that the PowerStep01 can do, and that it can be configured either for Current-Mode or Voltage mode. Other ST devices, like the L6474, can only do 3A rms (~4A amplitude).. although the datasheet says it can generate a pulsed (
@Gigawipf2 жыл бұрын
The first attempt was based on the powerstep with some foc trickery. It was not stable, the resolution with 7 bit extremely low and it ran super hot. The tmc with low Rds mosfets and its 16b adc is much much more efficient and capable.
@GinjersonAbreu2 жыл бұрын
Hello, I would like to test this firmware on a STM32F407VET and VESC 4.12, how can I get it? It would be a pleasure to try and support the project.
@nyftn Жыл бұрын
i was able to get a fanuc am9/3000 motor . would it be possible that for a DD wheelbase
@lio12342342 жыл бұрын
Great stuff! Do these new hall sensors mean we no longer require an encoder for the motor? Or is that still needed?
@Gigawipf2 жыл бұрын
It has nothing to do with the encoder. The motor still requires an encoder. I am referring to the on-board current sensors in this video.
@Edgard4222 жыл бұрын
Hi, I bought a STM32H7 Dev board to use with another firmware (VNMWheel), but yours looks better, and it is open source which is great. Would I be able to use this board with your firmware and your custom driver?
@Gigawipf2 жыл бұрын
Not directly. The firmware is made for the F407VG and would require porting to any other chip. I am sure it can be done being a mostly similar chip but the differences in architecture would require some changes.
@Edgard4222 жыл бұрын
@@Gigawipf My friend bought by accident the STM32F4VE DevEBox, so I suppose this one will work fine?
@Gigawipf2 жыл бұрын
@@Edgard422 F407VE? that should work but there currently still is no build specifically for those devboards and they sometimes require extra hardware or remapping. Like encoder pullups, usb vsense and buttons
@Edgard4222 жыл бұрын
@@Gigawipf Oh...ok ok, I think I would be better ordering your custom board with the driver then. Thanks for the answers!
@EdsonSouzaSimraceChanel2 жыл бұрын
Can you please send me the link where I can buy the plate made by you?
@Gigawipf2 жыл бұрын
My tindie store is linked in the description but currently all out of stock because of part shortages. You can join a waitlist but i can't promise any date. I am waiting on parts myself.
@ThebusWay762 жыл бұрын
Good day thank you for the great videos. I need so help with wiring a hoverboard main board and STM32F407VET6, I am a complete noob when it comes to electronics and would really appreciate any help. I have managed to load FOC firmware on the hoverboard main board and VNM firmware on the Stm32f407vet6 for a diy ffb steering wheel. I have a 600ppr incremental encoder and I will be using the hoverboard battery to power everything. Thank you again for sharing your knowledge/experience with all of us.
@danielmota59602 жыл бұрын
Teria como me enviar a programação do ffb no formato c++, .ino ?
@tsleletronica58512 жыл бұрын
what do i need to compile the sources?
@Gigawipf2 жыл бұрын
STM32CubeIDE, import the project and compile the subprojects in the targets folder. If there are any errors check the path settings.
@tsleletronica58512 жыл бұрын
@@Gigawipf I have a modified version(Keil Compiler) of Arduino FFB for STM32F103. Will I be able to switch to Bluepill?
@Gigawipf2 жыл бұрын
@@tsleletronica5851 No. That chip is not compatible or powerful enough.
@djwillx9742 жыл бұрын
Nice....! Where can i buy the controller open ffb board please ?
@Gigawipf2 жыл бұрын
I will make them available once parts are available for a reasonable price again. At the moment some required parts are way overpriced or out of stock.
@djwillx9742 жыл бұрын
@@GigawipfOK.... Will you make annoucements on discord when it will be available ?
@Gigawipf2 жыл бұрын
@@djwillx974 Yes. i post updates in the discord first
@djwillx9742 жыл бұрын
@@Gigawipf So, if i have correctly understand your video, it's possible now , to use directly without modification, odrive + open FFB to build a FFB whee with a BLDC motor for example... Is it ?l
@Gigawipf2 жыл бұрын
@@djwillx974 yes if you can get an STM32F407 w. can transceiver (or our official board).