Jump to content

Rapti

Members
  • Posts

    150
  • Joined

  • Last visited

1 Follower

Personal Information

  • Flight Simulators
    DCS World
  • Location
    Zürich

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I would love to have this on our A10 simpit. We have a 270° screen. In the A-10, it would not be necessary to look at your 6. The 270° would be good enough... Gesendet von meinem SM-S928B mit Tapatalk
  2. I got a similar problem, I cant move the mousecursor to to bottom right. It stops before I reach the button. Did you find a solution?
  3. This would be so great. Thanks. Gesendet von meinem SM-S928B mit Tapatalk
  4. great job!!! Would it be possible to get the kneeboard from you for masking the cockpit?
  5. My use case is as follows: We use almost 25 arduinos (nano, uno, mega) in our A-10 pit, We always have the problem that after a certain number of arduinos running on powered USB hubs, the last arduinos are no longer recognized. My idea would be to operate most of the panels with the "normal" arduinos and operate the remaining say 5 panels using ESP32. would this mixed operation work?
  6. any ideas on this topic?
  7. Can I mix this with a "normal" DCS-BIOS / Arduino setup?
  8. mhh that's strange. Do you possibly have no authorization in Windows? I simply open the file with Notepad++
  9. You have to start the ports in any case. You do not have to do this individually, but you can edit the file multiple-com-ports.cmd with notepad++ and enter your ports there. This way you only have to execute this one cmd file null
  10. Looks great! Gesendet von meinem SM-S928B mit Tapatalk
  11. Yes its quite challenging to run it all. We also had a steep leaning courve.
  12. We use this display. Don't know if its the same than yours. IIC / I2C 2002 20x02 OLED Module Display Our Code: this work on our side. #define DCSBIOS_DEFAULT_SERIAL #include "DcsBios.h" #include "Wire.h" #include "OLedI2C.h" OLedI2C LCD; /* paste code snippets from the reference documentation here */ void onCmsp1Change(char* newValue) { LCD.sendString(newValue, 0, 0); } DcsBios::StringBuffer<19> cmsp1Buffer(0x1000, onCmsp1Change); void onCmsp2Change(char* newValue) { LCD.sendString(newValue, 0, 1); } DcsBios::StringBuffer<19> cmsp2Buffer(0x1014, onCmsp2Change); void setup() { DcsBios::setup(); Wire.begin(); LCD.init(); } void loop() { DcsBios::loop(); }
  13. https://www.aero-news.net/index.cfm?do=main.textpost&id=0f5168ee-6721-40de-abee-e03759c96dc7 Gesendet von meinem SM-S928B mit Tapatalk
  14. fully agree!
×
×
  • Create New...