Page 1 of 1

Issue getting DOT Matrix with Blynk and Raspberry Pi to work

PostPosted: Tue May 28, 2019 10:18 pm
by meek424424
Hello! I am following the tutorial for "Displaying Text Message on Dot Matrix using Blynk app and Raspberry Pi". I am using a Raspberry Pi Zero WH with the Maker pHat.

When I run the Python Script from the tutorial, I get an error for line 66 "blynk.set_user_task(my_user_task, 5000)". It states that there isn't a value set.

If I comment out the line, I will hear the pHat beep and I will see the text from the Blynk app appear in Python. This tells me that I have the Blynk app working with the Blynk server and the Maker pHat.

Please let me know what I am doing wrong. Is the syntax correct? I am sure it is something I am messing up. Thank you and I appreciate any assistance. :)

Kam Gaston

Re: Issue getting DOT Matrix with Blynk and Raspberry Pi to

PostPosted: Wed May 29, 2019 9:58 pm
by meek424424
Anyone know why Line 66 is giving me the error? I will past the exact error message I am getting tonight if needed. I would appreciate the help if anyone can figure out why I am having the issue. Thank you.

Re: Issue getting DOT Matrix with Blynk and Raspberry Pi to

PostPosted: Fri May 31, 2019 9:38 am
by Idris
Hi meek424424, thanks for the feedback.

It seems like Blynk already update their library (on BlynkTimer), so the sample code provided also need to be updated. However, it will take some times for us to update the code. While waiting, maybe you can try to alter the code. Please refer the example code related to BlynkTimer here.

Thanks.

Re: Issue getting DOT Matrix with Blynk and Raspberry Pi to

PostPosted: Fri May 31, 2019 12:34 pm
by Idris
Hi meek424424,

I have update the code. You can try it. Please let us know either it is working or not.

Displaying Text Message On Dot Matrix Using Blynk App and Raspberry Pi

Thanks.