This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
simchair4:guide_collective_head_b407 [2021/03/27 11:40] hc625ma |
simchair4:guide_collective_head_b407 [2021/04/05 00:19] (current) hc625ma |
||
---|---|---|---|
Line 6: | Line 6: | ||
This is a semi-scale Bell 407 style head. This version is modeled after the 407GXP switch panel, as it has more buttons on it than others. From what I've seen, there are a lot of variants of this head with different buttons on it. Proportions should be accurate, with some minimal deviation needed to adapt the head to the existing simchair MKIV collective lever body with a physical latch. | This is a semi-scale Bell 407 style head. This version is modeled after the 407GXP switch panel, as it has more buttons on it than others. From what I've seen, there are a lot of variants of this head with different buttons on it. Proportions should be accurate, with some minimal deviation needed to adapt the head to the existing simchair MKIV collective lever body with a physical latch. | ||
- | {{: | + | {{: |
===== Components ===== | ===== Components ===== | ||
Line 25: | Line 25: | ||
===== Repository path ===== | ===== Repository path ===== | ||
- | simchair4_models\printable components\peripherals\helicopter\collective lever\c_switch panels\b407 | + | Files for this collective head are distributed for a humble fee to support further development of the project. Please consult with the [[simchair4: |
+ | |||
+ | ===== Features ===== | ||
+ | |||
+ | This is a semi-scale head with the following features: | ||
+ | |||
+ | * 2 3-way switches with middle buttons support (3 joystick buttons each) | ||
+ | * 4 buttons with mode switch support (12 joystick buttons) | ||
+ | * physical hat switch respects mode switch position and is mapped to 3 virtual hat switches | ||
+ | * this head is intended to use with levers with a 206-style lever body and a physical throttle latch | ||
===== Assembly manual ===== | ===== Assembly manual ===== | ||
- | 1. Solder wires to the hat switch. The ground wire is the top-left (black) wire. Note how it's slightly closer from the center pin than the other one. Check that every direction of the hat works with a multimeter, connect it between the GND pin and each of the other pins. | + | 1. Solder wires to the hat switch. The ground wire is the top-left (black) wire. **Note how it's slightly closer from the center pin than the other one**. Check that every direction of the hat works with a multimeter, connect it between the GND pin and each of the other pins. |
{{: | {{: | ||
Line 38: | Line 47: | ||
{{: | {{: | ||
- | 3. Insert switches to their sockets (the momentary switch goes to the starter slot, and the 2-way one goes to the wall of the panel under the red cap) and solder wires to the pins of Arduino Pro Mini as shown in the picture below: | + | 3. Insert switches to their sockets (the momentary switch goes to the starter slot, and the 2-way one goes to the wall of the panel under the red cap) and solder wires to the pins of Arduino Pro Mini **exactly** |
{{: | {{: | ||
+ | |||
+ | 4. Solder an ISP header to Arduino Pro Mini board. Solder a 7-wire cable to an Ethernet socket. Connect it to Pro Mini board as follows: | ||
+ | |||
+ | ^ CONN POINT A ^ CONN POINT B ^ | ||
+ | | ETH SOCKET PIN 1 | VCC | | ||
+ | | ETH SOCKET PIN 2 | GND | | ||
+ | | ETH SOCKET PIN 3 | SCL (A5) | | ||
+ | | ETH SOCKET PIN 4 | SDA (A4) | | ||
+ | | ETH SOCKET PIN 5 | Rx | | ||
+ | | ETH SOCKET PIN 6 | Tx | | ||
+ | | ETH SOCKET PIN 7 | DTR | | ||
+ | |||
+ | 5. Fix everything with hot glue. Put the Pro Mini board into thermal shrink tube or wrap with duct tape. Add some cable ties where needed to organize cables carefully. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | 6. Upload the firmware to the board, using the master controller set to " | ||
+ | |||
+ | #define B407_COLL_SWITCH_PANEL | ||
+ | | ||
+ | in master firmware, re-flash your master, and enjoy flying! | ||