Skip to content

Commit

Permalink
Week 3 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lim-Jiaxian committed Nov 4, 2023
1 parent 8fe784c commit 6672d9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ <h1>

<div class="blog-post" style="background-color:lightblue;">
<h2>- Week 1 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
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
Expand All @@ -40,7 +38,6 @@ <h2>- Week 1 -</h2>

<div class="blog-post" style="background-color:lightcoral;">
<h2>- Week 2 -</h2>

<p>
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
Expand Down Expand Up @@ -131,10 +128,12 @@ <h2>- Week 3 -</h2>
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.

<br><br><img src="./img/Arduino_BM.png" class="center">
<br><img src="./img/Blink_Start.png" class="center"><br>

</p>
<p style="text-align: center;">- Arduino Board Manager - </p>
<img src="./img/Arduino_BM.png" class="center">
<p style="text-align: center;">- Blink Start Code - </p>
<img src="./img/Blink_Start.png" class="center"><br>
<p>
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
Expand All @@ -147,7 +146,7 @@ <h2>- Week 3 -</h2>
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.
<br><br>
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
Expand Down
2 changes: 0 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ h2{
font-weight: 500;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

img{
border-radius: 5px;
}
Expand All @@ -77,4 +76,3 @@ img{




File renamed without changes.

0 comments on commit 6672d9c

Please sign in to comment.