Search found 11 matches

by AnthonyThet
Tue Dec 27, 2022 5:42 am
Forum: General Discussion
Topic: ESP32 Skip Verification of Peer Certificate in HTTPS OTA Example
Replies: 0
Views: 939

ESP32 Skip Verification of Peer Certificate in HTTPS OTA Example

Hi, in my current project, I need to add https ota feature for the ESP32 but for my understanding-sake, I am now using "advanced_https_ota_example" to download a bin file from the https server (where there is no certificate involved for the test purpose). To skip the CA certification step, I followe...
by AnthonyThet
Mon Jul 04, 2022 6:47 am
Forum: General Discussion
Topic: ESP-IDF file download and OTA over MQTT
Replies: 0
Views: 2177

ESP-IDF file download and OTA over MQTT

Hi Everyone, I am currently working on a project which involves STM32MCU and ESP32 Module. STM32 Main task is to read data from sensors and control some peripherals communicate with ESP32 via UART comms and ESP32 will relay the message back to the MQTT broker. Currently I need to face two major chal...
by AnthonyThet
Sat Jan 01, 2022 3:06 am
Forum: General Discussion
Topic: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Replies: 8
Views: 21149

Re: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED

Hi ESP_Sprite, thanks so much and much appreciated for your help so far. Let me try with Eclipse first just to make sure my hardware setup is correct. And then I will try again with VSCode again...
by AnthonyThet
Tue Dec 28, 2021 2:04 pm
Forum: General Discussion
Topic: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Replies: 8
Views: 21149

Re: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED

Hi ESP_Sprite, thanks so much for your prompt reply and suggestion. And yes, you're right, I didn't run in another terminal and now when I run in another terminal, it seems work but now I tried to add some configurations in launch.json as follow, { "preLaunchTask": "preRun", "type": "cppdbg", "name"...
by AnthonyThet
Mon Dec 27, 2021 1:48 pm
Forum: General Discussion
Topic: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Replies: 8
Views: 21149

Re: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED

Hi ESP_Sprite, after I proceed to run debugger from the command line xtensa-esp32-elf-gdb -x gdbinit build/blink.elf and I found this error: GNU gdb (crosstool-NG esp-2021r1) 8.1.0.20180627-git Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.o...
by AnthonyThet
Mon Dec 27, 2021 1:01 pm
Forum: General Discussion
Topic: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Replies: 8
Views: 21149

Re: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED

Hi ESP_Sprite, thanks so much for your prompt reply. Now I have another issue, gdb configurations issue but I will try and post as another topic. Thanks again...
by AnthonyThet
Sun Dec 26, 2021 5:37 am
Forum: General Discussion
Topic: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Replies: 8
Views: 21149

libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED

Hi, I am using a ESP32-WROVER-KIT and trying to debug a simple blink example project in VSCode. I have set up the hardware jumper configurations for JTAG debugging https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-wrover-kit.html and followed the steps as men...
by AnthonyThet
Mon Dec 06, 2021 12:43 am
Forum: General Discussion
Topic: project main file cannot find the component header file ESP32 ESP-IDF VSCode
Replies: 2
Views: 7017

Re: project main file cannot find the component header file ESP32 ESP-IDF VSCode

Hi @troyduncan, noted and thanks so much for your reply. It worked and thanks so much again for your prompt response...
by AnthonyThet
Fri Dec 03, 2021 2:33 am
Forum: General Discussion
Topic: project main file cannot find the component header file ESP32 ESP-IDF VSCode
Replies: 2
Views: 7017

project main file cannot find the component header file ESP32 ESP-IDF VSCode

Hi Everyone, this might be very silly question but I still couldn't be able to overcome this. I am currently working on a product which needs to use a few sensors and transact some data using MQTT and have to use ESP-IDF. So I just created a sample project in VSCode and created a component library j...
by AnthonyThet
Sun Oct 04, 2020 2:42 am
Forum: General Discussion
Topic: ESP32 BLE central disconnects every 30 seconds
Replies: 3
Views: 3936

Re: ESP32 BLE central disconnects every 30 seconds

Hi chegewara,
thanks so much for your reply and apologize for my late response.
In my case, I don't need a secure connection. I just need "Just Works" method. Is there a way to remove this secure features??
Thanks.