-
Posts
63 -
Joined
-
Last visited
About JohnnyChicago
- Birthday 12/28/1970
Personal Information
-
Flight Simulators
DCS-World
-
Location
Luxembourg
-
Interests
Flightsims and Cockpits
Recent Profile Visitors
2930 profile views
-
https://github.com/T-Bone-one/AH-64-Apache-CMWS-Display
-
JohnnyChicago started following Total Controls Apache Keyboard Unit , Apache CMWS display , AH-64 Throttle 737DIYSIM and 3 others
-
-
I have a Bodnar BU0836X with these Hal sensors. After calibrating them with DVIEW everything works now !
-
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)
-
Nope, because i cant run more than 3 devices and i dont know why..
-
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 !
-
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)
-
Replace your line with this : DcsBios::LED pltGroundOverrideL(AH_64D_PLT_GROUND_OVERRIDE_L_AM, 4);
-
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 .
-
Ground Override Switch LED works fine on my side .. wrong code ?
-
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
-
Hi, Testing a RS485 Network now with one Master and one Slave ... Success ! That is now the way i go
-
Nope, same error I tried only with my Arduinos .. all ESP32's where disconnected
-
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
-
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 !!