Skip to content

Commit

Permalink
Add 3D models
Browse files Browse the repository at this point in the history
  • Loading branch information
bboyho committed Nov 15, 2024
1 parent 30ab0c9 commit 00a9375
Show file tree
Hide file tree
Showing 10 changed files with 877,124 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
174,089 changes: 174,089 additions & 0 deletions docs/assets/3d_model/SparkFun_BlueSMiRF-v2-Headers_3D_model.step

Large diffs are not rendered by default.

258,337 changes: 258,337 additions & 0 deletions docs/assets/3d_model/SparkFun_BlueSMiRF-v2-Headers_3D_model.stl

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
168,657 changes: 168,657 additions & 0 deletions docs/assets/3d_model/SparkFun_BlueSMiRF-v2_3D_model.step

Large diffs are not rendered by default.

275,998 changes: 275,998 additions & 0 deletions docs/assets/3d_model/SparkFun_BlueSMiRF-v2_3D_model.stl

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions docs/hardware_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,43 @@ The board includes the following jumpers on the top and bottom of the board.



### 3D Model

3D models of the SparkFun BlueSMiRF v2 SMD and components were exported to STEP and STL files using KiCad.

<!-- Import the component -->
<script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.5.0/model-viewer.min.js"></script>

<div style="text-align: center;">
<model-viewer src="../assets/3d_model/SparkFun_BlueSMiRF-v2-Headers_3D_model.glb" camera-controls poster="../assets/3d_model/SparkFun_BlueSMiRF-v2-Headers_3D_image.png" environment-image="legacy" shadow-intensity="1.58" exposure="0.64" shadow-softness="0.24" tone-mapping="neutral" camera-orbit="-46.67deg 57.14deg 153.3m" field-of-view="30deg" style="width: 750px; height: 500px;">
</model-viewer>
</div>
<br />
<div style="text-align: center">
<a href="../assets/3d_model/SparkFun_BlueSMiRF-v2-Headers_3D_model.step" target="stp_file" class="md-button">Click Here for the STEP File</a>
</div>
<br />
<div style="text-align: center">
<a href="../assets/3d_model/SparkFun_BlueSMiRF-v2-Headers_3D_model.stl" target="stl_file" class="md-button">Click Here for the STL File</a>
</div>

3D models of the SparkFun BlueSMiRF v2 PTH and components were also exported to STEP and STL files using KiCad.

<div style="text-align: center;">
<model-viewer src="../assets/3d_model/SparkFun_BlueSMiRF-v2_3D_model.glb" camera-controls poster="../assets/3d_model/SparkFun_BlueSMiRF-v2_3D_image.png" environment-image="legacy" shadow-intensity="1.58" exposure="0.64" shadow-softness="0.24" tone-mapping="neutral" camera-orbit="-46.67deg 57.14deg 153.3m" field-of-view="30deg" style="width: 750px; height: 500px;">
</model-viewer>
</div>
<br />
<div style="text-align: center">
<a href="../assets/3d_model/SparkFun_BlueSMiRF-v2_3D_model.step" target="stp_file" class="md-button">Click Here for the STEP File</a>
</div>
<br />
<div style="text-align: center">
<a href="../assets/3d_model/SparkFun_BlueSMiRF-v2_3D_model.stl" target="stl_file" class="md-button">Click Here for the STL File</a>
</div>



### Board Dimensions

Each version of the board is 38.1mm x 15.2mm. Note that the version with the headers makes the board slightly longer by making the overall length 44.2mm. Adding a row of female 1x6 headers or jumper wires will increase the length slightly as well. There are no mounting holes for standoffs on the boards.
Expand Down
6 changes: 6 additions & 0 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ Now that you've successfully got your SparkFun BlueSMiRF v2 up and running, it's
* PTH
* [Schematic (PDF)](../assets/board_files/PTH/SparkFun_BlueSMiRF-v2_PTH_Schematic_v11.pdf)
* [KiCad Files (ZIP)](../assets/board_files/PTH/SparkFun_BlueSMiRF-v2.zip)
* 3D Model
* [STEP](../assets/3d_model/SparkFun_BlueSMiRF-v2_3D_model.step)
* [STL](../assets/3d_model/SparkFun_BlueSMiRF-v2_3D_model.stl)
* [Board Dimensions (PNG)](../assets/img/SparkFun_BlueSMiRF-v2-PTH_Board_Dimensions.png)
* SMD, with headers
* [Schematic (PDF)](../assets/board_files/SMD_Headers/SparkFun_BlueSMiRF-v2_SMD_Headers_Schematic_v11.pdf)
* [KiCad Files (ZIP)](../assets/board_files/SMD_Headers/SparkFun_BlueSMiRF-v2-SMD_Headers.zip)
* 3D Model
* [STEP](../assets/3d_model/SparkFun_BlueSMiRF-v2-Headers_3D_model.step)
* [STL](../assets/3d_model/SparkFun_BlueSMiRF-v2-Headers_3D_model.stl)
* [Board Dimensions (PNG)](../assets/img/SparkFun_BlueSMiRF-v2_SMD_Headers_Board_Dimensions.jpg)
* [Datasheet (PDF)](../assets/component_documentation/esp32-pico-mini-02_datasheet_en.pdf) (ESP32-PICO-MINI-02)
* [Firmware](https://github.com/sparkfun/SparkFun_BlueSMiRF-v2_Binaries)
Expand Down

0 comments on commit 00a9375

Please sign in to comment.