This post is in reference of point #6, calling functions of my code with timers.
I have an Ethermega (Freetronics Mega2560 combined with Ethernet Shield), soldered to the Ethermega’s proto area I have a DS3231 chronodot RTC. Also in the circuit is a single DHT22 sensor and together, they are queried with each pass of my loop to control any of 8 relays. My newbie code skills are evident in my sketch, but it compiles and uploads all the same and spins like a top IMO.
That aside, I am able to upload the Arduino Ethernet example and can toggle my relays via BLynk just fine.
Of course I would love to integrate Blynk into my sketch, or as you stated, I can integrate my Sketch into the Blynk example. Without completely hijacking this thread away from the OP’s questions, can I ask for some foundational literature that will help me in my studies? Being a newb, I request to not be inundated with partially related materials as this will frustrate me and make my learning curve all the more difficult to get through. Actually, if it’s possible, is there a theoretical explanation of how to bring the 2 sketches together that depicts the things I need to accomplish so that I can learn the core basics and build upon that understanding?