Jump to content

JohnnyChicago

Members
  • Posts

    63
  • Joined

  • Last visited

2 Followers

About JohnnyChicago

  • Birthday 12/28/1970

Personal Information

  • Flight Simulators
    DCS-World
  • Location
    Luxembourg
  • Interests
    Flightsims and Cockpits

Recent Profile Visitors

2930 profile views
  1. https://github.com/T-Bone-one/AH-64-Apache-CMWS-Display
  2. This is my CMWS .. Esp32 "CheapYellowDisplay" (ESP32 8048S050N-I"
  3. I have a Bodnar BU0836X with these Hal sensors. After calibrating them with DVIEW everything works now !
  4. I am using these breakout boards , is that the resistor on R7 ? Should i remove these (leave open) on all boards except the last one ? (Sorry for hijacking this thread)
  5. Nope, because i cant run more than 3 devices and i dont know why..
  6. I had multiple LED Controllers connected directly to internal USB Ports on Motherboard (Case Modding). After removing them i had no more connection problems despite using powered USB Hubs for my Pit !
  7. Hi, i still need some help here. My RS485 Network is based on image below. Difference is , i have one Mega as a Master and the rest are all Nanos. On the image below there are only two Slaves.. I plan to have have 5 or more Slaves ! I made a test with breadboards with one Mega Master and two Uno Slaves.. all worked as it should ! But when i add a 3th or more Slaves (like in the image below) then there is no more communication on RX / TX..(RX / TX Led is going off on Slaves) So how i can i connect 128 slaves in theory when the maximum is 3 ?? (I know the Mega has multiple TX / RX Lines)
  8. Replace your line with this : DcsBios::LED pltGroundOverrideL(AH_64D_PLT_GROUND_OVERRIDE_L_AM, 4);
  9. I'm not on my Gaming-PC now but this is the wrong code : DcsBios::LED pltGroundOverrideBtn1(AH_64D_PLT_GROUND_OVERRIDE_BTN_AM, 4); I'll check that when i am at home .
  10. Ground Override Switch LED works fine on my side .. wrong code ?
  11. Hi, I am in the process of doing a RS485 Network. Right now i have a Mega as a Master and three Unos as Slaves, all working as it should. If i connect a 4th Uno Slave to the Network then there is no Communication . Or do i have to define more Pins in the Master Sketch ? #define UART1_TXENABLE_PIN 2 // for 3 Slaves #define UART2_TXENABLE_PIN 3 // for the next 3 Slaves ?? #define UART3_TXENABLE_PIN 4 // for the next 3 Slaves ?? Thanks Wishing you all the best
  12. Hi, Testing a RS485 Network now with one Master and one Slave ... Success ! That is now the way i go
  13. Nope, same error I tried only with my Arduinos .. all ESP32's where disconnected
  14. Thank you Before my Apache Pit i had a non finished F-16 Pit with also +/- 12 Arduinos and one ESP32... never had a problem ! Now with the Apache i have more ESP32's than Arduinos .. trying the solution from Biggus
  15. Oh that is very interesting .. it seems that only my ESP32's are affected .. im going to try this when i am at home.. Thank you !!
×
×
  • Create New...