Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
KRVPerera committed Dec 10, 2023
1 parent 944546b commit 9d1de15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ In our project we used only the LPS331AP sensor to measure temperature values.

### IOT-LAB M3 board architecture

![IOT test bed m3 architecture](../images/m3-archi.png)
![IOT test bed m3 architecture](./images/m3-archi.png)

More details about IOT-LAB M3 board can be found here: [IoT-LAB M3 · FIT IoT-LAB](https://www.iot-lab.info/docs/boards/iot-lab-m3/)

Expand Down Expand Up @@ -365,7 +365,7 @@ Sensor needed some setup to work properly. In IOT test bed examples they initial
}
```

![Sensor Reset](../images/sensor_reset.png)
![Sensor Reset](./images/sensor_reset.png)

- **Temperature Resolution**
Resolution is set to 16 (AVGT2 AVGT1 AVGT0 100) to set the precision of temperature data according to our application.
Expand All @@ -382,8 +382,8 @@ Sensor needed some setup to work properly. In IOT test bed examples they initial
}
```
![Res conf](../images/res_conf.png)
![Res conf 1](../images/res_temp1.png)
![Res conf](./images/res_conf.png)
![Res conf 1](./images/res_temp1.png)
- **Wait for sensor to stabalize**
Expand Down

0 comments on commit 9d1de15

Please sign in to comment.