@sapphire http://192.168.1.61:5244/d/sd_card/mp4/WhatsApp Vidéo 2025-08-17 à 19.35.11_90e31b99.mp4?sign=AF_oijvWOMslZWSURfdyKx0T1D0PJ8FoIx0fS5Uevy0=:0
Best posts made by sapphire
Latest posts made by sapphire
-
RE: Tab 5 screen flicker after firmware update
@Jomac If you watch the video, I have this little defect that doesn't happen often (a flashing).
-
RE: Tab 5 screen flicker after firmware update
@Jomac I also have this problem that happens from time to time I see it on the bottom right side
-
RE: TAB5 SD doesnt work in Arduino IDE
I managed to get the SD card reader to work.
H_SDIO_DRV error: sdio card init failed
The WiFi module (ESP32-C6) uses an independent set of dedicated pins (SDIO2_D0 to SDIO2_CK), thus avoiding any physical interface overlap and conflicts.sd_mmc_card:
id: sd_card
clk_pin: GPIO43
cmd_pin: GPIO44
data0_pin: GPIO39
data1_pin: GPIO40
data2_pin: GPIO41
data3_pin: GPIO42
mode_1bit: false
slot: 0esp32_hosted:
variant: esp32c6
active_high: true
clk_pin: GPIO12
cmd_pin: GPIO13
d0_pin: GPIO11
d1_pin: GPIO10
d2_pin: GPIO9
d3_pin: GPIO8
reset_pin: GPIO15
slot: 1 -
RE: Tab 5 screen flicker after firmware update
Do you have the same problem that other people have had?
https://community.m5stack.com/topic/7737/tab5-display-issue?_=1755381438444 -
RE: Using WiFi on Tab5 with the Arduino IDE
I managed to get the SD card reader to work.
H_SDIO_DRV error: sdio card init failed
The WiFi module (ESP32-C6) uses an independent set of dedicated pins (SDIO2_D0 to SDIO2_CK), thus avoiding any physical interface overlap and conflicts.sd_mmc_card:
id: sd_card
clk_pin: GPIO43
cmd_pin: GPIO44
data0_pin: GPIO39
data1_pin: GPIO40
data2_pin: GPIO41
data3_pin: GPIO42
mode_1bit: false
slot: 0esp32_hosted:
variant: esp32c6
active_high: true
clk_pin: GPIO12
cmd_pin: GPIO13
d0_pin: GPIO11
d1_pin: GPIO10
d2_pin: GPIO9
d3_pin: GPIO8
reset_pin: GPIO15
slot: 1 -
RE: Tab5 display issue
This is the second time I've seen this hardware problem. The first time is not on a Tab5 but on another brand. I assume you also have a pulsation problem.
-
RE: A (sort of) port of Launcher to Tab5
It's interesting but I would have liked you to also do it in video, its installation and operation to have a visual, thank you
-
RE: Using WiFi on Tab5 with the Arduino IDE
@smily77 Did you manage to get the SD card reader to work?