Search found 5 matches

by xennex
Wed Jan 17, 2024 9:53 pm
Forum: ESP-AT
Topic: Mystery AT+BTCFMREQ response
Replies: 0
Views: 2959

Mystery AT+BTCFMREQ response

As part of classic pairing I am getting an undocumented response

AT+BTCFMREQ=0,"xx:xx:xx:xx:xx"

Any ideas of what this is? I reply with

AT+BTSECCFM=0,1

But pairing is not successful.
by xennex
Sun Mar 03, 2019 5:49 pm
Forum: General Discussion
Topic: Strange number is AT firmware GET replies using SSL
Replies: 2
Views: 3165

Re: Strange number is AT firmware GET replies using SSL

Thank you for the reply. Switching to HTTP/1.0 removed the chunks.

Also if I look in the HTTP/1.1 headers for google, I see Transfer-Encoding: chunked
by xennex
Sat Mar 02, 2019 9:36 pm
Forum: General Discussion
Topic: Strange number is AT firmware GET replies using SSL
Replies: 2
Views: 3165

Strange number is AT firmware GET replies using SSL

I'm getting strange numbers in the return from AT+CIPSEND, but only when using a SSL connection. After AT+CIPSEND I get SEND OK and the first +IPD with a size, then the headers. With a non-SSL connection the headers finish with a blank line and then the html starts. With SSL connections I get a 4 di...
by xennex
Fri Sep 22, 2017 9:07 pm
Forum: General Discussion
Topic: ESP-WROOM-32 to microcontroller firmware
Replies: 1
Views: 3527

Re: ESP-WROOM-32 to microcontroller firmware

Found one answer:
1. Use AT+UART_CUR to raise the baud rate (or UART_DEF if you are brave). In testing I've found that lowering the baud rate works, but raising does not work, but I'm hoping that my firmware version will allow higher speeds.
by xennex
Sat Sep 09, 2017 11:54 pm
Forum: General Discussion
Topic: ESP-WROOM-32 to microcontroller firmware
Replies: 1
Views: 3527

ESP-WROOM-32 to microcontroller firmware

I wish to use an ESP-WROOM-32 PCB module in another board which has a microcontroller. I can do this now using the UART interface and AT command set but are concerned about maximum throughput speed and the use of the text based AT protocol. 1. With standard firmware, what is the maximum throughput o...