Skip to content

Commit

Permalink
Minor texts changes for smols page. (#328)
Browse files Browse the repository at this point in the history
* additional receiver antenna info

* Rewrite of texts

* Formatting fix

* Rewrite of texts

* Rewrite of texts

* Update smol-slime.md

* Formatting

* Rewrite

* Rewrite

* Formatting

* upd

* revert

* Refactoring

* Minor texting changes for smols page.

* Update src/diy/smol-slime.md

Co-authored-by: Fae Daunt <[email protected]>

* Update smol-slime.md

---------

Co-authored-by: Fae Daunt <[email protected]>
  • Loading branch information
Depact and calliePepper authored Feb 20, 2025
1 parent 0137f08 commit bb0a2c4
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions src/diy/smol-slime.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Before you start, decide on [how many trackers you may need](../slimevr101.md#ho
- LSM6DSV
- LSM6DSV16B

```admonish warning
BMI160 is not supported due to poor performance.
```

### Compatible Magnetometers (Optional)
- AK09940
- BMM150 (Not Tested)
Expand Down Expand Up @@ -109,7 +113,7 @@ Battery must be 50ma or larger with XIAO nRF52840 and 100ma or larger with Super

## Firmware
```admonish important
The recommended method of getting the firmware is in the pre-compiled section if you don't need custom config or pin defines.
The recommended method of getting the firmware is in the [pre-compiled section](#pre-compiled-firmware-for-default-pins) if you don't need custom config or pin defines.
```

### Cloning Repositories
Expand Down Expand Up @@ -181,12 +185,17 @@ Board defines can be found in ```\boards\``` for overlays (Boards within the Zep
| 🏃 Tracker | SlimeVR Mini (Prototype 2) | Enabled | Enabled | [Link](https://github.com/Shine-Bright-Meow/SlimeNRF-Firmware-CI/releases/download/latest/SlimeNRF_Tracker_SlimevrMini2.uf2) | N/A |
| 🏃 Tracker | SlimeVR Mini (Prototype 2) | Enabled | Disabled | [Link](https://github.com/Shine-Bright-Meow/SlimeNRF-Firmware-CI/releases/download/latest/SlimeNRF_Tracker_NoSleep_SlimevrMini2.uf2) | N/A |

#### Previous builds
<details>
<summary>Previous builds</summary>

Previous builds can be found here: <a href="https://github.com/Shine-Bright-Meow/SlimeNRF-Firmware-CI/actions" target="_blank">https://github.com/Shine-Bright-Meow/SlimeNRF-Firmware-CI/actions</a>

1. Click on a successful workflow run ✅ for a date period.
1. Scroll down to the **Artifacts** section.
1. Download desired device firmware.
1. Extract zip file.
2. Scroll down to the **Artifacts** section.
3. Download desired device firmware.
4. Extract zip file.

</details>

### Updating Adafruit Bootloader (SuperMini / XIAO)
1. You can download them here. <a href="https://github.com/adafruit/Adafruit_nRF52_Bootloader/releases" target="_blank">https://github.com/adafruit/Adafruit_nRF52_Bootloader/releases</a>
Expand Down Expand Up @@ -343,6 +352,10 @@ Once trackers are paired, the LED should stop blinking once per sec. To exit pai
* While charging - Solid - Fully charged.

## HID Protocol
```admonish important
This section provides advanced information about the communication protocol and is not required for building your own smol slimes.
```

```admonish warning
The HID Protocol is not final and may subject to change with upcoming versions of SlimeVR Server.
```
Expand Down

0 comments on commit bb0a2c4

Please sign in to comment.