excuse me I use “translate” because I am French. I can’t connect to blink. I searched, some have solved their problem with DNS, but I don’t know how to do it.
For now I just have a test program:
type #define BLYNK_PRINT Serial
#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>
char auth[] = "Fg7Z5AN8Maz???????????NilQBFQaQxkbb";
char ssid[] = "Livebox-???????"; //Enter your WIFI Name
char pass[] = "?????????????"; //Enter your WIFI Password
void setup()
{
Serial.begin(115200);
Blynk.begin(auth, ssid, pass );
}
void loop()
{
Blynk.run();
}
@roro Please edit your post, using the pencil icon at the bottom, and add triple backticks at the beginning and end of your code so that it displays correctly.
Triple backticks look like this:
```
Copy and paste these if you can’t find the correct symbol on your keyboard.
Please also state which version of the Blynk C++ library you have installed.
BRAVO ! ! ! YES !! ! ! ! !
Cela fonctionne ! ! !
en fait, j’avais une ancienne version sur un programme blynk qui fonctionnait, mais je voulais juste modifier une variable, et je ne pouvais me connecter (d’où mon ancienne version).
Je m’étais renseigné, et pour certain le problème venait du DNS, d’ou ma question.
Encore, mille mercis !
Je ne suis pas sûr, que j’allais chercher de ce côté, car mes anciennes cartes avec mes anciens programmes fonctionnent avec blynk.
It works! ! !
actually, I had an old version of a blynk program that worked, but I just wanted to modify a variable, and I couldn’t connect (hence my old version).
I inquired, and for certain the problem came from the DNS, hence my question.
Again, many thanks!
I’m not sure I was going to look in this direction, because my old cards with my old programs work with blynk.