Table of Contents

Simchair MKIV EVO USB collective lever base

Components

Repository path

simchair4_models\printable components\peripherals\helicopter\collective lever\a_base\

please use Simchair Configurator to see which printed parts go where!

Features

If you already have your nice sim pit setup you don't want to change, and just need a solid collective lever to complete it, this is your choice. This version here does not have the top extension slot, if you want it, just take the enclosure part from the i2c EVO version, and route the ethernet cable between the base and the extension inside of the base box.

This lever has the following functions:

IMPORTANT: IF THR MODE SWITCH IS ENABLED, TO INITIALIZE THROTTLE AXES, FLIP IT UP AND DOWN AFTER LEVER STARTUP

Assembly Guide

Please follow the assembly guide for the classic base up to the point of wiring things. From there, please solder the USB-B socket to a cut micro-USB cable (look at the colors of wires in the picture below, the socket on the pic is facing us), insert it into a Pro Micro board, and then follow the connections table:

To make soldering the USB-B socket easier, cut some part of each wire of the ribbon cable on the Arduino side, making it thinner. After soldering, carefully check that the board is detected by your PC and can be flashed, and pour some hot glue onto the board to fix soldered wires. After it cools down, check the board again, if it works, go ahead with the rest of the wiring process.

CONN POINT A CONN POINT B
MODE SW LEFT BOTTOM PIN Pro Micro PIN 4
MODE SW LEFT MIDDLE PIN Pro Micro GND
MODE SW LEFT BOTTOM PIN Pro Micro PIN 5
MODE SW RIGHT TOP PIN Pro Micro PIN 6
MODE SW RIGHT MIDDLE PIN Pro Micro GND
MODE SW RIGHT BOTTOM PIN Pro Micro PIN 7
SS495A1 VCC VCC CABLE JOINT
SS495A1 GND GND CABLE JOINT
SS495A1 SIGNAL Pro Micro PIN A0
THR POT LEFT (looking from the back) VCC CABLE JOINT
THR POT RIGHT GND CABLE JOINT
THR POT MIDDLE Pro Micro PIN A1
I2C RIBBON VCC VCC CABLE JOINT
I2C RIBBON GND GND CABLE JOINT
I2C RIBBON SDA Pro Micro PIN 2
I2C RIBBON SCL Pro Micro PIN 3
VCC CABLE JOINT Pro Micro PIN VCC
GND CABLE JOINT Pro Micro PIN GND

Flashing and configuration

To enable the lever, uncomment

  #define COLLECTIVE_STHR_EVO_USB
  

To calibrate the lever, go to hca_collective_single_throttle_evo_usb tab, enable calibration and disable the map function:

  #define CALIBRATE_SCOLL_EVO_USB
  #define COLL_EVO_USB_ENABLE_MAP_FUNCTION 0
  

Look for endpoint values and put them here:

  #define COLL_EVO_USB_PHYS_Z_MIN 0
  #define COLL_EVO_USB_PHYS_Z_MAX 1000
  #define COLL_EVO_USB_PHYS_THR0_MIN 149
  #define COLL_EVO_USB_PHYS_THR0_MAX 703
  #define COLL_EVO_USB_PHYS_THR0_MAX_MINUS_PHYS_THR0_MIN 559 //  PHYSICAL THR MAX MINUS THR MIN
  

After that, enable the map function, check that everything works as intended, and add those values into the <SINGLE_COLLECTIVE_EVO_USB> section of the configuration tab.