According to the specifications I connect:
GND - GND
VCC - VCC (3.3v)
RST - HIGH
EN - HIGH
GPIO15 - LOW
GPIO0 - LOW
GPIO2 - HIGH
TX - RX
RX - TX
pull-ups done via 10k resistors, additional voltage source added and a capacitor on the power line close to the module.
I'm trying to communicate by sending both end of line characters and I've checked on probably all possible speeds but every time it looks the same - on the converter (ftdi232) the led indicates sending data but the return is no longer visible.
By changing the operating mode (e.g. to flash mode instead of uart download) you can see the change in current consumption, and in normal operating mode you can see the network created by the module and you can connect to it via wifi so it looks working.
Finally I set the speed to 74880, which theoretically was supposed to show the logs of the boot process but also nothing arrives.
What have I overlooked or am I doing wrong?
GND - GND
VCC - VCC (3.3v)
RST - HIGH
EN - HIGH
GPIO15 - LOW
GPIO0 - LOW
GPIO2 - HIGH
TX - RX
RX - TX
pull-ups done via 10k resistors, additional voltage source added and a capacitor on the power line close to the module.
I'm trying to communicate by sending both end of line characters and I've checked on probably all possible speeds but every time it looks the same - on the converter (ftdi232) the led indicates sending data but the return is no longer visible.
By changing the operating mode (e.g. to flash mode instead of uart download) you can see the change in current consumption, and in normal operating mode you can see the network created by the module and you can connect to it via wifi so it looks working.
Finally I set the speed to 74880, which theoretically was supposed to show the logs of the boot process but also nothing arrives.
What have I overlooked or am I doing wrong?