Schlagwort: Steering Wheel

  • Wesley Kagan’s PorscheKart project returns with a new Arduino-powered F1 steering wheel

    Wesley Kagan’s PorscheKart project returns with a new Arduino-powered F1 steering wheel

    Reading Time: 2 minutes

    As part of his ongoing PorscheKart project, YouTuber Wesley Kagan wanted a better way to steer his V12 custom-built race car, as the previous wheel was simply a mechanical linkage to the front steering. Instead, this new version would closely mimic the layout and functionality of an actual Formula 1 wheel, complete with all of the buttons, dials, switches, and the central screen.

    The base of the wheel was formed from a laser-cut sheet of aluminum while the surrounding grips were painstakingly 3D-printed out of TPU filament. For the electronics, Kagan decided to use a pair of Arduino Micros, which were split between handling button inputs and driving the display, while an Arduino Mega 2560 gathers sensor data and sends it as a string to the two boards. Because of the limited number of pins, he wired each of the three rotary switches’ output pins to a differently valued resistor, thereby letting the analog input on the Micro know which position is selected by the incoming voltage.

    The final steps of building this upgraded steering included connecting the 3.5” LCD screen to one of the Arduino Micro boards and wiring everything together with the help of a couple harnesses to minimize the mess. However, creating the graphics program proved to be a challenge due to the limited space in ROM for storing all of the draw function calls, which is why Kagan plans on eventually swapping it out for a static image that has the values filled-in. To see more about the project, you can watch his build log video below and read this blog post.

    The post Wesley Kagan’s PorscheKart project returns with a new Arduino-powered F1 steering wheel appeared first on Arduino Blog.

    Website: LINK

  • This DIY steering wheel is a cheaper alternative for use in sim racing

    This DIY steering wheel is a cheaper alternative for use in sim racing

    Reading Time: 2 minutes

    When participating in sim racing video games, players often need to use a steering wheel controller in order to enjoy smooth and accurate movements of their on-screen vehicles. However, due to a shortage of certain racing rigs, finding one has become a challenge. Luckily, ilge ipek has come up with a custom solution that not only provides a far cheaper wheel alternative to store-bought ones, but even competes in regard to some features.

    The electronic components ipek selected for this project included a 10K ohm potentiometer for getting the wheel’s current position, an Arduino Leonardo to read the value and send it to the host PC, and an existing steering wheel that could be easily attached to the rig. In terms of software, the Leonardo runs firmware generated from the MMJoy program, which allows hobbyists to connect hardware as various HID inputs via USB. Once uploaded, the attached potentiometer was mapped as a new joystick input that adjusts along the ‘X’ axis.

    Back on the hardware side of things, ipek placed screws into a MOMO racing wheel, which was then linked to a gear. With this configuration, the wheel can move up to 900 total degrees- similar to the range of motion seen in many cars. For more information about this project, you can view its write-up here on ipek’s blog.

    Boards:Leonardo
    Categories:Arduino

    Website: LINK