Hi there I am currently having trouble setting up my Raspberry Pi to interface with the Blynk app on my phone I am currently Following the Guide as set up in the site using NodeJS. http://help.blynk.cc/how-to-connect-different-hardware-with-blynk/raspberry-pi/how-to-install-nodejs-library-on-linux. I am currently on this step of the guide.
Run default Blynk client (replace YourAuthToken )
export PATH=$PATH:/opt/nodejs/bin/
unset NODE_PATH
blynk-client YourAuthToken
However when running the blynk client on my pi. I get a connection error saying that it can’t connect to port 8441. I have read here in the forums that the port has changed to 9443 and 443 on the cloud.
Can I have a step by step guide on how to connect to the new port? I have very little programming knowledge and would really appreciate the help.