Please help me out, I just spend three days getting this to work, and am out of options.
What works:
- connect with serial > USB and send commands with a terminal
- Flash the latest firmware
so far so good, but I can NOT connect with my arduino Mega. I have connected with:
VCC & CH_PD 3.3V
RX > RX and TX > TX (and reversed)
GND from Arduino and/or external powersupply / common ground through a breadboard.
Several sketches from the net.
- a 5 V > 3,3 volt shifter,
- same setup with an external power adapter with and without common ground
- directly on the 3.3V of the Arduino
- put a zener diode between GND and TX line (read that somewhere)
- switched RX and TX lines
- put 3,3V on GPIO0
Result = nada. Have tried 9600 / 115200 baud. 115200 works fine when connected with USB>serial adapter.
Where do I go wrong?