Search found 5 matches

by bipin_c@shoreline
Tue Dec 19, 2023 10:18 am
Forum: General Discussion
Topic: Backtrace issue when reading ADC
Replies: 1
Views: 11986

Backtrace issue when reading ADC

Hi all, I am using esp32 and reading adc values using api "adc1_get_raw()".Earlier i was reading only one sample but due to some reasons, i want to read 512/1024 samples at a time and average them.i am able to take 64/128 samples and average them.as soon as i go to take 256 or more sample i start ge...
by bipin_c@shoreline
Thu May 04, 2023 2:13 pm
Forum: General Discussion
Topic: Porting esp matter light example to application
Replies: 1
Views: 1410

Porting esp matter light example to application

Hi all, I have just started working on the Matter protocol with matter sdk and esp32 device.My device (which is a electric kettle)needs matter protocol to be integrated in its application code.I an using esp32 with sdk v4.4. Later as matter example codes supports sdk from v4.4.2,i upgraded my sdk ve...
by bipin_c@shoreline
Mon Jan 23, 2023 2:56 pm
Forum: General Discussion
Topic: How to operate BLE and wifi at specified frequencies?
Replies: 1
Views: 1229

How to operate BLE and wifi at specified frequencies?

Hi all, I am using esp32 for one of my product.For the product to be launched in other countries,we need to some certifications for our product.Our certification labs has following requirements and i currently do not have idea how to full fill the requirements.Can someone please help me understand t...
by bipin_c@shoreline
Thu Mar 31, 2022 12:11 pm
Forum: General Discussion
Topic: Getting partition table error
Replies: 1
Views: 1690

Getting partition table error

Hi all, I am working on esp32 custom board with secure boot and flash encryption enabled.i generated the encryption key and burn it using "espefuse.py --port PORT burn_key flash_encryption my_flash_encryption_key.bin". Then i flashed other images using following commands- esptool.py --chip esp32 -p ...
by bipin_c@shoreline
Mon Mar 28, 2022 10:42 am
Forum: General Discussion
Topic: ESP32 flash encryption on flash encryption disabled bootloader
Replies: 1
Views: 1765

ESP32 flash encryption on flash encryption disabled bootloader

Hi all, I am new to ESP32 development. i have few questions related to flash encryption. Case 1- let us say i flashed bootloader and application image on esp32 with flash encryption disabled.application image does the job of just downloading the new firmware from sever and reboots the device.here is...