diff --git a/lab1/lab1.md b/lab1/lab1.md index 30bb638..4e8955b 100644 --- a/lab1/lab1.md +++ b/lab1/lab1.md @@ -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 diff --git a/lab1/radio-setup.jpg b/lab1/radio-setup.jpg new file mode 100644 index 0000000..9795618 Binary files /dev/null and b/lab1/radio-setup.jpg differ diff --git a/lab1/receive-blue.jpg b/lab1/receive-blue.jpg new file mode 100755 index 0000000..f2dfc87 Binary files /dev/null and b/lab1/receive-blue.jpg differ diff --git a/lab1/receive-green.jpg b/lab1/receive-green.jpg new file mode 100755 index 0000000..02fcae9 Binary files /dev/null and b/lab1/receive-green.jpg differ diff --git a/lab1/receive-success.png b/lab1/receive-success.png new file mode 100644 index 0000000..4d9c57e Binary files /dev/null and b/lab1/receive-success.png differ diff --git a/lab1/send-success.jpg b/lab1/send-success.jpg new file mode 100755 index 0000000..e2264d2 Binary files /dev/null and b/lab1/send-success.jpg differ diff --git a/lab1/send-wait.png b/lab1/send-wait.png new file mode 100644 index 0000000..426c3f2 Binary files /dev/null and b/lab1/send-wait.png differ