Search found 12 matches

by Irimi-Ai
Sun May 16, 2021 11:34 pm
Forum: Air Manager Help
Topic: Beta activation?
Replies: 3
Views: 1692

Re: Beta activation?

Ah, that would explain it :) Haven't had time to use it for about 3 weeks, so I'll switch to the regular release version.

Thanks!
by Irimi-Ai
Sun May 16, 2021 6:36 pm
Forum: Air Manager Help
Topic: Beta activation?
Replies: 3
Views: 1692

Beta activation?

I was running the Beta version, and just got the Beta 40 update, but am not able to activate it. In the past, entering "Beta" in the email and password fields would activate it, but that is no longer working. What is the new way to activate Beta 40? My search of the Wiki and the forum didn...
by Irimi-Ai
Sun Jan 03, 2021 9:45 pm
Forum: Lua and API Scripting Help
Topic: Air Manager able to use wasm module for SimConnect events not yet in the SDK?
Replies: 5
Views: 2858

Air Manager able to use wasm module for SimConnect events not yet in the SDK?

I know MobiFlight and SPAD.next have wasm modules that allow commands to be sent from peripherals to MSFS for controlling a lot of the glass cockpit avionics that are not yet included in the actual SDK (e.g., GNS 430/530, G100, etc.). For example, "AS530_RNG_Dezoom." Is there any way Air M...
by Irimi-Ai
Tue Dec 22, 2020 12:31 am
Forum: Arduino
Topic: Rotary encoder CCW output
Replies: 4
Views: 2409

Re: Rotary encoder CCW output

Thanks! I'll give it a try tomorrow!
by Irimi-Ai
Mon Dec 21, 2020 2:55 pm
Forum: Arduino
Topic: Rotary encoder CCW output
Replies: 4
Views: 2409

Re: Rotary encoder CCW output

Hi there, Sorry for the delayed response. I fixed it by replacing the encoder...it was just a bad encoder. Before replacing it I tried the debounce delay setting, but kept getting errors in the lua script (unexpected argument or something like that). I followed the syntax guidance on the Wiki (hw_di...
by Irimi-Ai
Thu Dec 10, 2020 4:31 pm
Forum: Arduino
Topic: Rotary encoder CCW output
Replies: 4
Views: 2409

Rotary encoder CCW output

I have a push-button rotary encoder that's works as intended while turning clockwise, but when turned counter-clockwise the output varies between clockwise and counter-clockwise (i.e., while turning the know slowly counter-clockwise, the gauge actually alternates between turning roughly equal amount...
by Irimi-Ai
Wed Dec 02, 2020 6:40 pm
Forum: Lua and API Scripting Help
Topic: Ammeter code help
Replies: 1
Views: 1300

Ammeter code help

Hi there, I'm trying to create a simple ammeter gauge for GA aircraft that will work in MSFS2020. I'm using Hannes Schulten's Bombardier Ammeter gauge from the online store as a template since it's the same style (center-zero) as the one in the C172 I fly. The gauge should operate like the one in th...
by Irimi-Ai
Wed Dec 02, 2020 4:26 pm
Forum: Arduino
Topic: Multiple rotary encoders sharing one common ground pin?
Replies: 8
Views: 3583

Multiple rotary encoders sharing one common ground pin?

Another noob question: Can multiple rotary encoders be wired to share the same ground pin? Or, does each rotary encoder require a dedicated unique ground pin?
by Irimi-Ai
Sat Sep 26, 2020 5:32 pm
Forum: Arduino
Topic: Code for rotary encoder with a push button
Replies: 18
Views: 6756

Re: Code for rotary encoder with a push button

Disregard the below. I figured it out right after posting. It was a setting on my router. Much more satisfying figuring it out myself :) ///////////// I was hoping to modify the existing Altimeter by Brian McMullen that I downloaded in AM. I took the test code and am trying to apply it to the downlo...
by Irimi-Ai
Sat Sep 26, 2020 1:39 pm
Forum: Arduino
Topic: Code for rotary encoder with a push button
Replies: 18
Views: 6756

Re: Code for rotary encoder with a push button

Hi Irimi-Ai, You were right. Its much simpler than that. Try ths and let me know if you need any further explanation. Tony Sorry for the delay. I usually only have time to work on this stuff on weekends. Yep, that did it! Well, I think I did. When I test it in AM, the console displays all output co...