Search found 12 matches

by Utingbato
Sun Oct 11, 2020 1:23 am
Forum: Air Manager
Topic: Air Manager 4.0
Replies: 119
Views: 52889

Re: Air Manager 4.0

hi plannig to buy again "Air Player V3 for Raspberry Pi" if i bought it now will there be FREE upgrade also or it will work in AM 4.0? thank you
by Utingbato
Tue Nov 19, 2019 12:02 am
Forum: Air Player ARM
Topic: stuck on Sim innovations splash screen
Replies: 3
Views: 2758

Re: stuck on Sim innovations splash screen

Possibly your configuration or an instrument got corrupted. Go in C:/users/your_username/Air Manager/ and then move the config.sqlite3 file somewhere else. Hopefully that helps, please let us know. If it helps, then please send your config.sqlite3 file to us and we'll restore it. is this on raspber...
by Utingbato
Mon Nov 18, 2019 3:24 am
Forum: Air Player ARM
Topic: stuck on Sim innovations splash screen
Replies: 3
Views: 2758

stuck on Sim innovations splash screen

May i know why suddenly my instrument is stuck on stuck on Sim innovations splash screen?

it was working fine then 2 days after without using the sim. i open then its all stuck in splash screen.

its already configured before and license is fully activated.

why this is happening? thank you.
by Utingbato
Fri Oct 25, 2019 9:28 am
Forum: Arduino
Topic: help Max7219 move digit
Replies: 7
Views: 2530

Re: help Max7219 move digit

Yep, it’s ok to subscribe to multiple datarefs and use a single callback. In fact it’s very common to do it this way. I think your code needs a tidy though. Particularly the callback names. This will make it easier to read if you look at it again in a few months time. Nice panel by the way. Everyth...
by Utingbato
Fri Oct 25, 2019 9:27 am
Forum: Raspberry Pi
Topic: rpi shutdown switch question
Replies: 9
Views: 6277

Re: rpi shutdown switch question

all working now. thank you so much
by Utingbato
Sun Oct 20, 2019 11:27 am
Forum: Arduino
Topic: help Max7219 move digit
Replies: 7
Views: 2530

Re: help Max7219 move digit

@Utingbato Just do what i posted with the appropriate number of spaces on the end of your data to move it left. For the dme do something like this. hw_chr_display_set_text(display_chr_radio4, 0, 0, distance .. “ “ .. groundspeed) Remember to format the distance and groundspeed to 3 character string...
by Utingbato
Sun Oct 20, 2019 4:15 am
Forum: Arduino
Topic: help Max7219 move digit
Replies: 7
Views: 2530

Re: help Max7219 move digit

You don’t say what digits specifically you want to move. However to move digits you just need to pad the string from the right with further data. This further data can be just a blank space“ “. So something like this will shift the DME distance 2 spaces to the left. To add more data on the same dis...
by Utingbato
Sun Oct 20, 2019 1:10 am
Forum: Arduino
Topic: help Max7219 move digit
Replies: 7
Views: 2530

help Max7219 move digit

Hi, can someone help me how to move the digit? what to change in my code? and i want to add more data in DME side. "Distance and Ground speed". i attached picture of my radio panel for reference. Thank you sorry in messy code. :D 74484989_2454971341442683_6197842643708280832_n.jpg display_...
by Utingbato
Fri Oct 11, 2019 2:29 am
Forum: Raspberry Pi
Topic: rpi shutdown switch question
Replies: 9
Views: 6277

Re: rpi shutdown switch question

Your first step would be to put a print in your function and see if it really triggers the function when you press the button. Then you know that it is not hardware related. ok i'll try. then report back. If you want to do a similar thing but while running on the Rpi you could use visible to show o...
by Utingbato
Thu Oct 10, 2019 5:54 am
Forum: Raspberry Pi
Topic: rpi shutdown switch question
Replies: 9
Views: 6277

Re: rpi shutdown switch question

Sling wrote: Thu Oct 10, 2019 3:00 am Is the instrument this code is part of loaded to the Rpi and is the instrument running when you press the shutdown button.
Yes its loaded to the instrument and running with the same instrument in rpi.