Chat freely about anything...

User avatar
By Ciaran
#84860 Hi all,

I have a problem with my ESP8266.
When i start it, i'have random characters like :
թZĔJ▒▒▒թZĔJ▒▒▒թZ▒▒J▒▒▒թZ▒@▒▒▒@▒▒▒@@p@f`ag\▒▒▒@▒▒▒▒▒vf\@▒▒▒▒@▒▒▒▒vPgXoQ▒▒▒▒@`▒h`a`▒```\@▒▒▒@ag

I tested it with all baud rates and nothing works!
I can't use AT commands...

But if i run this program :
void setup(){
Serial.begin(115200);
}

void loop(){
delay(500);
Serial.println("Hello World");
}

It works fine.....

Can you help me?

Many thanks