Send My code
#include <stdio.h>
#include "esp_log.h"
#include "driver/i2c.h"
#include "driver/periph_ctrl.h"
#include <esp_types.h>
#include "esp_intr.h"
static const char *TAG = "WII I2C Test";
void app_main(void)
{
i2c_config_t conf = {
.mode = I2C_MODE_MASTER,
.sda_io_num = 5,
.scl ...
Search found 3 matches
- Wed Dec 08, 2021 11:09 am
- Forum: General Discussion
- Topic: ESP32-C3 i2c not work
- Replies: 3
- Views: 8226
- Tue Dec 07, 2021 5:56 pm
- Forum: General Discussion
- Topic: ESP32-C3 i2c not work
- Replies: 3
- Views: 8226
ESP32-C3 i2c not work
I use ESP-IDF 4.3, with "esp32-c3 devkit-02"
I am trying example "i2c_simple" but I have a continuous reset of the ESP32
SCL GPIO Num 6 (default)
SDA GPIO Num 5 (default)
[code]
Failed to run gdb_panic_server.py script: Command '['riscv32-esp-elf-gdb', '--batch', '-n', '/home/michele/myesp/i2c ...
I am trying example "i2c_simple" but I have a continuous reset of the ESP32
SCL GPIO Num 6 (default)
SDA GPIO Num 5 (default)
[code]
Failed to run gdb_panic_server.py script: Command '['riscv32-esp-elf-gdb', '--batch', '-n', '/home/michele/myesp/i2c ...
- Sun Jan 27, 2019 12:23 pm
- Forum: Hardware
- Topic: TTGO Micro-32
- Replies: 0
- Views: 2485
TTGO Micro-32
I look for the datasheet and the eagle library for TTGO Micro-32
I can not find anything, can you help me?
![Image]()
I can not find anything, can you help me?