Search found 5 matches
- Fri May 03, 2019 1:14 pm
- Forum: General Discussion
- Topic: [Solved] A step-by-step guide to enable AT commands for ES32P-AT via USB on DevKitC
- Replies: 13
- Views: 59644
Re: [Solved] A step-by-step guide to enable AT commands for ES32P-AT via USB on DevKitC
It seems you are not in the project directory. Make sure your current directory is the esp32 directory which includes the Makefile before you execute "make menuconfig".
- Fri Feb 22, 2019 3:33 pm
- Forum: General Discussion
- Topic: A Step-by-Step guide getting mutual authentication and communiation with ESP32-AT FW over REST to work with Amazon's AWS
- Replies: 1
- Views: 11880
A Step-by-Step guide getting mutual authentication and communiation with ESP32-AT FW over REST to work with Amazon's AWS
Hi there, having again invested a couple of hours to sort out the pitfalls of getting my ESP32-AT FW-based things (FW version V1.1.3) to work with Amazon's IoT platform, I' d like to share my insights. I guess it might save the one or the other from similar troubles I had, mainly caused by *not* usi...
- Fri Feb 22, 2019 9:04 am
- Forum: General Discussion
- Topic: [INFO] A step-by-step guide to connect ESP32-AT FW to PTC thingworx
- Replies: 1
- Views: 7237
Re: [INFO] A step-by-step guide to connect ESP32-AT FW to PTC thingworx
One small extension: In order to receive properties as JSON, you need to add "accept: application/json" to your GET request. AT+CIPSEND=197 OK > GET /Thingworx/Things/thing001/Properties/prop1 HTTP/1.1 Host: pp-1532621669ia.devportal.ptc.io appKey: 12cf7151-be5e-4775-982a-b7a3e2f90bcd Content: appli...
- Wed Feb 20, 2019 10:35 am
- Forum: General Discussion
- Topic: [INFO] A step-by-step guide to connect ESP32-AT FW to PTC thingworx
- Replies: 1
- Views: 7237
[INFO] A step-by-step guide to connect ESP32-AT FW to PTC thingworx
Hi everyone, I’ve evaluated for quite some while numerous larger IoT platforms to pick one for my projects. A hard requirement was to find one which allows me to use devices with the pre-compiled ESP32-AT firmware, so I ruled out all platforms which only use MQTT and/or proprietary interfaces; inste...
- Sun Jan 13, 2019 10:27 am
- Forum: General Discussion
- Topic: [Solved] A step-by-step guide to enable AT commands for ES32P-AT via USB on DevKitC
- Replies: 13
- Views: 59644
[Solved] A step-by-step guide to enable AT commands for ES32P-AT via USB on DevKitC
Dear ESP32-AT developers, especially newbies, I am new to ESP32 and was burning a considerable amount of time in the recent days to enable AT commands via USB for the ESP-AT firmware for DevKitC (tested on SOLO and WROVER boards). The requried information is scattered across multiple places, guides ...