Hello,
• Hardware model: DOIT ESP32 devkit V1
• Smartphone OS: Android 10
• Blynk Library version : 0.6.1
- Computer OS: Windows 10
I’m a beginner, I’m working on a project to turn on and off an LED using my phone (android OS). I’m using a DOIT ESP32 devkit V1 board which I connected to an LED. I’m using Blynk app which controls the board via Wifi. I’m programming the board using Arduino IDE 1.8.13 with Blynk library 0.6.1
I want to collect data from the board (e.g. when did I turned on the lamp, when did the board exceeded temp of 70 deg, etc) and store it on my computer (windows 10 OS) or phone (I prefer to store it on my computer, but I want to be able to keep updating the log even if my comp is powered off)
I’ve tried reading online, and I’ve read that I somehow can use Blynk server, but didn’t exactly understood how it works. I’de appreciate it if someone could explain to me or refer me to some reading materials about how does this Blynk server works? How can I create a Blynk server and make the board to send info to it which will be saved to my computer? Is there any better way to do it?
Thank you.