Search found 6 matches

by tdurden
Sat Mar 10, 2018 12:55 am
Forum: General Discussion
Topic: AT Commands Firmware with AWS TLS/SSL Client connection
Replies: 3
Views: 7000

Re: AT Commands Firmware with AWS TLS/SSL Client connection

One other thing I tried was raising the CPU clock frequency from 80MHz to 240MHz thinking that could help with processing the SSL handshake; this did not work. Probably a good idea in general though. Would really appreciate anyone confirming connection between AWS IoT and ESP32 AT command firmware i...
by tdurden
Tue Mar 06, 2018 4:33 am
Forum: General Discussion
Topic: AT Commands Firmware with AWS TLS/SSL Client connection
Replies: 3
Views: 7000

Re: AT Commands Firmware with AWS TLS/SSL Client connection

Has anyone actually gotten the AT Firmware to connect to AWS IoT?
by tdurden
Sun Mar 04, 2018 4:48 am
Forum: General Discussion
Topic: AT Commands Firmware with AWS TLS/SSL Client connection
Replies: 3
Views: 7000

AT Commands Firmware with AWS TLS/SSL Client connection

Hello, I am trying to get the AT Commands firmware to connect to AWS IoT, but I am having an issue where the SSL client connection fails approximately 10 seconds into the TLS handshake. I am fairly confident that I have everything setup right (this took a looong time!). Here is what I have done: 1. ...
by tdurden
Fri Apr 14, 2017 4:48 pm
Forum: General Discussion
Topic: AT Commands Not Compatible with ESP8266
Replies: 0
Views: 2598

AT Commands Not Compatible with ESP8266

Hi, I noticed that the libraries I have been using for ESP8266 do not work with the ESP32 due to the appending of _CUR and _DEF to some of the commands in the 8266 libs vs the 32. Are these command sets going to be unified at some point?
by tdurden
Thu Apr 13, 2017 6:57 pm
Forum: General Discussion
Topic: ESP-WROOM-32 AT commands firmware
Replies: 60
Views: 93134

Re: ESP-WROOM-32 AT commands firmware

Hey guys, I went ahead and built the AT project myself. I've attached the zip folder containing the necessary files for those that don't want to go through the make process. Seems to be working well so far! Still looking forward to a stable release soon? This version uses UART0, RX pin 3, TX pin 1, ...
by tdurden
Wed Apr 12, 2017 8:49 pm
Forum: General Discussion
Topic: ESP-WROOM-32 AT commands firmware
Replies: 60
Views: 93134

Re: ESP-WROOM-32 AT commands firmware

Hey guys, any word on when the AT commands binaries will be provided? I need it configured for UART0 and don't want to go through the process of building project, as I will just be using AT Mode. Would somebody mind sending me the binaries for the UART0 version of the AT command firmware? Thanks in ...