-->
Page 2 of 2

Re: trouble with transparent transmission mode (AT+CIPMODE=1

PostPosted: Wed Feb 03, 2016 7:10 pm
by BlitzSSS
No worries, hope my reply didn't come across pretentious in any way :)

So can anyone explain why I'm having such drama sending "+++" to the ESP? by Serial1.println("+++")

is "+" a special character that should be sent like this perhaps? Serial1.println("\+\+\+") (not in a position to try this right now so thought I'd ask)

thanks for any help

Re: trouble with transparent transmission mode (AT+CIPMODE=1

PostPosted: Wed Feb 03, 2016 8:27 pm
by martinayotte
BlitzSSS wrote:Serial1.println("\+\+\+")

No, the + is not a special character needing to be escape.
So, the problem maybe elsewhere ...

Re: trouble with transparent transmission mode (AT+CIPMODE=1

PostPosted: Thu Feb 04, 2016 3:44 am
by BlitzSSS
posted this on the Espressif forums and had a response which fixed my issue.

the data has to be +++ on it's own with no invisible characters i.e \r\n.

Both NL & CR on the Arduino IDE serial monitor and Serial1.println was the cause.

Serial1.print("+++") works in my sketch :)

Re: trouble with transparent transmission mode (AT+CIPMODE=1

PostPosted: Sat May 11, 2019 2:06 am
by BORISBRITWA
I made a wifi camera using transparent transmission mode https://youtu.be/AORCE1Jggls

THIS IS COOL :D
In the video speed 921600 baud, but today I installed it on 2,000,000 :twisted:

Now the camera is much faster!!!

I tested ESP32CAM but now my camera is working as well.
stm32 wifi esp8266 :D