Search found 24 matches

by surajnagulamalyala
Wed Jun 22, 2022 2:10 pm
Forum: General Discussion
Topic: ESP32 128-bit UUID
Replies: 5
Views: 9362

Re: ESP32 128-bit UUID

Hi Craige Hales, Greetings of the day, Yes, am using memcpy function as you said, am able to connect to server but am not able to find remote service id's (128-bit) Please once check the below code (main.c file) and data out in serial terminal also (log.txt) Please try to solve my issue ASAP Thankin...
by surajnagulamalyala
Wed Jun 22, 2022 12:34 pm
Forum: General Discussion
Topic: ESP32 128-bit UUID
Replies: 5
Views: 9362

Re: ESP32 128-bit UUID

Greetings of the day, Yes, I made changes as per example code you provided, but am unable to read/get packet from BLE Server (QN9080 MCU) to BLE Client (ESP32), what are the changes need to be done beyond provided in example code ? to enable Client Notification, Receive packet/data in client, 1) Is ...
by surajnagulamalyala
Wed Jun 01, 2022 10:10 am
Forum: General Discussion
Topic: ESP32 128-bit UUID
Replies: 5
Views: 9362

Re: ESP32 128-bit UUID

Greetings of the day, Yes, I made changes as per example code you provided, but am unable to read/get packet from BLE Server (QN9080 MCU) to BLE Client (ESP32), what are the changes need to be done beyond provided in example code ? to enable Client Notification, Receive packet/data in client, 1) Is ...
by surajnagulamalyala
Mon May 30, 2022 3:01 pm
Forum: General Discussion
Topic: ESP32-S3-FPU
Replies: 1
Views: 1687

ESP32-S3-FPU

Greetings of the day, Am Looking for an Latest ESP32-S3 FPU based development board/module, Can you please differentiate from ESP32-S3-WROOM-1-N8R8 and ESP32-S3-WROOM-2-N32R8V (mentioned single precision FPU in datasheet), where as FPU not mentioned for ESP32-S3-WROOM-1-N8R8, 1) What is the use of ...
by surajnagulamalyala
Wed May 25, 2022 2:02 pm
Forum: General Discussion
Topic: ESP32 128-bit UUID
Replies: 5
Views: 9362

ESP32 128-bit UUID

Greetings of the day, Present am working on Gatt Client Example from ESP-IDF V4.4.1, am trying to connect to server by using 128-bit Service UUID am using below structure method given in example code to copy 16bytes into structure member static esp_bt_uuid_t remote_filter_service_uuid= { .len = ESP_...
by surajnagulamalyala
Tue May 10, 2022 2:25 pm
Forum: ESP-SkaiNet
Topic: ESP32 Wake Word Detection
Replies: 2
Views: 28224

ESP32 Wake Word Detection

Hi team, Am working on ESP-ADF environment, trying to add feature of "WAKE WORD DETECTION" using ESP32-LyraT-V4.3 development board using default memory partition given in example code (partitions_esp32.csv) file from %ADF_PATH% =C:\Espressif\frameworks\esp-adf\examples\speech_recognition\wwe, am ge...
by surajnagulamalyala
Sat May 07, 2022 10:34 am
Forum: ESP-IDF
Topic: Issues: latest toolchain install on Windows
Replies: 13
Views: 18713

Re: Issues: latest toolchain install on Windows

Hi team, Presently am working on Eclipse IDE and am using ESP-IDF latest v4.4.1, when am trying to build all files after installation of tools, frameworks am getting error saying that "-- The CXX compiler identification is unknown" , below is the error message in ESP-IDF command prompt Please sugges...
by surajnagulamalyala
Thu May 05, 2022 11:07 am
Forum: General Discussion
Topic: Voice Wake-up and Voice Command Word Detection (WWE + MN)
Replies: 0
Views: 918

Voice Wake-up and Voice Command Word Detection (WWE + MN)

Hi Team, Greetings of the day, Currently Am working Audio development frameworks in ESP32-LyraT board, am unable to build this example code given in ESP-ADF, am getting partition error saying "CMake Error at CMakeLists.txt:37 (partition_table_get_partition_info):", even though am changing partition....
by surajnagulamalyala
Fri Apr 29, 2022 1:22 pm
Forum: ESP-ADF
Topic: Eclipse IDE - ESP-ADF
Replies: 3
Views: 5412

Re: Eclipse IDE - ESP-ADF

Greetings of the day, Yes the path you mentioned is available and am using the same python V3.9 but containing in other path when I installed ESP-IDF tool chain. Presently am using this path C:\Espressif\python_env\idf4.4_py3.9_env, which was added in my environment variables, Should I change it to ...
by surajnagulamalyala
Tue Apr 26, 2022 6:18 am
Forum: General Discussion
Topic: ESP32 Wi-Fi ON/OFF Issue
Replies: 1
Views: 1222

ESP32 Wi-Fi ON/OFF Issue

Hi Team, Greetings of the day ! Presently am working on ESP32 module, am using Wi-Fi interface in my application, my application should run in low power mode to consume less current so for that purpose am keeping my Wi-Fi in modem sleep mode and am using Wi-Fi interface mainly to connect to HTTP (we...