Search found 43 matches

by maggymtac
Mon May 19, 2025 3:28 pm
Forum: ESP32 Arduino
Topic: esp32-C6 zigbee tuya smart life
Replies: 3
Views: 820

Re: esp32-C6 zigbee tuya smart life

As device : https://www.aliexpress.com/item/1005007694554158.html
is detected with this code: https://github.com/espressif/arduino-es ... n_Networks

I thought tuya was doing the same thing as Smart Life application
by maggymtac
Sun May 18, 2025 3:17 pm
Forum: ESP32 Arduino
Topic: esp32-C6 zigbee tuya smart life
Replies: 3
Views: 820

esp32-C6 zigbee tuya smart life

Dear,

I would like to have example code which can be used with tuya application or Smart Life: https://github.com/espressif/arduino-es ... ateway.ino

I want to create a zigbee gateway and devices zigbee

Thank you.
by maggymtac
Sun May 04, 2025 5:59 pm
Forum: ESP32 Arduino
Topic: ESP32-S3 problem screen and SDCard
Replies: 6
Views: 690

Re: ESP32-S3 problem screen and SDCard

SD card is formatted with FAT32. i try this link i get :


19:57:36.768 -> ESP-ROM:esp32s3-20210327
19:57:36.768 -> Build:Mar 27 2021
19:57:36.768 -> rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
19:57:36.768 -> SPIWP:0xee
19:57:36.768 -> mode:DIO, clock div:1
19:57:36.768 -> load:0x3fce2820,len ...
by maggymtac
Sat Apr 19, 2025 6:04 pm
Forum: ESP32 Arduino
Topic: ESP32-S3 problem screen and SDCard
Replies: 6
Views: 690

Re: ESP32-S3 problem screen and SDCard

2) the screen display now

For my SDCard, its formatted with FAT32

Code: Select all

SPIClass spi2(HSPI);

  spi2.begin(12, 13, 11, 4);
  if(!SD.begin(4,spi2)){
    Serial.println("Card Mount Failed");
    return;
  }

by maggymtac
Sat Apr 19, 2025 10:46 am
Forum: ESP32 Arduino
Topic: ESP32-S3 problem screen and SDCard
Replies: 6
Views: 690

ESP32-S3 problem screen and SDCard

Dear,

I have two problems: 1) SD Card cannot mounted
2) Screen display blue color.

On Arduino IDE 2.3.5 with this screen: https://fr.aliexpress.com/item/1005008263739345.html
Library esp32 (v2.0.17) i use GFX library which works fine with others model of screen, here it's ST7262:
https://sourceb ...
by maggymtac
Fri Apr 11, 2025 7:59 pm
Forum: ESP32 Arduino
Topic: ESP32-S3 Arduino_GFX_Library reboot automatically
Replies: 7
Views: 581

Re: ESP32-S3 Arduino_GFX_Library reboot automatically

i found 2 root causes for crash, the 1):

when i declare

#include <WiFi.h>



i get crash -> GFX is not initialize. the execution enter on this if condition:


// Init Display
if (!gfx->begin())
// if (!gfx->begin(80000000)) /* specify data bus speed */
{
Serial.println("gfx->begin() failed ...
by maggymtac
Mon Apr 07, 2025 8:03 am
Forum: ESP32 Arduino
Topic: ESP32-S3 Arduino_GFX_Library reboot automatically
Replies: 7
Views: 581

Re: ESP32-S3 Arduino_GFX_Library reboot automatically

I install this plugin: https://github.com/dankeboy36/esp-exception-decoder


ESP Exception Decoder
Sketch: MyTest FQBN: esp32:esp32:esp32s3

A6 : 0x3fca9624 A7 : 0x420be8b0 A8 : 0x00002580 A9 : 0x00000000
A10 : 0x3fc9cab0 A11 : 0x00000050 A12 : 0x3fcb938c A13 : 0xffffffff
A14 : 0x00000005 A15 ...
by maggymtac
Sun Apr 06, 2025 4:35 pm
Forum: ESP32 Arduino
Topic: ESP32-S3 Arduino_GFX_Library reboot automatically
Replies: 7
Views: 581

Re: ESP32-S3 Arduino_GFX_Library reboot automatically

I put folder on .arduino15/packages/arduino/tools/ this plugin is not available on Tools > ESP Exception Decoder.

Rollback on v2.0.17, i have many issues from Wifi connections with Task on Core 0 (manage wifi connections) and Core 1.

Go to advanced search