Skip to main content
Tweeted twitter.com/StackArduino/status/930516189880766465
Bumped by Community user
Bumped by Community user
Added tag to title [Solved] since author have solved his question
Link

Arduino Uno and ESP01: can't issue AT commands [Solved]

Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
added 41 characters in body; edited title
Source Link
dda
  • 1.6k
  • 1
  • 12
  • 18

Arduino UNOUno and ESP01 cant: can't issue AT commandcommands

I would like to connect an Arduino UNOUno and an ESP 01 module. I use the Arduino IDE and I tried to test comunicationcommunication via serial monitor,. I get the "ready" message from the ESP 01, but I am not able to issue AT commandcommands from the serial monitor. It only insertsdisplays random characters toon the console. 

It seems that no new linenewline character is issued, because if I try to insert mode commands, they are inserted next to previous characters. I use "Both NL & CR" and 115200 baud settings in Arduino IDE. Tried alsoI tried 9600 baud too, but then the text is unreadable.

I used folowingthe following pins on my ESP-01:

Vcc -> 3,3V
Gnd -> Gnd
Rx  -> Tx(pin 0) of my Arduino, used voltage divider to make it 3,.3V.
Tx  -> Rx(pin 1) of Arduino
CH_PD -> 3,.3V

Please see screenshot of Serialserial monitor screenshot: enter image description here

EDIT: PROBLEM RESOLVED:

My arduinoArduino is connected to my PC via usbUSB, so I changed pins for communication with the ESP by SoftwareSerial to pins 10 and 11. Now it works. Thank you.

Arduino UNO and ESP01 cant issue AT command

I would like to connect Arduino UNO and ESP 01 module. I use Arduino IDE and I tried to test comunication via serial monitor, I get "ready" message from ESP 01, but I am not able to issue AT command from serial monitor. It only inserts random characters to console. It seems that no new line character is issued, because if I try to insert mode commands, they are inserted next to previous characters. I use "Both NL & CR" and 115200 baud settings in Arduino IDE. Tried also 9600 baud, but then text is unreadable.

I used folowing pins on my ESP-01:

Vcc -> 3,3V
Gnd -> Gnd
Rx  -> Tx(pin 0) of my Arduino, used voltage divider to make it 3,3V.
Tx  -> Rx(pin 1) of Arduino
CH_PD -> 3,3V

Please see screenshot of Serial monitor: enter image description here

EDIT: PROBLEM RESOLVED:

My arduino is connected to PC via usb, so I changed pins for communication with ESP by SoftwareSerial to pins 10 and 11. Now it works. Thank you.

Arduino Uno and ESP01: can't issue AT commands

I would like to connect an Arduino Uno and an ESP 01 module. I use the Arduino IDE and I tried to test communication via serial monitor. I get the "ready" message from the ESP 01, but I am not able to issue AT commands from the serial monitor. It only displays random characters on the console. 

It seems that no newline character is issued, because if I try to insert commands, they are inserted next to previous characters. I use "Both NL & CR" and 115200 baud settings in Arduino IDE. I tried 9600 baud too, but then the text is unreadable.

I used the following pins on my ESP-01:

Vcc -> 3,3V
Gnd -> Gnd
Rx  -> Tx(pin 0) of my Arduino, used voltage divider to make it 3.3V.
Tx  -> Rx(pin 1) of Arduino
CH_PD -> 3.3V

Please see serial monitor screenshot: enter image description here

EDIT: PROBLEM RESOLVED:

My Arduino is connected to my PC via USB, so I changed pins for communication with the ESP by SoftwareSerial to pins 10 and 11. Now it works. Thank you.

Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
added 182 characters in body
Source Link
n0hepe
  • 91
  • 1
  • 5

I would like to connect Arduino UNO and ESP 01 module. I use Arduino IDE and I tried to test comunication via serial monitor, I get "ready" message from ESP 01, but I am not able to issue AT command from serial monitor. It only inserts random characters to console. It seems that no new line character is issued, because if I try to insert mode commands, they are inserted next to previous characters. I use "Both NL & CR" and 115200 baud settings in Arduino IDE. Tried also 9600 baud, but then text is unreadable.

I used folowing pins on my ESP-01:

Vcc -> 3,3V
Gnd -> Gnd
Rx  -> Tx(pin 0) of my Arduino, used voltage divider to make it 3,3V.
Tx  -> Rx(pin 1) of Arduino
CH_PD -> 3,3V

Please see screenshot of Serial monitor: enter image description here

EDIT: PROBLEM RESOLVED:

My arduino is connected to PC via usb, so I changed pins for communication with ESP by SoftwareSerial to pins 10 and 11. Now it works. Thank you.

I would like to connect Arduino UNO and ESP 01 module. I use Arduino IDE and I tried to test comunication via serial monitor, I get "ready" message from ESP 01, but I am not able to issue AT command from serial monitor. It only inserts random characters to console. It seems that no new line character is issued, because if I try to insert mode commands, they are inserted next to previous characters. I use "Both NL & CR" and 115200 baud settings in Arduino IDE. Tried also 9600 baud, but then text is unreadable.

I used folowing pins on my ESP-01:

Vcc -> 3,3V
Gnd -> Gnd
Rx  -> Tx(pin 0) of my Arduino, used voltage divider to make it 3,3V.
Tx  -> Rx(pin 1) of Arduino
CH_PD -> 3,3V

Please see screenshot of Serial monitor: enter image description here

I would like to connect Arduino UNO and ESP 01 module. I use Arduino IDE and I tried to test comunication via serial monitor, I get "ready" message from ESP 01, but I am not able to issue AT command from serial monitor. It only inserts random characters to console. It seems that no new line character is issued, because if I try to insert mode commands, they are inserted next to previous characters. I use "Both NL & CR" and 115200 baud settings in Arduino IDE. Tried also 9600 baud, but then text is unreadable.

I used folowing pins on my ESP-01:

Vcc -> 3,3V
Gnd -> Gnd
Rx  -> Tx(pin 0) of my Arduino, used voltage divider to make it 3,3V.
Tx  -> Rx(pin 1) of Arduino
CH_PD -> 3,3V

Please see screenshot of Serial monitor: enter image description here

EDIT: PROBLEM RESOLVED:

My arduino is connected to PC via usb, so I changed pins for communication with ESP by SoftwareSerial to pins 10 and 11. Now it works. Thank you.

Source Link
n0hepe
  • 91
  • 1
  • 5
Loading