Jump to content

Johan4668

Members
  • Posts

    89
  • Joined

  • Last visited

Everything posted by Johan4668

  1. I think the goal is if you are on 1080 or 4k screen or vr low or hi ppd the dot needs to be the same on the same distance.. If we have that the debate can start on how far, plane dot size. Version 2.8 on 4k or high ppd vr the spotting is hard. Version 2.9 on 4k or high ppd vr the spotting is so mutch better. We are going the right way.. Thanks.. A happy 2.9 flyer..
  2. I just been playing on 39 ppd on 4ya and loved it.. i have 4090 and i9 everything hi settings..120 fps and the dots are perfect.. when i lower the ppd the dots are geting larger and larger.. so I see why other players on don't like that.. but for hi res 4k players thisnis the awnser to our problems.
  3. I am happy, on VR is is better on 2880x2720 a little bigger but please don't make it smaller. I think there must be an on off button and a slider that everyone is happy.. i understand that is you are using lower resolution you dont want multiple big dots on your screen. I Wil make a few videos on different resolutions and give my comments. For now it is mutch better and wil be good... thx..
  4. In Hi res the dots are nice.. finally i can use my vario on the highest settings no jitters and so on.. but that you like to reduce the dot on lower res that is understandable.. a button on and off then a slider to adjust will be perfect to make everyone happy .. iam happy about this modification.. if it gets smaller I don't see it anymore.. ps I fly 90% ww2
  5. Can you see the stats of air, sea or ground kill? If so how?
  6. Well i found the problem.. the base had a broken wire.. C/S thats why it went all wacky.. Found the problem..
  7. I tried everything, but do i need a custom firmware in de thrustmaster base?
  8. Please see my problem.. i have a thrustmaster base and a custom stick. I connected as shown in the video, but when i push a button.. it goes all over on inputs. can someone help me out? i used this connections null Youtube error thrustmaster
  9. Just made a small panel for for the 109 k4 i hope you like it You can download the files here for your own project. Bf109k4.com
      • 2
      • Like
  10. When I do nothing the buttons are all off.. and pressure a button all buttons are flashing in joy.cpl
  11. Question.. Thrustmaster base and custom stick.. in joy.cpl the buttons are not working and flickering... i use debolestis print 8 register 1 10k resistor and CD4021BE.. can someone help me on that? dis there a difference between 4021 chips? gr Johan
  12. Question.. Thrustmaster base and custom stick.. in joy.cpl the buttons are not working and flickering... i use debolestis print 8 register 1 10k resistor and CD4021BE.. can someone help me on that? dis there a difference between 4021 chips? gr Johan
  13. http://bf109k4.com
      • 3
      • Like
      • Thanks
  14. This one.. on my discord I have al the files if you like to build it
  15. Hi at first I like to thanks Vinc_Vega and the others that helped me out in this gauge coding.. I learned a lot here.. I had an irritating hop on zeroing.. And I am not the only one.. Here a small vid how I solved this.. And it is simple.. Thanks.. I share my contend off the Me109K4 on Discord so hop by anytime https://discord.gg/2a5kPS86
  16. I was setting up a test.. and wire for wire I transfert until it stops working... I put in the usbc in.. only one site and it stops.. in.. out.. in out.. it works slow.. took a new one... worked perfectly... up to the next project on the panel... the compas..
  17. After testing and testing.. i fount that the USBC 2 USBC cable was faulty.. it was missing a wire... changed the cable and it was working
  18. Yes saw that.. this is the original.. and tested it by exchange them.. but also no luck
  19. Ok.. then I have that also good..
  20. DI must go on TX for master and slave?
  21. Same.. do I need to change somthing on dcs or when I rotatie the encoder a led must do somthing? Now only thr green led is on and the L is on.. tx and rx is doing nothing..
  22. Question.. I made a connection RS485 Master a Mega and this code. /* Tell DCS-BIOS this is a RS-485 Master. You will need to flash this to a Mega 2560. */ #define DCSBIOS_RS485_MASTER /* Define where the TX_ENABLE signals are connected. You can connect up to three half-duplex RS-485 transceivers. Arduino Pin RS-485 Transceiver Pin TXn ------------------- DI (driver input) RXn ------------------- RO (Receiver Output) UARTn_TXENABLE_PIN ---- /RE, DE (active low receiver enable, driver enable) If you have less than three transceivers connected, comment out the corresponding #define UARTn_TEXENABLE_PIN lines for receivers that are not present. */ #define UART1_TXENABLE_PIN 2 //#define UART2_TXENABLE_PIN 3 //#define UART3_TXENABLE_PIN 4 #include "DcsBios.h" void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } Standard i think.. Connection Master - RS TX - Ro RX - DI RE+DE - Pin2 RS master - RS Slave A - A B - B +5V - +5v GND - GND RS Slave - RS TX - DI RX - TX RE+DE - Pin2 Rotary encoder Pin A1 A2 here the code #define RS485 // default is USB mode, uncomment for using at the RS485 bus #ifndef RS485 #define DCSBIOS_IRQ_SERIAL // use for Arduino UNO, NANO and MEGA // #define DCSBIOS_DEFAULT_SERIAL // use for other boards like ESP32 or Raspberry Pi Pico #endif #ifdef RS485 #define DCSBIOS_RS485_SLAVE 1 // change according your slave number (1 to 128) #define TXENABLE_PIN 2 #endif #include "DcsBios.h" /* paste code snippets from the reference documentation here */ DcsBios::RotaryEncoder altPressSet("ALT_PRESS_SET", "-3200", "+3200", A1, A2); void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } If i put the slave in usb mode it workes.. On rs485 mode it is not.. who can shine some light on this? or do i mis somthing?
  23. When I fixed the gap, it now 0.2mm and gives the needle 3 mm working on that to make it even smaller.. See the YouTube. Now to test the rs connection
  24. Ye... and the problem is indeed the IR... closing the gap.. And i understand the offset testing tonight your the best Johan
×
×
  • Create New...