lab 3 progress

This commit is contained in:
David Westgate 2024-12-02 11:23:55 -08:00
parent ea7380774c
commit bf51e7c25b
3 changed files with 16 additions and 1 deletions

BIN
lab3/7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

BIN
lab3/8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -3,3 +3,18 @@
### Part 0: Setup ### Part 0: Setup
To prepare for this lab, I have cloned the provided meshtastic firmware repo, and removed the ESP32 feather from my board 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)