Jump to content

Recommended Posts

Posted
2 hours ago, AusMumbles said:

Easy, I've still got the sketchup 17 to svg plug in on my main PC. I'll see if I can make a zip with all the bits this weekend coming for you. 

Thank you mate 

  • Like 1
Posted

Anyone had success using these rotary encoders? Messing with it last night, I couldn’t get it to work with the Leo Bodnar BBI-64. The really cheap EC11 encoders I got off of Ali worked just fine. I have not attempted it with a Pro Micro though.

https://www.diymore.cc/products/rotating-potentiometer-knob-cap-digital-control-module-rotary-encoder-controller-switch-5v-diy-kit-electronic-pcb-board-module


Sent from my iPhone using Tapatalk

Posted (edited)
20 hours ago, ITR1102 said:

Anyone had success using these rotary encoders? Messing with it last night, I couldn’t get it to work with the Leo Bodnar BBI-64. The really cheap EC11 encoders I got off of Ali worked just fine. I have not attempted it with a Pro Micro though.

https://www.diymore.cc/products/rotating-potentiometer-knob-cap-digital-control-module-rotary-encoder-controller-switch-5v-diy-kit-electronic-pcb-board-module


Sent from my iPhone using Tapatalk

 

I had these same ones the first time, apparently, they are not compatible with Bodnar boards, only with Arduino


@ITR1102

To add, though i could be mistaken: it seems any basic encoder without PCB should work for Bodnars

Edited by Nightdare
  • Like 1

Intel I5 13600k / AsRock Z790 Steel Legend / MSI  4080s 16G Gaming X Slim / Kingston Fury DDR5 5600 64Gb / Adata 960 Max / HP Reverb G2 v2

Rhino FFB / Virpil MT50 Mongoost T50 Throttle, T50cm Grip, VFX Grip, ACE Rudder / WinWing Orion2 Navy, UFC&HUD, PTO2, 2x MFD1, PFP7 / Logitech Flight Panel / VKB SEM V  / 2x DIY Bodnar Button Panels

DCS Juli 2025.jpg

Posted

The Bodnar board was very attractive to me to reduce the number of USB cables going to the PC. For those with multiple Arduinos, are you using I2C to daisy chain them or USB hubs? If I2C, I’ll have more questions


Sent from my iPhone using Tapatalk

Posted

Interested as well. For simplicity, I use USB hub, with buttons to power the arduino down when not using the pit but regular pc stuff.

For i2c, my question is how to pass/link the dcs-bios commands through it?

 

Posted
On 2/5/2025 at 8:51 AM, MAXsenna said:

Yup, but will give you the best! emoji1.png

Sent from my SM-A536B using Tapatalk
 

If you don’t value your wallet. Search Spherical Collimated Display.  

  • Like 1
Posted
On 2/9/2025 at 12:00 PM, ITR1102 said:

Anyone had success using these rotary encoders? Messing with it last night, I couldn’t get it to work with the Leo Bodnar BBI-64. The really cheap EC11 encoders I got off of Ali worked just fine. I have not attempted it with a Pro Micro though.

https://www.diymore.cc/products/rotating-potentiometer-knob-cap-digital-control-module-rotary-encoder-controller-switch-5v-diy-kit-electronic-pcb-board-module


Sent from my iPhone using Tapatalk

What the hell with all the resistors a d Capacitors? Some kind of debounce? Bodnar boards expect a clean direct wired Encoder. So either remove the components and bridge. Or just pull the encoder off the board and direct wire from the encoder. 

10 hours ago, ITR1102 said:

The Bodnar board was very attractive to me to reduce the number of USB cables going to the PC. For those with multiple Arduinos, are you using I2C to daisy chain them or USB hubs? If I2C, I’ll have more questions emoji6.png


Sent from my iPhone using Tapatalk

I mean a Mega has more digital inputs than a Bodnar board. But needs to be interfaced DCS-BIOS not HID. For big heaps of panels DCS-BIOS Megas give you more per USB connection.

  • 2 weeks later...
Posted
7 hours ago, Biggus said:

Pourriez-vous partager vos fichiers révisés ? J'ai essayé de dupliquer la conception originale à plusieurs reprises, sans succès.

Hi, I'm preparing this

  • Like 1
  • Thanks 1
Posted (edited)

Hello,

I'm using DCS-BIOS to bind the switches to the game. I could not find these bindings for the F-14, but they are really convenient.
For the AP engage and the X/Y tacan mode, these bindings exist with a rotary encoder instead of a switch.

Here is the code I added in the F-14.lua file, in MOD\Script\DCS-BIOS. Also, I removed this original line :
defineFixedStepTumb("PLT_TACAN_CHANNEL", 47, 3336, 2043, 2, {-1, 1}, {-1, 1}, nil, "TACAN PILOT", "PILOT TACAN Channel XY")

It works for me. Hope this helps, thanks.
JAR

PS : Of course, in your Arduino code, you need to define new functions with the sentences passed ("ON_THE_BALL"...). Ping me if you need a hand, as it is not that obvious at first.

 

