From 6672d9c04b0c48433694f597a8d1ff6bca4a3953 Mon Sep 17 00:00:00 2001 From: Lim Jia Xian Date: Sat, 4 Nov 2023 14:04:31 +0800 Subject: [PATCH] Week 3 Update --- index.html | 15 +++++++-------- styles.css | 2 -- ...{ESP32_Testing.mp4 => ESP32_BlinkTesting.mp4} | Bin 3 files changed, 7 insertions(+), 10 deletions(-) rename vid/{ESP32_Testing.mp4 => ESP32_BlinkTesting.mp4} (100%) diff --git a/index.html b/index.html index 87d3cb6..44a2e83 100644 --- a/index.html +++ b/index.html @@ -19,8 +19,6 @@

- Week 1 -

-

The first week of PFD lesson involves the objectives of undertaking real-life IT projects by making use of scrum (Lightweight Framework) via different challenge statements. My team was assigned the challenge @@ -40,7 +38,6 @@

- Week 1 -

- Week 2 -

-

After meeting with our lecturer, our team decided to discard our prior concept because it did not accurately correspond with the challenge statement. Subsequently, we have opted to redirect our efforts @@ -131,10 +128,12 @@

- Week 3 -

couple of jumper wires. This mark the start and beginning of my journey to create the SEER GPS Tracker. Despite not having the GPS Tracker device yet, i have initiated the process of conducting and testing the evaluation of the ESP32 NodeMCU's functionality to ensure that it is in a proper working condition. - -

-

- +

+

- Arduino Board Manager -

+ +

- Blink Start Code -

+
+

To begin testing the functionality of the ESP32 NodeMCU development board, I utilized the Arduino IDE, an open-source integrated development environment that enables users to write, compile, and upload code to Arduino boards. Since the ESP32 NodeMCU board is compatible with the Arduino IDE, I decided to use this @@ -147,7 +146,7 @@

- Week 3 -

boards use different microcontrollers, and the Arduino IDE needs to know which microcontroller it is generating code for in order to produce the correct machine code.

- Lastly, i made use of an online simple testing blink start.ino file. Since the ESP32 NodeMCU + Lastly, i made use of an online simple testing blink start.ino file for testing. Since the ESP32 NodeMCU has a built-in LED that can be controlled using the same digital pin as the Arduino board. To test the functionality of the ESP32 NodeMCU, i uploaded the blink start code to the ESP32 NodeMCU and observe the behavior of the built-in LED. If the LED blinks on and off every second, then the ESP32 NodeMCU is diff --git a/styles.css b/styles.css index 354a74e..fd9b281 100644 --- a/styles.css +++ b/styles.css @@ -62,7 +62,6 @@ h2{ font-weight: 500; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } - img{ border-radius: 5px; } @@ -77,4 +76,3 @@ img{ - diff --git a/vid/ESP32_Testing.mp4 b/vid/ESP32_BlinkTesting.mp4 similarity index 100% rename from vid/ESP32_Testing.mp4 rename to vid/ESP32_BlinkTesting.mp4