Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] SD card causes blank screen MKS Tinybee and Mini12864V3 #27569

Open
1 task done
chebhou opened this issue Dec 5, 2024 · 3 comments
Open
1 task done

[BUG] SD card causes blank screen MKS Tinybee and Mini12864V3 #27569

chebhou opened this issue Dec 5, 2024 · 3 comments

Comments

@chebhou
Copy link

chebhou commented Dec 5, 2024

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

whenever i set the #define SDCARD_CONNECTION ONBOARD and plug an SD card the lcd goes blank and the beeper silent, the board still functions normally through web interface.

If i dont set #define SDCARD_CONNECTION ONBOARD (any other option) the LCD will still work if insert an SD card but the SD card will either fail to init, or fail during print, or fail to upload throught he web interface any file larger than ( 130kb so far).

sd card ( 2GB and 4GB) both formatted with the recommended sd formatter , and with windows (fat32 4byte/16/32) with no success.

the SD card slots on the board and on the LCD both act the same o matter what settings i put.

I've tried 2.1.3b1 and latest bugfix

Bug Timeline

multiple marlin versions

Expected behavior

SD card to work with LCD

Actual behavior

LCD blank when SD card inserted

Steps to Reproduce

make these changes to the config files

#define MOTHERBOARD BOARD_MKS_TINYBEE

#define BAUDRATE 115200
#define SERIAL_PORT_2 -1
#define BAUDRATE_2 115200

#define MKS_MINI_12864_V3

#define ESP3D_WIFISUPPORT
#define SDCARD_CONNECTION ONBOARD

compile, upload and test

Version of Marlin Firmware

Bugfix-2.1.x

Printer model

Custom

Electronics

MKS TINYBEE

LCD/Controller

MKS MINI 12864 V3

Other add-ons

No response

Bed Leveling

None

Your Slicer

None

Host Software

None

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

Marlin.zip

@chebhou chebhou changed the title [BUG] (bug summary)SD card causes blank screen MKS Tinybee and Mini12864V3 [BUG] SD card causes blank screen MKS Tinybee and Mini12864V3 Dec 5, 2024
@KillerInk
Copy link

It do work here on a mks tinybee v1 and Mini12864V3.
When i un/plug it the screen goes black and then return with the message sd card insert/removed.
Im using a sandisk sdhc 16gig class 4

pls check if you also enabled #define SDSUPPORT in Configuration.h

@PanosPetrou
Copy link

PanosPetrou commented Jan 13, 2025

I can confirm this too, I have to keep #define SDCARD_CONNECTION disabled, otherwise TinyBee hangs on boot.

EDIT: It seems it doesn't hang right at boot, screen stays blank and I'm able to connect to the printer using Pronterface, but I'm getting serial mismatch errors and the printer goes unresponsive after a while.

@KillerInk
Copy link

I can confirm that too with #define SDCARD_CONNECTION ONBOARD blacks out the screen after the Marlin Boot Logo
Using LCD does work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants