lab 1 done

This commit is contained in:
David Westgate 2024-11-04 17:11:43 -08:00
parent 607dfda6ff
commit 946b660079
7 changed files with 22 additions and 0 deletions

View File

@ -19,6 +19,28 @@ After simply copying the file and waiting a few minutes, the storage device diss
I can now move on to verify the radio activity functions correctly.
### Part 1: Verify Radio
To get started with radio verification, I power on my board with board in proximity with my classmate Gatlin. My board is on the left
![radio-setup](./radio-setup.jpg)
#### Send
After downloading and copying the send code I test this out by pressing the power button on my device. I can verify success by seeing the other board light up with the LED
![send-success](./send-success.jpg)
#### Receive
I then copy the receive code to my board and open up the python serial connection (process elaborated on below)
On Gatlin's board, I press the power button a few times. The results here show success, as the LED color changes between red, blue and green, and packets are shown to be received in the python terminal.
![receive-blue](./receive-blue.jpg)
![receive-green](./receive-green.jpg)
![receive-success](./receive-success.png)
### Part 2: Serial Console
To verify serial access capabilities with my featherboard, I will be following the linux instrutions provided

BIN
lab1/radio-setup.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
lab1/receive-blue.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
lab1/receive-green.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
lab1/receive-success.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
lab1/send-success.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
lab1/send-wait.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB