I donāt have any wifi or ethernet -shield, so iām trying to connect them by serial usb.
Iāve downloaded the library and loaded it on arduinoās library.
Iāve done the following passages on the IDE: fileā>examples---->Blink---->Boardandshields------>Arduino_Serial_usb.
Once the example has opened, i have changed the token with the same of the app, then compiled end loaded on arduino. (the sketch is attached)
Iām simply trying to switch on a single led which is connected to the digital Pin8.
I didnāt manage to start the file blynk-ser.sh from the terminal since after doing sudo ./blynk-ser.sh it doesnāt allow me writing the password, so I opened the file with textedit and changed the parameters which are highlighted with /dev/cu.usbmodem1411 as shown in arduinoās IDE.
then I opened the serial monitor and it continues showing me my token.
Iāve also tried to copying in the terminal the following words:
ātelnet blynk-cloud.com 8442ā and it says:
āMacBook-Pro-di-Davide:~ Davide$ telnet blynk-cloud.com 8442
Trying 45.55.195.102ā¦
Connected to blynk-cloud.com.
Escape character is ā^]ā.
Connection closed by foreign host.ā
Donāt know what to do anymoreā¦Iām becoming crazy!
I donāt know if the things iāve done are correctā¦
i didnāt manage to run the script from the terminal because of the problem of the password, i have only opened the āblynk-ser.shā with text-edit and modified the parameters which i have highlighted.
This is what it does from the terminal with sudo. Maybe iāve red that Mac doesnāt show the password on the right of the key even if you are typing for āsecurity mattersā, but also typing the correct password it shows this:
Maybe I have understood that it tries to use the port 8441 which is the SSL one? it gives problem about SSL certification. but I donāt care to use it, I can use the 8442⦠but is it possible to change it?