Search found 9 matches

by termigrator
Sat Aug 21, 2021 10:24 pm
Forum: Raspberry Pi
Topic: Instruments are not updated
Replies: 2
Views: 3323

Re: Instruments are not updated

Hi Ralph, thanks for filling this knowledge gap. I had already read the passage on the Wiki page, but it did not reach my brain. But it is also a bit tricky, the switch button on Airplayer you do not see right away, and the German translation of the push command is not happy with "Drücken"...
by termigrator
Sat Aug 21, 2021 7:42 am
Forum: Raspberry Pi
Topic: Instruments are not updated
Replies: 2
Views: 3323

Instruments are not updated

Hi, The days are slowly getting colder, so I've been busy improving the instruments I developed for Flightfactor's A350xwb. And also adapt them to the Airmanager 4.0. I develop the instruments on the PC and then use them on the Raspberry Pi. But a problem arises with version 4.0: The files on the RP...
by termigrator
Wed Mar 10, 2021 11:20 pm
Forum: Air Player ARM
Topic: Raspi Air Player hangs
Replies: 6
Views: 3525

Re: Raspi Air Player hangs

Hi corian,

thanks, you are right. OMG, I thougt, I will see a gui on the raspberry. But there is no GUI. The raspi is waiting to be configured by the PC-based Air-Manager. Will try it tomorrow.

Greetings from Germany

Robert
by termigrator
Wed Mar 10, 2021 5:27 pm
Forum: Air Player ARM
Topic: Raspi Air Player hangs
Replies: 6
Views: 3525

Raspi Air Player hangs

Hello, a few days ago I downloaded the Air-player image for the Rasperry Pi. However, I have problems with the installation: The installation always hangs at the same place: I see the splash-screen and it doesn't go any further. If I then press a key, I see that the boot script hangs. I am attaching...
by termigrator
Sun Mar 07, 2021 5:22 pm
Forum: Air Player Mini
Topic: How / where to connect "Named Hardware"
Replies: 4
Views: 7239

Re: How / where to connect "Named Hardware"

Hi everyone, I have now found the solution myself: there is no solution. I found a note in the wiki-documentation that only the hardware interface (which is no longer recommended) can be used with the ESP32 chip. This is a little pity, because there is a lot of potential in an ESP32-based solution. ...
by termigrator
Sun Mar 07, 2021 4:50 pm
Forum: Air Player Mini
Topic: How / where to connect "Named Hardware"
Replies: 4
Views: 7239

Re: How / where to connect "Named Hardware"

Hi Joe,

this typo is on the sim-side (Flightfactor Airbus a350), not on my code-side. This dataref is working with an Arduino-Nano without problems.

In Addition: it was a little tricky and cost me half an hour to find this dataref in the sim, because of that typo!

Best Regards

Robert Krüger
by termigrator
Sun Mar 07, 2021 11:56 am
Forum: Air Player Mini
Topic: How / where to connect "Named Hardware"
Replies: 4
Views: 7239

How / where to connect "Named Hardware"

Hi, i flashed a ESP32 Device and thereafter i see the Airplayer-Hardware in the Home-Tab. But I can't find a dialog-box where to configure the "Named Hardware". Pushing the instrument to the Air Player does not trigger a dialog too. My Codesample: local parkbrake_dref = "1-sim/parckBr...
by termigrator
Fri Dec 04, 2020 6:38 am
Forum: Air Manager Help
Topic: ESP32 Dev C - Can not connect Rotary
Replies: 8
Views: 3173

Re: ESP32 Dev C - Can not connect Rotary

Hopefully it will be coorrected. The ESP32 board is an interesting thing, because it will run without cable to the pc, requires only AC-current. Shall i post an request in the "Bug-Report" forum-section?

With greetings from cold Germany

Robert
by termigrator
Thu Dec 03, 2020 5:58 pm
Forum: Air Manager Help
Topic: ESP32 Dev C - Can not connect Rotary
Replies: 8
Views: 3173

ESP32 Dev C - Can not connect Rotary

Hi, just tried to get an ESP32 to work. I flashed the Air Player mini 3.7.1 Firmware with success. Adding a switch was not a problem. But now i cant get an Rotary-Decoder running. The console shows an error: logic.lua: Illegal argument list (line21) with following test-Code: -- Callback function whi...