Skip to content

Commit 948c9ad

Browse files
committed
Update readme
1 parent df28703 commit 948c9ad

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ The main project also uses code from **dbprint**, this needs to be added alongsi
1010

1111
## 1 - GIT repo structure
1212

13-
### 1.1 - code/SLSTK3400A_blink-unoptimized
13+
### 1.1 - code/SLSTK3400A_blink-unoptimized/
1414

1515
This is an un-optimized **blink** example which was created at the start of the lab sessions to get to know *Simplicity Studio*. The code created here is referenced in [this report](doc/reports/EmbeddedDesign1-labo1-2-BrechtVanEeckhoudt-ChrisThoen.pdf) (Dutch).
1616

17-
### 1.2 - code/SLSTK3400A_blink-optimized
17+
### 1.2 - code/SLSTK3400A_blink-optimized/
1818

1919
This is an optimized **blink** example which was created at the start of the lab sessions to get to know *Simplicity Studio*. The code created here is referenced in [this report](doc/reports/EmbeddedDesign1-labo1-2-BrechtVanEeckhoudt-ChrisThoen.pdf) (Dutch).
2020

@@ -26,7 +26,7 @@ This is the main code developed for the project for the lab sessions. This is wh
2626

2727
## 2 - Documentation
2828

29-
**The following documentation is all about** `code/SLSTK3400A_ADXL362`.
29+
**The following documentation is all about** `code/SLSTK3400A_ADXL362/`.
3030

3131
<br/>
3232

@@ -109,10 +109,14 @@ We first left `automatic ChipSelect` in the `USART config` enabled. After gettin
109109

110110
**As seen above, the ChipSelect pin goes low for each byte. This is not the correct behaviour, since it needs to stay low for three bytes** (`register address`- `read/write` - `value to read/write`).
111111

112+
<br/>
113+
112114
After manually setting the CS pin high and low we got the correct behaviour, as depicted below.
113115

114116
![Auto CS = false](/doc/reports/figures/ADXL-reset-autoCSfalse-CSPD4.png?raw=true "Auto CS = false")
115117

118+
<br/>
119+
116120
The same behaviour was observed when we tried to *read a register*. The first picture below is the incorrect behaviour, afterwards we see the accelerometer responding correctly.
117121

118122
![Auto CS = true](/doc/reports/figures/ADXL-read-autoCStrue.png?raw=true "Auto CS = true")
@@ -155,3 +159,7 @@ These are rough measurements (16-12-2018), the values were not read from the sen
155159
- ODR 400 Hz ~ 35,43 - 36 µA
156160

157161
**The microcontroller was manually reset each time using the button to get these "correct" values.**
162+
163+
<br/>
164+
165+
**More current measurements can be found at [doc/reports/current-measurements/](/doc/reports/current-measurements)**

0 commit comments

Comments
 (0)