I made it so far that the esp32 is giving me the information of 1 current/voltage sensor like the project on the site i mentioned. but I need 2 current sensors, and if I want to do it correctly, I also need to connect the second voltage sensor. but it’s not necessary.
my question is how do I change the code to add another virtual pin in blink with the reading of the second current sensor. and in the best case also an extra virtual pin for the second voltage sensor (not strictly necessary)
I am a coding noob, so I hope you can help me with this. all the info is in the link like schematics and such. I also added my code without Wi-Fi password of course
I have all the components so no worries about that
yes the Arduino works with real pins but the app blynk uses virtual pins. you assign an output to virtual pin 1 in blink for example, and then you can add a gauge in the app or another readout that will display the readout of the sensor
Paul_KD7HB:
I don't think Arduino support virtual pins. They are all actual, real, physical pins.