aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNielsCoding <n.stunnebrink@student.avans.nl>2022-11-23 19:24:30 +0100
committerNielsCoding <n.stunnebrink@student.avans.nl>2022-11-23 19:24:30 +0100
commit7c8f06220f275230916ef3f981dc316b421e47c0 (patch)
tree93dd0ea35f678104f6044e444c55ad5449a84c58
parent047a78b931a7b862fd04a7c97ca9c49f557ebb75 (diff)
picture
-rw-r--r--docs/research.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/research.md b/docs/research.md
index f0e82b0..55646da 100644
--- a/docs/research.md
+++ b/docs/research.md
@@ -109,7 +109,8 @@ Provisioning is the process by which a Bluetooth device (unprovisioned device) j
## Demo
For this demo we are trying too understand the basics behind bluetooth mesh( picture below).
-![Figure 5](img/Demo.png)
+
+![Figure 5](img/Demo.PNG)
### Difficulties
There were three difficulties for this demo: making the dongle work, making Bluetooth work on the dongle, and lastly debugging with RTT. The main problem was making the dongle work.
@@ -117,7 +118,9 @@ There were three difficulties for this demo: making the dongle work, making Blue
After accidentally removing the bootloader in the dongle, it wasn't working properly. To solve this, a bootloader hex file is needed to erase and write in the dongle with a segger j-link and the nrf connect for desktop programmer. The bootloader will be referenced in GitHub.
To make example nrf/samples/bluetooth/mesh/light or switch work with the dongle a change is needed in the .conf file.
+
![Figure 6](img/bluetoothdongleProblem.png)
+
After removing these two lines from the .conf file it will work exactly as you’d expect. For the development kit, it doesn't need to change.
Lastly to make debugging work with the RTT viewer there needs to be configurations added to the .conf file(see below).