Open FFBoard DIY FFB update 4: ODrive, VESC, HID Communication

  Рет қаралды 13,519

Gigawipf

Gigawipf

Күн бұрын

Пікірлер: 38
@BramHarmsen
@BramHarmsen 2 жыл бұрын
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.
@josebatista8981
@josebatista8981 4 ай бұрын
Hi, amazing project man, congratulations!!! Real open source!
@josebatista8981
@josebatista8981 4 ай бұрын
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
@temyraverdana6421
@temyraverdana6421 2 жыл бұрын
Wow, an incredible work. Thanks for share all your effort to teaching us
@ChristianBrunschen
@ChristianBrunschen 2 жыл бұрын
Great progress, many thanks for the update!
@ultrainstinct1181
@ultrainstinct1181 6 ай бұрын
Do u have a video of the odrive configuration or planned?.
@johnlawrencebernardo8059
@johnlawrencebernardo8059 2 жыл бұрын
Hope you could do a hoverboard motor version of the build
@shadowcloaksimulations1015
@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.
@leonardoaugusto5491
@leonardoaugusto5491 2 жыл бұрын
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
@Gigawipf
@Gigawipf 2 жыл бұрын
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_Freon
@Dr_Freon 9 ай бұрын
Приветствую тебя друг. вопрос такой, руль на твоей базе реально ли подключить к игре форза? если нет, не беда, я понимаю что сама майкрософт решила вырезать все сторонние рули. С другой стороны, ты очень крут:)
@bennguyen1313
@bennguyen1313 2 жыл бұрын
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 (
@Gigawipf
@Gigawipf 2 жыл бұрын
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.
@GinjersonAbreu
@GinjersonAbreu 2 жыл бұрын
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
@nyftn Жыл бұрын
i was able to get a fanuc am9/3000 motor . would it be possible that for a DD wheelbase
@lio1234234
@lio1234234 2 жыл бұрын
Great stuff! Do these new hall sensors mean we no longer require an encoder for the motor? Or is that still needed?
@Gigawipf
@Gigawipf 2 жыл бұрын
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.
@Edgard422
@Edgard422 2 жыл бұрын
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?
@Gigawipf
@Gigawipf 2 жыл бұрын
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.
@Edgard422
@Edgard422 2 жыл бұрын
@@Gigawipf My friend bought by accident the STM32F4VE DevEBox, so I suppose this one will work fine?
@Gigawipf
@Gigawipf 2 жыл бұрын
@@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
@Edgard422
@Edgard422 2 жыл бұрын
@@Gigawipf Oh...ok ok, I think I would be better ordering your custom board with the driver then. Thanks for the answers!
@EdsonSouzaSimraceChanel
@EdsonSouzaSimraceChanel 2 жыл бұрын
Can you please send me the link where I can buy the plate made by you?
@Gigawipf
@Gigawipf 2 жыл бұрын
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.
@ThebusWay76
@ThebusWay76 2 жыл бұрын
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.
@danielmota5960
@danielmota5960 2 жыл бұрын
Teria como me enviar a programação do ffb no formato c++, .ino ?
@tsleletronica5851
@tsleletronica5851 2 жыл бұрын
what do i need to compile the sources?
@Gigawipf
@Gigawipf 2 жыл бұрын
STM32CubeIDE, import the project and compile the subprojects in the targets folder. If there are any errors check the path settings.
@tsleletronica5851
@tsleletronica5851 2 жыл бұрын
@@Gigawipf I have a modified version(Keil Compiler) of Arduino FFB for STM32F103. Will I be able to switch to Bluepill?
@Gigawipf
@Gigawipf 2 жыл бұрын
@@tsleletronica5851 No. That chip is not compatible or powerful enough.
@djwillx974
@djwillx974 2 жыл бұрын
Nice....! Where can i buy the controller open ffb board please ?
@Gigawipf
@Gigawipf 2 жыл бұрын
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.
@djwillx974
@djwillx974 2 жыл бұрын
@@GigawipfOK.... Will you make annoucements on discord when it will be available ?
@Gigawipf
@Gigawipf 2 жыл бұрын
@@djwillx974 Yes. i post updates in the discord first
@djwillx974
@djwillx974 2 жыл бұрын
@@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
@Gigawipf
@Gigawipf 2 жыл бұрын
@@djwillx974 yes if you can get an STM32F407 w. can transceiver (or our official board).
@adil1087
@adil1087 2 жыл бұрын
nice
Open FFBoard Setup & Configuration with TMC4671 driver
29:19
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Lazy days…
00:24
Anwar Jibawi
Рет қаралды 9 МЛН
Hacker's Guide to UART Root Shells
17:40
Flashback Team
Рет қаралды 503 М.
VESC (Best Open Source ESC) || DIY or Buy
10:42
GreatScott!
Рет қаралды 627 М.
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3,3 МЛН
VNM Wheelbase Force Feedback Firmware Review - The future of DIY FFB??
22:31
VESC FOC Encoder position control
8:50
Benjamin Vedder
Рет қаралды 38 М.
Extracting Firmware from Embedded Devices (SPI NOR Flash) ⚡
18:41
Flashback Team
Рет қаралды 592 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН