Skip to content

Commit

Permalink
Missing install library step for diy model
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbles07 committed Feb 26, 2025
1 parent 59fc0c4 commit 0861c2d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/howto-compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,16 @@ Upload Speed ➝ 921600

![board manager](images/esp8266-board.png)

3. On tools tab, set board to `LOLIN(WEMOS) D1 R2 & mini`, and let other settings to default
3. Install AirGradient library on library manager using the latest version (Tools ➝ Manage Libraries... ➝ search for `"airgradient"`)

![Aigradient Library](images/ag-lib.png)

4. On tools tab, set board to `LOLIN(WEMOS) D1 R2 & mini`, and let other settings to default

![settings esp8266](images/settings-esp8266.png)

4. Open sketch to compile (File ➝ Examples ➝ AirGradient Air Quality Sensor ➝ `<Model Option>`). Depends on the DIY model, either `BASIC`, `DiyProIndoorV3_3` and `DiyProIndoorV4_2`
5. Compile
5. Open sketch to compile (File ➝ Examples ➝ AirGradient Air Quality Sensor ➝ `<Model Option>`). Depends on the DIY model, either `BASIC`, `DiyProIndoorV3_3` and `DiyProIndoorV4_2`
6. Compile

![compiled esp8266](images/compiled-esp8266.png)

Expand Down

0 comments on commit 0861c2d

Please sign in to comment.