WEEK 4 : (FYP2) SOFTWARE IMPLEMENTATION
For this week, I will go through the software for the project which is Arduino IDE and the Blynk application on the phone to get more understanding of the software. Arduino IDE The Integrated Development Environment (IDE) for Arduino is a cross-platform Windows framework developed in Java. It is available for a variety of operating systems, including MAC, Windows, and Linux, and it's built on the Java Platform with built-in functions and commands that help with code debugging, editing, and compilation. There are a variety of Arduino modules available, including the NodeMCU, Arduino Uno, Arduino Mega, Arduino Leonardo, and Arduino Micro, and the microcontroller used is the NodeMCU for this project. Each of them includes a programmed microcontroller on the board and accepts the information in code form. Ultimately, a hex file that is then transferred to the controller on the panel and uploaded will be generated by the main code, also can be called a sketch, generated on that IDE pl...