Search found 32 matches

by pscarratt
Fri Jan 08, 2021 4:10 pm
Forum: Air Player Desktop
Topic: Beta Bug Tracking/Feedback?
Replies: 1
Views: 2112

Beta Bug Tracking/Feedback?

Hi folks,

Started working on converting my cockpit over to the AM4 beta and have some issues that may already be known bugs - is there a beta feedback forum or similar anywhere?

Thanks,

Paul
by pscarratt
Tue May 26, 2020 2:59 pm
Forum: Air Player ARM
Topic: Added a custom instrument now PI panel never full loads and disconnects from air manager
Replies: 41
Views: 17977

Re: Added a custom instrument now PI panel never full loads and disconnects from air manager

Just to give a little update on where I am with this, I moved all connections to an Arduino Mega and ran it direct from the PC, the compass then works as expected alongside all the other instruments. I suspect this confirms the suspicion that there is a bug in the PI AM code somewhere. Happy from my...
by pscarratt
Tue May 26, 2020 7:14 am
Forum: Air Player ARM
Topic: Added a custom instrument now PI panel never full loads and disconnects from air manager
Replies: 41
Views: 17977

Re: Added a custom instrument now PI panel never full loads and disconnects from air manager

Sling wrote: Tue May 26, 2020 12:45 am The pm messages work differently to email. It will stay in your outbox until it is read by the recipient.
Perfect thanks for letting me know!
by pscarratt
Mon May 25, 2020 11:08 am
Forum: Air Player ARM
Topic: Added a custom instrument now PI panel never full loads and disconnects from air manager
Replies: 41
Views: 17977

Re: Added a custom instrument now PI panel never full loads and disconnects from air manager

This is a message for Scott who PM’d me about this topic - I hope you got my reply? It seems to stuck in my outbox
by pscarratt
Thu May 14, 2020 7:35 pm
Forum: Air Player ARM
Topic: Rpi 4
Replies: 41
Views: 19545

Re: Rpi 4

Thanks Corjan, not worth the price of entry then by the sounds of it, will stick with my 3.

Paul
by pscarratt
Thu May 14, 2020 4:34 pm
Forum: Air Player ARM
Topic: Rpi 4
Replies: 41
Views: 19545

Re: Rpi 4

Hi folks, can anyone comment on the performance of the 4? Does it allow for smoother gauges with Air Manager or is the difference negligible?

Many thanks,

Paul
by pscarratt
Thu May 14, 2020 2:46 pm
Forum: Air Player ARM
Topic: Added a custom instrument now PI panel never full loads and disconnects from air manager
Replies: 41
Views: 17977

Re: Added a custom instrument now PI panel never full loads and disconnects from air manager

More general question for everyone whilst Corjan looks into this - once the Pi has stopped communicating with Air Manager I am having to disassemble and refresh the SD Card which is physically a pain because its built into the panel - is there a way to force a reset via SSH? I never lose SSH access....
by pscarratt
Thu May 14, 2020 9:24 am
Forum: Air Player ARM
Topic: Added a custom instrument now PI panel never full loads and disconnects from air manager
Replies: 41
Views: 17977

Re: Added a custom instrument now PI panel never full loads and disconnects from air manager

Ok thanks Corjan.

It’s worth noting that in isolation (i.e. this being the only thing on a panel) it works fine, it’s when I load it into my Cessna 172 panel (basically the default with a few instruments removed) that the problem happens.

Many thanks

Paul
by pscarratt
Thu May 14, 2020 7:33 am
Forum: Air Player ARM
Topic: Added a custom instrument now PI panel never full loads and disconnects from air manager
Replies: 41
Views: 17977

Re: Added a custom instrument now PI panel never full loads and disconnects from air manager

Ah sorry, I'll just repost the code - thanks again local Calibration_ok = false local calib_pos = 0 local compass_on = 1 local compass_heading = 0 --- Main Functions --- --- Check HW Connected --- function check_hw() if hw_connected("ARDUINO_UNO_F_D8") then timer_stop(tmr_hw) --- Setup Har...
by pscarratt
Thu May 14, 2020 2:12 am
Forum: Air Player ARM
Topic: Added a custom instrument now PI panel never full loads and disconnects from air manager
Replies: 41
Views: 17977

Re: Added a custom instrument now PI panel never full loads and disconnects from air manager

Hi Tony,

Tried the polling method in post 23 above (or at least I think I did! Please feel free to pick holes in it!! :) ), pi shows an error about initialising hw outsize of the first run of the script?

By loss of comms I mean the pi stops talking to air manager.

Many thanks

Paul