As a first step in a large project, I am trying to set up a “hello world” with Blynk and a Raspberry Pi Zero W. This project will be in Python, thus I am following the instructions provided in the blynk-python-library repo.
I copied the usage example from the repo but get an invalid auth token error:
If you’re using the Blynk Python library for Blynk 2.0 I’d expect the splash screen to say “For Python 1.0.0 (Linux)” as that is the version number in the setup.py file…
version = "1.0.0", #blynk.lib.__version__
Which is used by BlynkLib.py to print the splash screen…
Do you mean that you aren’t able to click on the link I provided, aren’t able to understand what it means, or something else?
I’d suggest that if you are still having problems after you’ve read through the topic that I linked to then you start a new topic of your own, explaining EXACTLY what you are trying to achieve, what hardware you are using, what version of Blynk you are using, what version of the Blynk Python library you have installed, what you see in your serial monitor, and any other information that might conceivably be of use when trying to assist you with your problem.