Search found 8 matches

by Yolnit
Thu Nov 14, 2024 2:03 pm
Forum: Hardware
Topic: I2C issue with ESP32 and digital potentiometers
Replies: 0
Views: 245

I2C issue with ESP32 and digital potentiometers

Hello everyone, I am using an ESP32WROOM32UE for my PCB and I am currently using GPIO27 and GPIO14 for the digital SDA and SCL signals of my I2C bus. On the I2C bus, I have 2 digital potentiometers AD5245BRJZ5-RL7, here the datasheet https://www.mouser.fr/datasheet/2/609/AD5245-1601824.pdf and here ...
by Yolnit
Fri Oct 04, 2024 7:41 am
Forum: General Discussion
Topic: i2c_param_config(753): i2c clock choice is invalid, please check flag and frequency
Replies: 1
Views: 1192

i2c_param_config(753): i2c clock choice is invalid, please check flag and frequency

Hello everybody, I am working on a project where I need to do 2 things simultaniously. The first one is listening to a digital potentiometer (DP) in slave mode to get or set the wiper value. The other task is retrieving a raw data from a CAN (HX711) and corvert it into a weight value. I am using GPI...
by Yolnit
Fri Oct 04, 2024 6:57 am
Forum: General Discussion
Topic: rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) invalid header: 0xbc5d02e9
Replies: 8
Views: 2002

Re: rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) invalid header: 0xbc5d02e9

Hello Tanguy sorry for the late answer.

I understand now thank you so much for your help. I'll be more careful next time i work with encryption. :D

Wish you the best!

Corentin
by Yolnit
Mon Sep 30, 2024 12:05 pm
Forum: General Discussion
Topic: rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) invalid header: 0xbc5d02e9
Replies: 8
Views: 2002

Re: rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) invalid header: 0xbc5d02e9

Thank Tanguy, that was the issue. I will continue to read the Espressif documentation to avoid other issues with encryption. Just by curiosity, could I have flashed an encrypted bootloader instead of disable encryption? I think this is the first thing we have tried but it didn't worked... Do you hav...
by Yolnit
Mon Sep 30, 2024 10:47 am
Forum: General Discussion
Topic: rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) invalid header: 0xbc5d02e9
Replies: 8
Views: 2002

Re: rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) invalid header: 0xbc5d02e9

Hello Tanguy, I didn't mentionned that I previously worked on a nvs project with encryption data inside the nvs partition. In fact you're right, the board has been encrypted. Here are the logs : espefuse.py v4.7.0 Connecting.... Detecting chip type... Unsupported detection protocol, switching and tr...
by Yolnit
Sun Sep 29, 2024 9:47 am
Forum: General Discussion
Topic: rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) invalid header: 0xbc5d02e9
Replies: 8
Views: 2002

Re: rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) invalid header: 0xbc5d02e9

Hello Tanguy, I worked on a nvs project with the encryption enabled. I tried you command line on a random project (blinky led) with no specific configuration activated in the menuconfig. Here are the logs : C:\Users\CorentinLEROY\Desktop\ESP32_NVS\example>idf.py encrypted-bootloader-flash encrypted-...
by Yolnit
Thu Sep 26, 2024 8:19 am
Forum: General Discussion
Topic: rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) invalid header: 0xbc5d02e9
Replies: 8
Views: 2002

rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) invalid header: 0xbc5d02e9

Hello everybody. I am using my own board with an ESP32E_WROOM with the initial configuration for the strapping pins corresponding to the datasheet (PD or PU). I am using a micro USB to power up my ESP and sending code. Everything worked very good but recently I tried something on the board because I...
by Yolnit
Thu Jun 13, 2024 2:24 pm
Forum: General Discussion
Topic: The specified path cannot be found.while building project
Replies: 0
Views: 543

The specified path cannot be found.while building project

Hello everybody, I have an issue when I try to build a example project from the ESP32 SDK on a ESP32 DevKit. I've followed this tutorial : https://www.youtube.com/watch?v=XDDcS7HQNlI&t=562s in order to work on VSC. Everything happened as expected in the tutorial, I have the 5.0.6 version of ESP-IDF...