Gunner
June 13, 2018, 4:41am
2
All your code in the void loop()
, trying to run thousands of times a second, would be a start The timer you need in your case is a Partical specific one.
http://help.blynk.cc/getting-started-library-auth-token-code-examples/blynk-basics/how-to-control-anything-with-blynk-app
and
http://help.blynk.cc/getting-started-library-auth-token-code-examples/blynk-basics/how-to-display-any-sensor-data-in-blynk-app
As for the restā¦
Searching this forum for reconnection options using the various command in the Docsā¦
And
#9 Basic āKeeps running without WiFi or Blynk Server connection, but reconnects as soon as they are availableā sketch
Simply does what the title says⦠Flashes the built in LED and sends UpTime data to both App and Serial monitor to show operation either way. Also has a lot of serial print commands to show general operation for troubleshooting⦠Remove them when you are comfortable that everything works for you.
http://docs.blynk.cc/#blynk-firmware-connection-management
#define BLYNK_PRINT Seā¦