Search found 4 matches

by cypherap
Fri Oct 20, 2023 9:11 am
Forum: ESP32 Arduino
Topic: ESP32 Firebase SD_MMC
Replies: 4
Views: 5764

Re: ESP32 Firebase SD_MMC

I've already tried this, although I'm not sure if I'm doing it right.
by cypherap
Thu Oct 19, 2023 11:10 am
Forum: ESP32 Arduino
Topic: ESP32 Firebase SD_MMC
Replies: 4
Views: 5764

Re: ESP32 Firebase SD_MMC

I will try to explain more. I create a log file that is saved on the SD card, this file is updated after each event by adding another line of text. Then I want to send this file to firebase every hour. The SD_MMC library allows me to operate on the file, including adding subsequent lines of text. Un...
by cypherap
Tue Oct 17, 2023 5:44 pm
Forum: ESP32 Arduino
Topic: ESP32 Firebase SD_MMC
Replies: 4
Views: 5764

ESP32 Firebase SD_MMC

Hello everyone, I'm new here, and I probably wouldn't be here if it weren't for my issue with ESP32 libraries. I'm using Firebase with the Firebase_ESP_Client library, specifically for Storage. I wanted to upload a file from the SD card. When I use the SD_MMC library, which works fine on my ESP32-CA...
by cypherap
Tue Oct 17, 2023 7:15 am
Forum: ESP32 Arduino
Topic: Firebase storage SD_MMC.h
Replies: 0
Views: 2696

Firebase storage SD_MMC.h

Hello everyone, I'm new here, and I probably wouldn't be here if it weren't for my issue with ESP32 libraries. I'm using Firebase with the Firebase_ESP_Client library, specifically for Storage. I wanted to upload a file from the SD card. When I use the SD_MMC library, which works fine on my ESP32-CA...