You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried to swap """--- Moisture Sensor ---""" with any other part such as """--- Soil Temperature Sensor ---""" ?
If code gets stuck again at the """--- Moisture Sensor ---""" then something is wrong there.
Otherwise obviously the program assumes it's done after the """--- Light Sensor ---"""
In that case try to send to Blynk all data at the end of the program and first finish reading the sensors?
Hello,
I am trying to connect a bunch of sensors to my ESP32. I want to connect it to the Blynk app in order to get some data on my phone.
I am currently coding on python, however, I have an issue.
The code seems to always stop after it reads the light sensor. Basically, I only get the data from the light sensor and it loops from there.
Any clue what is wrong with the code?
The text was updated successfully, but these errors were encountered: