Integration of Hackieuino improvements #251
Replies: 3 comments 2 replies
-
Hi, However, 4bit SDMMC support would be ok for me. |
Beta Was this translation helpful? Give feedback.
-
I have an ESP32-S3 & SD-adapter here, can test & apply your SD-MMC 4Bit code. One question:
4 Bit MMC should be 20% faster than 1Bit according to https://www.instructables.com/Select-SD-Interface-for-ESP32/ How fast is webupload rate with your hardware? |
Beta Was this translation helpful? Give feedback.
-
I don't own this hardware but made a test with a ESP32 Lolin S3 + SD card (1 & 4 bit mode): 1 Bit MMC: SD card read: 1048576 bytes read for 316 ms 4 Bit MMC: SD card read: 1048576 bytes read for 163 ms So 4 Bit MMC is not really faster in webload, maybe due to limited HTTP upload rate.. |
Beta Was this translation helpful? Give feedback.
-
I have started porting ESPuino to the Toniebox ESP32 version with the esp32-s3.
I am currently merging my changes I made on the master branch to the dev branch.
Beside the Toniebox specific things (I try to implement into special classes), there are several improvements in the code, that may be interesting for the project.
Maybe you could already cherry-pick some commits? Ex:
4-bit SDMMC support, some text literal corrections, refractor the deepsleep into an extra method, implement a restart function, trf7962a rfid reader, lis3dh acceleration sensor, rgb-led support
dev...toniebox-reverse-engineering:Hackieuino:dev
Beta Was this translation helpful? Give feedback.
All reactions