Search found 3 matches
- Thu Apr 11, 2019 10:35 pm
- Forum: ESP-IDF
- Topic: ESP32 AT Download
- Replies: 2
- Views: 6259
Re: ESP32 AT Download
xcguang, Thanks for the suggestion. I have solved the problem. When building the esp32-at I was using the wrong idf version. I fixed this by re-naming my old idf and then running these commands using msys32 from inside the esp folder: git clone --recursive https://github.com/espressif/esp32-at.git r...
- Wed Apr 10, 2019 9:49 pm
- Forum: ESP-IDF
- Topic: ESP32 AT Download
- Replies: 2
- Views: 6259
ESP32 AT Download
Hi all, I am having issues downloading the esp-at from "ESP32 AT Bin V1.1.3" app to the ESP32-WROOM-32 using the "ESP32 DOWNLOAD TOOL V3.6.2.2". Does anyone know what the address locations need to be set for the bootloader, partition, and application needs to be? And also which bins need to be used ...
- Fri Oct 20, 2017 6:49 pm
- Forum: General Discussion
- Topic: SPI Master Receive Data
- Replies: 0
- Views: 3719
SPI Master Receive Data
Hello, I am having some troubles extracting data from the receive buffer using spi_device_get_trans_result. I can see the response from the slave so I know that i am getting the correct response. I am wondering if someone can share an example of how to do this. Here is my test main from the spi mast...