Search found 10 matches

by Rizzardjo
Fri May 07, 2021 10:40 am
Forum: Arduino
Topic: Buttons array
Replies: 22
Views: 9631

Re: Buttons array

Hello, i write again here, because with the new firmware, buttons array is not working anymore :( Any advice?
by Rizzardjo
Sun Dec 13, 2020 6:46 pm
Forum: General Instrument Help
Topic: MSFS2020 Variables - Cessna 172 Skyhawk G1000
Replies: 1
Views: 1362

MSFS2020 Variables - Cessna 172 Skyhawk G1000

Hi there! I built hardware for my Cesna 172 Simulator, G1000 panel included. Now i need to send correct event to flight simulator when i press a button. Through all flight simulator events provided by Microsoft documentation, there are all events for old G1000. Some events works (for example "H...
by Rizzardjo
Fri Dec 11, 2020 4:57 pm
Forum: Arduino
Topic: Buttons array
Replies: 22
Views: 9631

Re: Buttons array

I can't believe it! I flashed Arduino from beta version of Air Manager. Now I flashed using Air Manager 3.7.10, then in beta version all works :D Now i'm happy :lol:
by Rizzardjo
Fri Dec 11, 2020 4:49 pm
Forum: Arduino
Topic: Buttons array
Replies: 22
Views: 9631

Re: Buttons array

Did you flash the Arduino with our latest firmware? We're not aware of any issues with the button array, there are quite a few people who are using them. I can give it a try here, but it'll be next week. I flashed Arduino several times from Air Manager interface. Is there another way to get an upda...
by Rizzardjo
Fri Dec 11, 2020 4:22 pm
Forum: Arduino
Topic: Buttons array
Replies: 22
Views: 9631

Re: Buttons array

Yes I saw the other thread. It’s best not to split the same problem across different threads. I tested with just a jumper wire and only the press callback just as in your original example. I can only assume your Arduino is either a clone that is giving spurious results or just faulty. Did you try w...
by Rizzardjo
Fri Dec 11, 2020 10:28 am
Forum: Arduino
Topic: Buttons array issue - Is an airmanager bug?
Replies: 1
Views: 1508

Re: Buttons array issue - Is an airmanager bug?

I tried also to add a callback for release button. Another strange thing is that this callback is called correctly for all pins! But when i press the button in row 2 and column 1, the console shows all of thtat prints in figure. Only for that button :shock:
new.PNG
by Rizzardjo
Fri Dec 11, 2020 10:08 am
Forum: Arduino
Topic: Buttons array
Replies: 22
Views: 9631

Re: Buttons array

I tried both with Air Manager 3.7.10 and with the new beta version. This looks very strange! My Arduino was connected on COM13 in Channel D. I tried also to change COM port, Arduino channel, reflashing arduino and using another arduino board, but nothing :cry: This is a link to a more detailed topic...
by Rizzardjo
Thu Dec 10, 2020 3:03 pm
Forum: Arduino
Topic: Buttons array issue - Is an airmanager bug?
Replies: 1
Views: 1508

Buttons array issue - Is an airmanager bug?

Hi :D I'm getting mad with a buttons matrix :shock: I wired a buttons matrix as follows: Cattura.jpg Next, this is my LUA code on air manger: airmanager.PNG If i press from button with row 0 and column 0, to button with row 2 and column 1, all works: air manager 2.PNG but if i press the others butto...
by Rizzardjo
Thu Dec 10, 2020 12:52 pm
Forum: Arduino
Topic: Buttons array
Replies: 22
Views: 9631

Buttons array

Hi everyone, i'm trying to build a buttons matrix with 6 rows and 7 columns. My rows are represented by pins D2, D3, D4, D5, D6 and D7. Columns, instead, D8, D9, D10, D11, D12, D13 and A0. This is my simple code: function buttonPressedCallback(row,column) print("Pressed at " .. row .. &quo...
by Rizzardjo
Thu May 28, 2020 1:42 pm
Forum: Air Manager
Topic: Aerosoft A320 variables
Replies: 1
Views: 1420

Aerosoft A320 variables

Hi guys :D I'm making some tests to learn to use air manager. For first i tried to interact with variables and events given by Microsoft. Now, i bought the Aerosoft A320 and i would to interact with autopilot. With the A321 offered by FSX, for example i can change the autopilot altitude with events ...