## Lab 3: Meshtastic ### Part 0: Setup 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)