Hi,
please help with following for aws s3 ota with mqtt having freertos:
ota demo code flow. referring "https://github.com/espressif/esp-aws-iot/tree/release/beta/examples/ota/ota_mqtt"
ota bootloader code availability
what libraries are required for ota
what are ram and flash usage for ota
when ...
Search found 5 matches
- Fri Feb 18, 2022 5:34 pm
- Forum: ESP IoT Solution
- Topic: ota overview
- Replies: 0
- Views: 3591
- Fri Feb 04, 2022 10:13 am
- Forum: ESP-IDF
- Topic: esp32 ota example error
- Replies: 5
- Views: 7036
Re: esp32 ota example error
thanks for quick response ... but with command
openssl s_client -showcerts -connect s3.amazonaws.com:443 < /dev/null
i get : "The system cannot find the path specified." error.
please guide how to resolve
openssl s_client -showcerts -connect s3.amazonaws.com:443 < /dev/null
i get : "The system cannot find the path specified." error.
please guide how to resolve
- Fri Feb 04, 2022 6:38 am
- Forum: ESP-IDF
- Topic: esp32 ota example error
- Replies: 5
- Views: 7036
Re: esp32 ota example error
hi.. thanks for info... i was using aws s3 to upload binary.. please can i know how to generate certificates
- Wed Feb 02, 2022 6:11 pm
- Forum: ESP-IDF
- Topic: esp32 aws ota
- Replies: 0
- Views: 1858
esp32 aws ota
hi, i was referring to aws ota demo using mqtt. im getting below error:
cmake -DVENDOR=espressif -DBOARD=esp32_devkitc -DCOMPILER=xtensa-esp32 -G Ninja -S . -B ..\build\
-- Configuring done
-- Generating done
-- Build files have been written to: C:/gau/AWS/ESP32/freertos-1643010662146/build
cmake ...
cmake -DVENDOR=espressif -DBOARD=esp32_devkitc -DCOMPILER=xtensa-esp32 -G Ninja -S . -B ..\build\
-- Configuring done
-- Generating done
-- Build files have been written to: C:/gau/AWS/ESP32/freertos-1643010662146/build
cmake ...
- Wed Feb 02, 2022 6:10 pm
- Forum: ESP-IDF
- Topic: esp32 ota example error
- Replies: 5
- Views: 7036
esp32 ota example error
hi, i was referring to advanced ota example. im getting below error:
I (5624) advanced_https_ota_example: Starting Advanced OTA example
E (5904) esp-tls-mbedtls: mbedtls_ssl_handshake returned -0x2700
I (5904) esp-tls-mbedtls: Failed to verify peer certificate!
I (5914) esp-tls-mbedtls: verification ...
I (5624) advanced_https_ota_example: Starting Advanced OTA example
E (5904) esp-tls-mbedtls: mbedtls_ssl_handshake returned -0x2700
I (5904) esp-tls-mbedtls: Failed to verify peer certificate!
I (5914) esp-tls-mbedtls: verification ...