Search found 2 matches
- Sun Feb 11, 2024 9:09 pm
- Forum: ESP-IDF
- Topic: ESP32-C3-MINI-1 boot loop
- Replies: 1
- Views: 593
Re: ESP32-C3-MINI-1 boot loop
I don't know how to make this SOLVED but I ended up redoing it differently and this time it worked out. Here's the code for the next person who find this: [Codebox]#include <driver/i2c.h> #include <esp_log.h> #include <freertos/FreeRTOS.h> #include <freertos/task.h> #include <stdio.h> #include "sdkc...
- Sun Feb 04, 2024 6:46 am
- Forum: ESP-IDF
- Topic: ESP32-C3-MINI-1 boot loop
- Replies: 1
- Views: 593
ESP32-C3-MINI-1 boot loop
Hi, I'm pretty new to ESP-IDF, but I think I've got the hang of the hello world scripts and stuff. I have this i2c scanner I'm trying to test out and I'm getting stuck in a boot loop so I'm just looking for some help getting unstuck and understanding what's going on so I can start writing my own stu...