Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/AndunHH/spacemouse
Browse files Browse the repository at this point in the history
The updated readme was missing
  • Loading branch information
AndunHH committed Jun 16, 2024
2 parents b13ab44 + c866c98 commit 1acee56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ After compiling and uploading the programm to your hardware, you can connect via

Read and follow the instructions throughout the config.h file and write down your results. Recompile after every step.

1. Check and correct your pin out -> Refer to the pictures in the (Electronics)[#electronics] section below.
1. Check and correct your pin out -> Refer to the pictures in the [Electronics](#electronics) section below.
2. Tune dead zone to avoid jittering
3. Getting min and max values for your joysticks
- There is a semi-automatic approach, which returns you the minimum and maximum values seen within 15s.
Expand Down Expand Up @@ -160,7 +160,7 @@ The spacemouse is connected to an arduino Pro Micro 16 Mhz. Check out the wiring
The calculations in the programm expect AX to be the vertical joystick in front of you and AY the horizontal in front of you. B, C and D are clockwise around the spacemouse.
Maybe your joystick axis are named X and Y in an other orientation. That doesn't matter. Connect them and use the config file to put the pin the vertical joystick in front of you (=AX) to the first position. In teaching techs example, this is A1 and A0 follows second for AY.

![analog](https://github.com/AndunHH/spacemouse/assets/76771247/150d7ad8-c8fc-4b01-9628-41bf6c72f0c1)
![analog](https://github.com/AndunHH/spacemouse/assets/76771247/7291c95d-d679-4f29-b2e0-4cdbf8c6b466)

The calculation in this programm results in X, Y and Z calculated as shown in the middle of the picture.
If this doesn't suit your programm change it by using the INVX or SWITCHYZ.
Expand Down

0 comments on commit 1acee56

Please sign in to comment.