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 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