@@ -40,7 +91,10 @@ Official SlimeVR Tracker v1.2 hardware uses an SPI interface to overcome this li
-**TOTAL COST**: ~$
+
+ TOTAL COST:
+ ~
+
**Please note**: JST connectors are an optional convenience if you want to be able to disconnect your extensions. If you plan on never disconnecting your extensions, you do not need JST connectors. Instead, hardwiring the extensions is recommended for durability.
@@ -54,10 +108,6 @@ The second most impactful choice will be where you choose to purchase your compo
While purchasing components, especially from AliExpress, it is also highly recommended to purchase one or two extra of each part in case they come dead on arrival or due to soldering mistakes. Keep in mind that AliExpress shipping times are quite long, which means replacements for faulty components may have a very long wait timeβso plan accordingly. Generally speaking, IMUs generally have the highest DOA (dead-on-arrival) rate. Wemos D1 Minis, TP4046 charging boards, and batteries are all fairly reliable with low DOA ratesβhowever it still may be worthwhile purchasing extras just in case.
-* TOC
-{:toc}
-
-
### Tools
You will need various tools to be able to put together a tracker. You may have these already, have a friend or a maker space nearby where you can borrow these:
@@ -153,16 +203,90 @@ Some parts are known to arrive DOA β including 1-2 spares in your order is rec
- IMU (Most notably MPU, BMI160)
*Created by Carl (), edited by calliepepper, nwbx01, Smeltie, and Amebun*
-
+
From 923b66d57279f742ea43e8b028656f2d6146729c Mon Sep 17 00:00:00 2001
From: DeltaImpact
Date: Wed, 17 Jun 2026 13:43:32 +0200
Subject: [PATCH 2/2] upd
---
.../js/diy-calculator/components-data.js | 69 ++++++++++---------
1 file changed, 35 insertions(+), 34 deletions(-)
diff --git a/src/assets/js/diy-calculator/components-data.js b/src/assets/js/diy-calculator/components-data.js
index ae01b9ae7..5430cdd98 100644
--- a/src/assets/js/diy-calculator/components-data.js
+++ b/src/assets/js/diy-calculator/components-data.js
@@ -364,40 +364,6 @@ export const componentCategories = [
{
name: 'Straps',
choices: [
- {
- name: 'π‘ Generic AliExpress straps - 6 pcs (AliExpress)',
- description: '1 pack for fewer than 6 trackers, 2 for 6+.',
- amount: (set) => set < 6 ? 1 : 2,
- cost: () => 5,
- costAll: (set) => (set < 6 ? 1 : 2) * 5 + 2.77,
- links: '\
- AliExpress straps \
- $5 per 6-pack, plus $2.77 shipping.',
- },
- {
- name: 'π‘ Generic Amazon straps - 5 pcs (Amazon)',
- description: '1 pack for under 5 trackers, 2 for 5+.',
- amount: (set) => set < 5 ? 1 : 2,
- cost: () => 9.00,
- costAll: (set) => (set < 5 ? 1 : 2) * 9.00,
- links: '\
- Amazon straps \
- $9 per 5-pack.',
- },
- {
- name: 'π’ VYRO VR Silicone Straps',
- amount: (set) => Math.ceil(set / 10),
- cost: () => 27.46,
- costAll: (set) => Math.ceil(set / 10) * 27.46,
- links: '\
- VYRO VR Silicone Straps \
- 10-pack: 2x30cm + 4x35cm + 2x50cm + 2x110cm\
-