Back to Parent

Process

In reaching the intended goal, I faced several challenges and proceeded through a sequence of actions. Initially, I encountered difficulty due to my lack of familiarity with Particle syntax. To overcome this, I looked into the Lab Docs, specifically searching for information on the "for loop."

While testing the initial code version, which aimed to make the LED blink three times before turning on/off, I encountered an issue where the LED only blinked once. Upon investigation, I realized that I had overlooked including a delay(500) function at the end of the for loop. This absence led the LED to flash so quickly that it escaped human perception.

Moreover, I tackled various parts of the exercise by following the instructions outlined on the DIoT website. I made adjustments to the details and order of the sample code components to observe potential different outcomes. Beyond the guide's instructions, I dedicated more time to practice circuit connection and arrangement, meticulously checking the code for syntax errors, particularly focusing on parentheses and spaces, and engaging with programming syntax files for better comprehension.


Content Rating

Is this a good/useful/informative piece of content to include in the project? Have your say!

0