diff --git a/docs/documentation/hardware/BOM.md b/docs/documentation/hardware/BOM.md
index 78ebbf3..b826a07 100644
--- a/docs/documentation/hardware/BOM.md
+++ b/docs/documentation/hardware/BOM.md
@@ -1,2 +1,14 @@
# BOM
+### Embedded hardware
+
+- [BNO085](https://shop.slimevr.dev/products/slimevr-imu-module-bno085) (IMU)
+- [Custom PCB](https://github.com/Sorakage033/SlimeVR-CheeseCake/tree/main/002-%E2%80%98%E2%80%99Choco%E2%80%98%E2%80%99SpecialRemake) (Use file 8 9 and 10 and pcb thickness 1 mm)
+- [Battery](https://nl.aliexpress.com/item/32583443309.html) (900 mAh)
+- [3D print model](https://github.com/Sorakage033/SlimeVR-CheeseCake/blob/main/004-3D%20Print%20Model/001.3-Chocolate-Case_TypeC-Only.stl)
+
+- [Optional Acrylic lid](https://github.com/Sorakage033/SlimeVR-CheeseCake/blob/main/004-3D%20Print%20Model/acryliclid.svg)
+
+#### Extra notes for assembly
+* Watch out when inserting the assembled product into the case. Make sure you put it in at an angle so you don't break the power switch.
+
diff --git a/docs/documentation/hardware/sensors.md b/docs/documentation/hardware/sensors.md
index ea7d2a3..3bc1629 100644
--- a/docs/documentation/hardware/sensors.md
+++ b/docs/documentation/hardware/sensors.md
@@ -21,7 +21,9 @@ There are a lot of different IMU's with a lot of different specifications.
* Bmi160
### Which one are we gonna use?
+
We are going to use the BNO085 because it has the least amount of drift and its very versatile. We can get almost any type of rotational and acceleration data from it.
+
---