I’m using arduino+esp8266+servos, and I can’t get it to connect to blynk, I’m following this wiring and I think maybe they are what’s causing all this, but I’m not an expert.
The resistors you’ve used are unnecessary. The ESP-01 needs a 3.3v power supply, but the GPIO pins can tollerate 5v logic levels, so the resistors are redundant.
I especially don’t understand the resistor between CH_PD and 3.3v, this makes no sense at all.
I’m unsure about whether you should be powering your servos from the Uno, it doesn’t seem like a great idea.
What do you think is the problem on the circuit? (the esp8266 is working, I’ve tested it with my usb serial adapter). Is it not transmitting and receiving information to and from the arduino uno?
Please edit your post and remove the photograph of your screen and replace it with the text copied and pasted from your serial monitor.
You need to place triple backtick at the beginning and end of the serial monitor text so that it displays correctly, the same way as when you post code, compiler error messages etc.
Yes, but even after I took them off it’s still not working, I don’t know if I should put the RX and TX directly to the board, because only the red light is on, the blue light doesn’t even appear. What do you think?
I don’t really understand your question, or which lights (LEDs ?) you are referring to.
Without seeing an updated schematic I can’t tell what changes you’ve made.
I asked you a question about baud rates, which you have ignored.
I’m trying to connect to Blynk, I tried using complex circuits before, but since I’m a begginer, I gave up on that, using some commands (setting esp baud rate to 9600), I managed to connect to wifi. However it’s stuck, I’ve searched here but none of the answers that I’ve found helped me. It doesn’t connect to Blynk, it only connects to my wifi (and I can see it is connected from cmd).