diff --git a/vitepress/docs/src/pages/how_to_build/full_build.md b/vitepress/docs/src/pages/how_to_build/full_build.md index 91ca3b4..d56140c 100644 --- a/vitepress/docs/src/pages/how_to_build/full_build.md +++ b/vitepress/docs/src/pages/how_to_build/full_build.md @@ -11,9 +11,21 @@ import { alerts } from '../../static/alerts' ## This page will contain a step-by-step assembly guide -This guide provides a walkthrough on the assembly of a **wireless** eye tracking. +This guide provides a walkthrough on the assembly of a **wireless** V3 eye tracking. +V4 specific final docs are WIP: +[V4 LED Solderless assemblly rough edit:](https://www.youtube.com/watch?v=AVUbDNe7uNU) + -Nevertheless, it's worth noting that these instructions are also mostly applicable to those who are using wired trackers. + +Sketch of V4 solderless wiring: + +Credit: @seniorpringles, @g0ldjay via [Discord](https://discord.gg/kkXYbVykZX) + +Sketch of solder assembbly of V4: + + + +Nevertheless, it's worth noting that these instructions are also mostly applicable to those who are using wired or V4 trackers. ## Step 1: Make sure your have read the [Things to know before you start](https://docs.eyetrackvr.dev/getting_started/things_to_know) guide diff --git a/vitepress/docs/src/static/image_settings/index.ts b/vitepress/docs/src/static/image_settings/index.ts index 17adf3f..622fd18 100644 --- a/vitepress/docs/src/static/image_settings/index.ts +++ b/vitepress/docs/src/static/image_settings/index.ts @@ -503,6 +503,16 @@ const image_settings = { alt: "Screenshot showing the the controls setup", max_width: "max-width: 600px;" }, + V4_wire_sketch: { + url: "https://i.imgur.com/OWSh6WM.png", + alt: "Sketch of V4 wireing", + max_width: "max-width: 600px;" + }, + V4_solder_wire: { + url: "https://i.imgur.com/yB9e92o.jpg", + alt: "Sketch of V4 wire", + max_width: "max-width: 400px;" + }, esp_board_env: { url: "https://i.imgur.com/5BbQmCE.gif", alt: "GIF showing a switch of board enviroments.",