-- Carrier "Tomcat on the Ball"
definePushButton("ON_THE_BALL", 2, 3749, nil, "Communications", "Tomcat on the Ball")

-- Carrier departure "Salute"
definePushButton("SALUTE", 18, 3023, nil, "Communications", "Salute")

-- Cockpit open canopy
definePushButton("CANOPY_OPEN", 12, 3183, nil, "Cockpit", "Open Canopy")

-- Autopilot Engage
defineToggleSwitch("PLT_AUTOPLT_ENGAGE", 22, 3041, 2112, "Autopilot", "Engage autopilot")

-- Tacan X_Y
defineToggleSwitch("PLT_TACAN_CHANNEL", 47, 3336, 2043, "Tacan", "Mode X_Y")

 

What a mess. 🙂

2 sides done, 1 more to go with the center.

IMG_20250201_005723[1].jpg

IMG_20250201_011154[1].jpg

Edited by Jar72
  • Like 7
Posted
5 hours ago, Jar72 said:

 

IMG_20250201_011154[1].jpg

 

Jar 72, care to share what wheeled pots/encoders that are and maybe a pic from the underside on how you have them mounted?

Intel I5 13600k / AsRock Z790 Steel Legend / MSI  4080s 16G Gaming X Slim / Kingston Fury DDR5 5600 64Gb / Adata 960 Max / HP Reverb G2 v2

Rhino FFB / Virpil MT50 Mongoost T50 Throttle, T50cm Grip, VFX Grip, ACE Rudder / WinWing Orion2 Navy, UFC&HUD, PTO2, 2x MFD1, PFP7 / Logitech Flight Panel / VKB SEM V  / 2x DIY Bodnar Button Panels

DCS Juli 2025.jpg

Posted (edited)
Il y a 8 heures, Biggus a dit :

Merci@Hagen!

Quel modèle d'interrupteur à bascule avez-vous utilisé ? Mon E-ten 1322 a une apparence légèrement différente au niveau de la partie centrale de l'interrupteur.

Vous avez besoin d'un interrupteur DPDT ON-OFF-ON

image.jpeg

Edited by Hagen
  • Like 1
Posted (edited)

Custom F-14 Throttle Build “Realistic” & Functional

My old first diy throttle went fubar so

I have built a new custom F-14 throttle for DCS that brings a high level of realism and functionality to my sim setup. It’s designed to replicate the feel of the real Tomcat throttle while integrating custom features for smoother operation.

 

Key Features:

Dual Independent Throttles Provides precise control over both engines, just like in the real jet.

Motorized Wingsweep Automatically moves to match the in-game position or allows manual input when disengaged. This prevents unwanted feedback loops while keeping it in sync with the aircraft.

DCS-BIOS Integration Allows full synchronization with in-game controls, preventing conflicts between hardware and software inputs.

Replicates the F-14 real throttle behavior for startup and afterburner engagement.

Designed for durability and a realistic tactile feel, with smooth but firm movement on all controls.

 

This throttle setup significantly improves immersion and control in the F-14. If anyone is interested in the build process or has questions about DCS-BIOS integration, feel free to ask!

IMG_7947.jpeg

IMG_7953.jpeg

IMG_7993.jpeg

IMG_8022.jpeg

IMG_8029.jpeg

IMG_8056.jpeg

IMG_8058.jpeg

IMG_8057.jpeg

IMG_8059.jpeg

IMG_8062.jpeg

IMG_8066.jpeg

IMG_8067.jpeg

IMG_8072.jpeg

IMG_8094.jpeg

IMG_8095.jpeg

 

IMG_8107.jpeg

IMG_8129.jpeg

IMG_8161.jpeg

IMG_8181.jpeg

IMG_8209.jpeg

And the tacan 🤗

IMG_8227.jpeg

IMG_8241.jpeg

IMG_8248.jpeg

IMG_8246.jpeg

IMG_8240.jpeg

IMG_8103.jpeg

Edited by PilotYikes
  • Like 8
Posted

Very nice making.👍

It would be great to introduce ourselves through construction and integration of the wingsweep.

Posted

Hagen I used a bourns motorized potmeter and gear to move the handle, dcs gives me the position to dcs bios , 

wing handle  in emergency position , the analog port will communicate with the usb lib with windows and is coupled as a axis in game . The analog input to the joystick lib Its not sending anydata when its closed . But dcsbios will give the position/value to the arduino code and it will move the motor according the analog read/position

IMG_8250.jpeg

IMG_8251.jpeg

  • Like 4
Posted
1 hour ago, PilotYikes said:

Hagen I used a bourns motorized potmeter and gear to move the handle, dcs gives me the position to dcs bios , 

wing handle  in emergency position , the analog port will communicate with the usb lib with windows and is coupled as a axis in game . The analog input to the joystick lib Its not sending anydata when its closed . But dcsbios will give the position/value to the arduino code and it will move the motor according the analog read/position

IMG_8250.jpeg

IMG_8251.jpeg

Thanks, I didn't know  bourns motorized potentiometer.

×
×
  • Create New...