Jump to content

john44111

Members
  • Content Count

    11
  • Donations

    $0.00 
  • Joined

  • Last visited

Community Reputation

0 Neutral

Profile Information

  • Gender
    Male

Flight Sim Profile

  • Commercial Member
    No
  • Online Flight Organization Membership
    VATSIM
  • Virtual Airlines
    Yes
  1. for those that come across this post by googling if it comes up where two arduinos keep acting like they are the same. I went off and spent the last 3 days taking 30 different youtube arduino courses to learn how to code that then I went and watched a few videos on the josystick library. My problem, which will be easily fixed with reflashing with a cleaned up config that I understand now, is this line Joystick_ Joystick(JOYSTICK_DEFAULT_REPORT_ID, <-- This part was done in both arduinos. The problem with this is the arduino comes back with the exact same ID and then confuses programs it comes into contact with. Windows has no problem with it, Some programs dont think it is a different Arduino. I also flashed it as a Leonardo not a Micro Mini Arduino despite it being a mini micro. That was kind of funny it didnt error out on that. Anyhow. The arduino isnt as hard as I thought by about course 5 I noticed a pattern in the coursework. So here it is. When you flash it you have to give it a different ID. not JOYSTICK_DEFAULT_REPORT_ID That is why mine reports the same on both and gets confused. Always save your code! I didnt. I thought you could pull off your code just like a Cisco Switch. Nope.. once you upload it it is compiled and put on the arduino. Near as I can tell zero ways to pull the config off. Lesson learned.
  2. I tried rewriting the arduino and using a different model I made up in Boards.txt because I think Linda thinks they are the same arduino and I was going to change the name of the toggle one to something else but I learned the first lesson of Arduino code. Make sure you have backups because you cannot download the config off the device like you can with a Cisco Switch. The backup of the code I have, had a compile error that stopped it. So chances are that wasnt the final version I uploaded 3 years ago.
  3. I guess the good news for me is you havent seen this before and it isnt ringing a bell. In the joystick page they look exactly the same too. https://imgur.com/d9j3MzL
  4. I redid the video. It renamed both joysticks to "Push" again on it's own. If I rename them in the setup joysticks page or I edit the text file it changes the name but only temporarily. in the first video That cancel is coming up when I click the other joystick to show you that what I do on one happens to the other. The cancel is canceling throwing out what I did. I hit cancel to not get rid of my changes and I go up to save. The funny thing is it is back to both saying push again.I didnt do anything.
  5. yeah this is happening without disconnection of the USB. Here is the behavior in a video
  6. -- FBW A320 config-hid.lua @ 2203261617 (LINDA 4.1.4.281) -- -- ## Joystick ## (044F04050) ## {1} ############ -- ## toggle ## (234180360) ## {HIDNB} ############ JSTK["234180360"][6]="A32NX_OVHD_FUEL_PUMP_ALL_toggle" -- ## Throttle ## (044F04070) ## {00000000001A} ############ -- ## Toggle ## (234180361) ## {HIDNB} ############ JSTK["234180361"][6]="A32NX_OVHD_FUEL_PUMP_ALL_toggle" JSTK["234180361"][11]="A32nx_OVHD_APU_MASTER_toggle" -- ## USB Box ## (601735220) ## {DTA00099} ############ see I named one PUSH and one TOGGLE. then it becomes two toggles.
  7. yeah I just caught that and tried to edit that out in the actions.lua file but that hasnt seem to have taken. I have a toggle switch that id like to operate all those pumps. If I switch it off that is on me 🙂 pressing the toggle and having one pump not change is making my OCD flare up.
  8. using latest paid FSUIPC, Linda, the FBW a320 module and I am using ardunion leonardos. Problem is when I install them. They are two separate joysticks. After a while of adding buttons they start becoming the same. so all button configs are identical on both. in the file that lists devices the first one is listed (That becomes the name of both in the Linda program. The second becomes "unidentified" I feel like this is something simple. Ive been searching for a couple hours. (Not finding the right search terms maybe?) and I reinstalled Linda 2x.. it eventually overwrites both arduiinos? Is this a known issue?
  9. well I guess I will be reviving this thread a bit as I search for all those fuel pumps and everything on the overhead panel that you have to do to startup the A/C I found one command that does 5/6 fuel but not the right most one.
  10. dont buy any graphics card right now. Also AMD spanks intel price performance ratio. https://www.cpubenchmark.net/cpu_value_available.html#xy_scatter_graph Red is AMD. Blue is Intel also if you dont know about the new 3070 GPU $499 and faster than a 2080Ti (yes that is not a typo) you need to know about it. I havent bought a GPU yet but the 3070 comes out in October. I may just get a 3080 because it comes out in 2 weeks. Boom I just saved you DAYS worth of research.
  11. Not sure how that fixed it. but it did! I am betting we both followed some youtube video how to get higher frame rates and we got to this place. Anyhow from a long time Avsim member. Thank you for registering and thank you for posting. I typed this problem into google and found your answer. It was broken the past 3 days for me. ATC PANEL greyed out Flight simulator 2020 is what I searched for. Thank you Thank you Thank you CaptJohnKCLE (XBOX live gamertag.) Member here since 2013.
×
×
  • Create New...