Falcon BMS Forum
    • Register
    • Login
    • Search
    • Categories
    • Unread
    • Recent
    • Unsolved
    • Popular
    • Website
    • Wiki

    Anyone have their own Arduino based panels and boxes?

    Joysticks & Input Devices
    5
    14
    392
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • WurminatorZA
      WurminatorZA last edited by

      I would like to get some coding help if there are i have a new project that i am going to start but definitely need help code wise. I already made a bunch of panels that i am using and working great but need to figure out a few more things for my new project.

      Specs: AMD Ryzen 7 3800X; Gigabyte AORUS X470 Ultra Gaming; 32GB 3466Mhz CL16 DDR4; XFX RX 6700XT QICK 319 Black Edition; AOC CQ27G2 27" 1440p 144Hz Curved; 512GB Hikvision E2000 NVMe, 1TB Hikvision E3000 NVMe, 1TB Western Digital Blue SSD, 20TB Storage, Windows 10 Pro 64-bit
      Flight Peripherals: 3D printed infrared track clip; CH Fighterstick + TWCS Throttle + MFG Crosswind V2 + Custom made switch/toggle panels using Arduino; PS3 eyecam modified

      1 Reply Last reply Reply Quote 0
      • Focaldesign
        Focaldesign last edited by

        Why use Arduino for simpel panels & boxes? Pokeys for example requires no coding and can do the same.

        sungad 1 Reply Last reply Reply Quote 0
        • RightStuff
          RightStuff last edited by

          @WurminatorZA:

          I would like to get some coding help if there are i have a new project that i am going to start but definitely need help code wise. I already made a bunch of panels that i am using and working great but need to figure out a few more things for my new project.

          Which route do you want to follow?

          Making an Arduino showing up as a jockstick is a piece of cake.
          There are literally tons of free solutions. If you are looking for a RTU solution, I’d suggest MMJoy2.
          https://simhq.com/forum/ubbthreads.php/posts/3899105
          https://sites.google.com/site/mmjoyproject/

          Not Arduino-based, a little more complicated but similar and more powerful: FreeJoy
          https://github.com/FreeJoy-Team/FreeJoy

          SemlerPDX 1 Reply Last reply Reply Quote 0
          • SemlerPDX
            SemlerPDX @RightStuff last edited by

            If you are not familiar with coding, like RightStuff said, using something like MMJoy2 is definitely a super easy way to accomplish this task. If you are looking to use it all as a learning experience, though, and dive into hardware and Arduino coding, there are a few ways to do that, too - I used a premade library that emulates an Xbox controller, since most of my project ideas fall under the limit of 2-axes and a dozen buttons or so that an Xbox controller library would support… but that’s not the way to do very large panels. The size of your project will dictate which board you use, and which methods are best suited for it.

            AVCS4 Voice Control Radio Menus for Falcon BMS (and other profiles for VoiceAttack): veterans-gaming.com/avcs

            WurminatorZA 1 Reply Last reply Reply Quote 0
            • WurminatorZA
              WurminatorZA @SemlerPDX last edited by

              Hi all i am familiar with coding and have a bunch of Arduino panels that i already made and am using as joystick, gamepad etc… I was just wondering if there are others that also use it as i want some help with certain ideas for a project i am going to start. I use arduino because of the coding it has much more flexibility with your creativity can make anything you want.

              Specs: AMD Ryzen 7 3800X; Gigabyte AORUS X470 Ultra Gaming; 32GB 3466Mhz CL16 DDR4; XFX RX 6700XT QICK 319 Black Edition; AOC CQ27G2 27" 1440p 144Hz Curved; 512GB Hikvision E2000 NVMe, 1TB Hikvision E3000 NVMe, 1TB Western Digital Blue SSD, 20TB Storage, Windows 10 Pro 64-bit
              Flight Peripherals: 3D printed infrared track clip; CH Fighterstick + TWCS Throttle + MFG Crosswind V2 + Custom made switch/toggle panels using Arduino; PS3 eyecam modified

              RightStuff 1 Reply Last reply Reply Quote 0
              • RightStuff
                RightStuff @WurminatorZA last edited by

                @WurminatorZA:

                I was just wondering if there are others that also use it as i want some help with certain ideas for a project i am going to start.

                Surely I’m also interested in anything new or creative which helps with interfacing, pit-building, etc.
                What ideas do you have in mind?

                sungad WurminatorZA 2 Replies Last reply Reply Quote 0
                • sungad
                  sungad @RightStuff last edited by

                  I’m going to get an Arduino soon to replace the (partially) broken pickle button on my X65F. I will mount a new button below the existing one and connect it to an Arduino Leonardo.

                  I should have enough programming experience to use this library: https://github.com/MHeironimus/ArduinoJoystickLibrary

                  SemlerPDX 1 Reply Last reply Reply Quote 0
                  • sungad
                    sungad @Focaldesign last edited by

                    @Focaldesign:

                    Why use Arduino for simpel panels & boxes? Pokeys for example requires no coding and can do the same.

                    Pokeys is several times more expensive.

                    Focaldesign 1 Reply Last reply Reply Quote 0
                    • Focaldesign
                      Focaldesign @sungad last edited by

                      @sungad:

                      Pokeys is several times more expensive.

                      And several times more user friendly 😄
                      But to each his own of course.

                      1 Reply Last reply Reply Quote 0
                      • SemlerPDX
                        SemlerPDX @sungad last edited by

                        @sungad:

                        I’m going to get an Arduino soon to replace the (partially) broken pickle button on my X65F. I will mount a new button below the existing one and connect it to an Arduino Leonardo.

                        I should have enough programming experience to use this library: https://github.com/MHeironimus/ArduinoJoystickLibrary

                        If you can solder buttons for an Arduino, you should be able to carefully tear down the X65F stick and replace the actual button in there, or any wiring that is at fault (whatever the actual issue is). At their heart, most controllers are comprised of very common components so cheap you have to buy them in 5-10 packs

                        AVCS4 Voice Control Radio Menus for Falcon BMS (and other profiles for VoiceAttack): veterans-gaming.com/avcs

                        sungad 1 Reply Last reply Reply Quote 0
                        • sungad
                          sungad @SemlerPDX last edited by

                          @SemlerPDX:

                          If you can solder buttons for an Arduino, you should be able to carefully tear down the X65F stick and replace the actual button in there, or any wiring that is at fault (whatever the actual issue is). At their heart, most controllers are comprised of very common components so cheap you have to buy them in 5-10 packs

                          How? I heard that the button is an easily obtainable part, but how do I tear down the stick?
                          I already tried, but I could not open the stick far enough. And I realized that getting all parts back in place afterwards isn’t trivial.

                          If you know how to disasseble/reassemble the stick, please tell me.

                          SemlerPDX 1 Reply Last reply Reply Quote 0
                          • WurminatorZA
                            WurminatorZA @RightStuff last edited by

                            @RightStuff:

                            Surely I’m also interested in anything new or creative which helps with interfacing, pit-building, etc.
                            What ideas do you have in mind?

                            Have you ever used I2C to connect 2 arduinos with 1 USB connection using the joystick library? I’m thinking it would be a nice way to save some USB slots but haven’t come across someone who has yet to see if its possible. Ive used I2C with arduino HID keyboard library but there are definitely some hickups.

                            Specs: AMD Ryzen 7 3800X; Gigabyte AORUS X470 Ultra Gaming; 32GB 3466Mhz CL16 DDR4; XFX RX 6700XT QICK 319 Black Edition; AOC CQ27G2 27" 1440p 144Hz Curved; 512GB Hikvision E2000 NVMe, 1TB Hikvision E3000 NVMe, 1TB Western Digital Blue SSD, 20TB Storage, Windows 10 Pro 64-bit
                            Flight Peripherals: 3D printed infrared track clip; CH Fighterstick + TWCS Throttle + MFG Crosswind V2 + Custom made switch/toggle panels using Arduino; PS3 eyecam modified

                            1 Reply Last reply Reply Quote 0
                            • SemlerPDX
                              SemlerPDX @sungad last edited by

                              @sungad:

                              How? I heard that the button is an easily obtainable part, but how do I tear down the stick?
                              I already tried, but I could not open the stick far enough. And I realized that getting all parts back in place afterwards isn’t trivial.

                              If you know how to disasseble/reassemble the stick, please tell me.

                              If I were doing that project, I would start googling for ‘X65F teardown’ or ‘X65F repair’, and see where it took me. I doubt you are the first one with a broken pickle button on that stick, most flaws of this type happen to many folks, just gotta find one that posted some pics or details on how they repaired it … otherwise, you tread new waters and get inventive, being careful not to break any plastic tabs holding the stick together even after you remove all the screws you can find. Persistence pays off… Google is the first place to start

                              AVCS4 Voice Control Radio Menus for Falcon BMS (and other profiles for VoiceAttack): veterans-gaming.com/avcs

                              sungad 1 Reply Last reply Reply Quote 0
                              • sungad
                                sungad @SemlerPDX last edited by

                                @SemlerPDX:

                                If I were doing that project, I would start googling for ‘X65F teardown’ or ‘X65F repair’, and see where it took me. I doubt you are the first one with a broken pickle button on that stick, most flaws of this type happen to many folks, just gotta find one that posted some pics or details on how they repaired it … otherwise, you tread new waters and get inventive, being careful not to break any plastic tabs holding the stick together even after you remove all the screws you can find. Persistence pays off… Google is the first place to start

                                I found a page showing how the stick looks inside: https://forums.eagle.ru/forum/english/reality/pc-hardware-and-related-software/195278-x65f-repair
                                That switch is VERY small and replacing it might exceed my soldering abilities. Anyways, it looks very difficult and risky. I can’t buy a new stick if I mess the repair up, so I prefer the Arduino solution, because it’s safer.

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post

                                89
                                Online

                                9.6k
                                Users

                                18.9k
                                Topics

                                323.7k
                                Posts

                                Benchmark Sims - All rights reserved ©