diff --git a/lab3/7.png b/lab3/7.png new file mode 100644 index 0000000..a4809f1 Binary files /dev/null and b/lab3/7.png differ diff --git a/lab3/8.png b/lab3/8.png new file mode 100644 index 0000000..75bdb7c Binary files /dev/null and b/lab3/8.png differ diff --git a/lab3/lab3.md b/lab3/lab3.md index 2c1371f..9b22df6 100644 --- a/lab3/lab3.md +++ b/lab3/lab3.md @@ -2,4 +2,19 @@ ### Part 0: Setup -To prepare for this lab, I have cloned the provided meshtastic firmware repo, and removed the ESP32 feather from my board \ No newline at end of file +To prepare for this lab, I have cloned the provided meshtastic firmware repo, and removed the ESP32 feather from my board + +![1.png](./1.png) +![2.jpg](./2.jpg) + +Then, I continue to follow the instructions for downloading and building the firmware using Visual Studio Code and the PlatformIO Plugin + +![3.png](./3.png) +![4.png](./4.png) +![5.png](./5.png) +The firmware building was successfull. Then end result is a `uf2` file which I can flash onto the RP2040 (after starting it in boot mode) +![6.png](./6.png) +At this point, things looks good. I am able to use the `meshtastic` python application to get info from the RP2040 +![7.png](./7.png) +I then set the region to `US` as well as my owner and node name +![8.png](./8.png) \ No newline at end of file