Skip to content

Commit c90502c

Browse files
authored
Merge pull request #166 from zmumbauer/update-documentation-for-external-antenna
Document external antenna assembly for Satellite1 dev kits
2 parents 3056a5b + 1e6b368 commit c90502c

3 files changed

Lines changed: 32 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Don't forget to give the project a star! Thanks again!
9191
1. Ensure Python and pip are installed on your machine (`python --version`) and (`pip --version`)
9292
2. Create a Python Virtual Environment (`python -m venv venv`)
9393
3. Start the Python Environment (`source venv/bin/activate`)
94-
4. Install Material for MkDocs (`pip install mkdocs-material`)
95-
5. Serve MkDocs Locally (`mkdocs serve`)
94+
4. Install the documentation dependencies (`pip install -r requirements.txt`)
95+
5. Serve MkDocs locally (`mkdocs serve --livereload`)
9696

9797
<p align="right">(<a href="#readme-top">back to top</a>)</p>
9898

@@ -138,4 +138,3 @@ FutureProofHomes - [Website](https://futureproofhomes.net/) - hello@futureproof
138138
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
139139
[linkedin-url]: https://linkedin.com/in/linkedin_username
140140

141-
1.83 MB
Loading

docs/satellite1-assembly.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,45 @@
1-
The Satellite1 Dev Kit comes in two pieces:
1+
## Included Components
2+
3+
The Satellite1 Dev Kit comes in three pieces:
24

35
1. The "Hat" (round board)
46
2. The "Core" (rectangular board)
7+
3. The Satellite1.1 external WiFi antenna
8+
9+
## Hardware Assembly
10+
11+
### Step 1: Attach the External Antenna
12+
13+
!!! note
14+
15+
All dev kits ordered on or after February 17, 2026 include an external antenna for improved Wi-Fi strength. This antenna is required to connect the board to Wi-Fi. If the included antenna is too large for your setup, you can use a smaller antenna with an IPEX connector.
516

6-
You'll notice a standard Raspberry Pi 40-pin header on the Hat board (marked in red). Carefully align the Core board's 2 rows of pins with the Hat's 40 pin connector and press them together.
17+
Press the antenna connector onto the connector on the Core board next to the ESP32 chip.
18+
19+
![Attach antenna to Core board](assets/mount_antenna_to_core.png){ width="100%" }
20+
21+
### Step 2: Attach the Core to the Hat
22+
23+
Locate the Raspberry Pi standard 40-pin header on the Hat board. Carefully align the Core board's two rows of pins with the Hat's 40-pin connector, then press the boards together.
724

825
!!! note "Press Firmly!"
926

10-
The 40-pin should poke through the top of the HAT so that it feels like reading braille with your fingers.
27+
The pins should protrude through the top of the Hat enough to be felt with your fingertips.
28+
29+
![Mount Core to Hat](assets/mount_core_to_hat.png){ width="100%" }
1130

12-
![Mount Core to Hat](/assets/mount_core_to_hat.png){ width="100%" }
31+
!!! note "Compatibility"
1332

14-
!!! note "FUN FACT!"
33+
The Satellite1 Hat board can also be mounted to a Raspberry Pi Zero 2 W. Raspberry Pi firmware support is still in development. If you want to help test it, find us in the Discord community.
1534

16-
By design you can mount the Satellite1 Hat board to a Raspberry Pi Zero 2W. And yes, we're working on RPI firmware. :) If you're a serious developer and want to help please find us in the Discord community.
35+
### Step 3: Power Up
1736

18-
## First Boot - Powering On
37+
!!! warning "Use the Correct USB-C Port"
1938

20-
1. Plug-in to the Hat's USB-C port labeled "CORE/ESP" using the 30W USB-C power adapter & cable supplied in your dev kit.
21-
1. !!! warning "Use correct USB-C port"
22-
If you plug-in to the "XMOS" port you will not hear audio from the Sat1's amplifier to your speaker.
39+
If you plug into the port labeled "XMOS", you will not hear audio from the Sat1 amplifier.
2340

41+
1. Plug in to the Hat's USB-C port labeled "CORE/ESP" using the 30 W USB-C power adapter and cable supplied with your dev kit.
2442

25-
2. Upon first boot, you will see a blue LEDs count down clockwise as the device flashes the XMOS audio processor.
43+
2. On first boot, the blue LEDs will count down clockwise while the device flashes the XMOS audio processor.
2644

27-
3. Finally, the LEDs will begin to sparkle a warm white color. Congratulations! [Click here to connect your Satellite1 to Home Assistant.](satellite1-connecting-to-ha.md)
45+
3. When the LEDs begin sparkling warm white, the device is ready. Continue to [Connect Your Satellite1 to Home Assistant](satellite1-connecting-to-ha.md).

0 commit comments

Comments
 (0)