Skip to content

Commit b990673

Browse files
committed
Minor changes
1 parent f01ce08 commit b990673

12 files changed

Lines changed: 74 additions & 2 deletions

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
uses: peaceiris/actions-gh-pages@v3
2727
with:
2828
github_token: ${{ secrets.PAT }}
29-
publish_dir: ./build
29+
publish_dir: ./build
30+
cname: weatherstack.wtdawson.info

docs/supported-sensors/AHT10.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "AHT10"
3+
sidebar_position: 5
4+
---
391 KB
Loading
4.86 MB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "BH1750"
3+
sidebar_position: 1
4+
---
5+
6+
## BH1750: Ambient Light Sensor
7+
I specfically have the GY-302 module (**which I recommend, since it's eaiser to connect to an ESP32**), which is a breakout board for the BH1750 sensor. This sensor is used to measure ambient light levels in lux.
8+
9+
### Sensor Overview
10+
11+
| ![](GY-302-BH1750-Light-Intensity-Module-1.jpg) | ![](adafruit_products_4681_iso_ORIG_2020_07_guide.png) |
12+
| :---------------------------------------------: | :----------------------------------------------------: |
13+
| GY-302 BH1750 Light Intensity Module 1 | Adafruit BH1750 Ambient Light Sensor |
14+
15+
### Wiring Diagram
16+
17+
| ESP32 Pin | GY-302 Pin |
18+
| :-------: | :--------: |
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "BME/BMP280"
3+
sidebar_position: 4
4+
---

docs/supported-sensors/BMP180.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "BMP180"
3+
sidebar_position: 2
4+
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "CJMCU-1100"
3+
sidebar_position: 3
4+
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "ENS160 + AHT21"
3+
sidebar_position: 8
4+
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "GYML8511"
3+
sidebar_position: 7
4+
---

0 commit comments

Comments
 (0)