Search found 30 matches

by maggymtac
Sat Feb 11, 2023 5:50 pm
Forum: ESP32 Arduino
Topic: esp32 S3 problem i2c communication
Replies: 1
Views: 2573

Re: esp32 S3 problem i2c communication

Hello,

Someone have a solution please?

Thank you.
by maggymtac
Sat Aug 20, 2022 7:04 am
Forum: ESP32 Arduino
Topic: esp32 S3 problem i2c communication
Replies: 1
Views: 2573

esp32 S3 problem i2c communication

Hello, I have a code works fine with ESP32 C3 but not with ESP32 S3 the lcd not display a word. I use Scanning code function to see what is the problem: byte error, address; int nDevices; Serial.println("Scanning..."); nDevices = 0; for(address = 1; address < 127; address++ ) { // The i2c_scanner us...
by maggymtac
Thu Feb 17, 2022 10:55 am
Forum: ESP32 Arduino
Topic: esp32c3 errors ledc
Replies: 2
Views: 8972

esp32c3 errors ledc

Hello, I get theses traces: 22:04:15.537 -> ESP-ROM:esp32c3-api1-20210207 22:04:15.537 -> Build:Feb 7 2021 22:04:15.537 -> rst:0x1 (POWERON),boot:0xe (SPI_FAST_FLASH_BOOT) 22:04:15.570 -> SPIWP:0xee 22:04:15.570 -> mode:DIO, clock div:1 22:04:15.570 -> load:0x3fcd6100,len:0x420 22:04:15.570 -> load:...
by maggymtac
Sun Feb 13, 2022 9:20 pm
Forum: General Discussion
Topic: esp32c3 compilation failed Painless_Mesh
Replies: 3
Views: 8751

Re: esp32c3 compilation failed Painless_Mesh

Hello,

Anybody have a solution of my problem?

Thank you.
by maggymtac
Mon Jan 03, 2022 4:39 am
Forum: General Discussion
Topic: esp32c3 compilation failed Painless_Mesh
Replies: 3
Views: 8751

Re: esp32c3 compilation failed Painless_Mesh

Anyone have a idea?
by maggymtac
Fri Dec 24, 2021 5:22 pm
Forum: General Discussion
Topic: esp32c3 code stop after around 10 minutes
Replies: 4
Views: 10744

Re: esp32c3 code stop after around 10 minutes

Problem resolved, upgrade version of esp32 library.
by maggymtac
Sat Dec 18, 2021 6:07 am
Forum: General Discussion
Topic: esp32c3 compilation failed Painless_Mesh
Replies: 3
Views: 8751

esp32c3 compilation failed Painless_Mesh

Hello, I use Arduino IDE and i would to use my Wifi Access point sometimes to get upgrade binaries from by computer and use Mesh library 1.4.9 to communicate with others ESP32-C3, so i get theses traces in compilation: In file included from /home/james/Arduino/libraries/Painless_Mesh/src/painlessMes...
by maggymtac
Fri Dec 10, 2021 10:26 am
Forum: General Discussion
Topic: esp32c3 code stop after around 10 minutes
Replies: 4
Views: 10744

Re: esp32c3 code stop after around 10 minutes

Theses traces are not normal.
by maggymtac
Sun Dec 05, 2021 12:52 pm
Forum: General Discussion
Topic: esp32c3 code stop after around 10 minutes
Replies: 4
Views: 10744

esp32c3 code stop after around 10 minutes

Hello, On my esp32-c3 with arduino ide, my code is stopped after around 10 minutes and i get theses trace: 13:33:36.886 -> E (612033) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time: 13:33:36.919 -> E (612033) task_wdt: - IDLE (CPU 0) 13:33:36.919 -> E (...
by maggymtac
Mon Nov 22, 2021 8:57 am
Forum: General Discussion
Topic: esp32c3 BLE write/read characteristic transmission ok/nok
Replies: 0
Views: 3247

esp32c3 BLE write/read characteristic transmission ok/nok

Hello,

I have a client (esp32c3) which write characteristic with value "A1" to server (BLE device), i want to know if "A1" is received?

Read characteristic is it the solution or have you an idea?

Thank you.