bigtreetech / BIGTREETECH-TFT35-V3.0

TFT35 V3.0 is a medium size, dual-mode, ultra-clear 3D printer display and it is designed by Bigtree Technology co.,LTD. It is an excellent replacement for the standard 12864 LCD displays.
254 stars 83 forks source link

Random beeps/knob pressing #100

Open To0wnn opened 3 years ago

To0wnn commented 3 years ago

Hi,

The board gives random beeps when installed inside my Ender 5 plus case. BTT mode you do not see anything but in marlin mode i see it is also really doing something. I see that it is puching the dail knob somehow. When i remove the tft out of the case no beeps/pushes occur any more. It also only happens when the bed/nozzel heating is on and not started any print or what so ever. Bed heating is on a separate mosfet. Also used two different screen and boards same issue.

It is on a SKR PRO V1.1 board running the latest marlin. Looks like interference but no idea how to solve it (except for removing it from the case of course)

oldman4U commented 3 years ago

Insulate the case so that the metal does not touch the TFT and do not tighten the screws to the max.

oldman4U commented 3 years ago

Any news?

To0wnn commented 3 years ago

It is sitting in a PLA printed case and no srews at al still the same somehow. Can it be that the SKR pro board is to close to the metal case? EXP1 and 2 are close to it.

oldman4U commented 3 years ago

You mean that electromagnetic interference causes this?

Possible. But I would start with shielded cables and check the mainboard after that.

To0wnn notifications@github.com schrieb am Mo. 14. Dez. 2020 um 10:56:

It is sitting in a PLA printed case and no srews at al still the same somehow. Can it be that the SKR pro board is to close to the metal case? EXP1 and 2 are close to it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-TFT35-V3.0/issues/100#issuecomment-744324308, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM6XKZG7ZWMQT44MPKIW2BLSUXOODANCNFSM4UTCXD7Q .

To0wnn commented 3 years ago

Yes maybe i also do not know otherwise..

Shielded ribbon cables?

Here are some pictures of my setup. When it is like this it looks like the knob is pressed.

20201214_113206 20201214_113213

oldman4U commented 3 years ago

You can use any kind of cable for a test. You could also try to remove the ground for a test.

oldman4U commented 3 years ago

Which TFT firmware are you using?

To0wnn commented 3 years ago

Removing ground also no luck..

Which TFT firmware are you using?

Latest.

oldman4U commented 3 years ago

There is no date and time but latest written on it?!

To0wnn notifications@github.com schrieb am Do. 17. Dez. 2020 um 15:39:

Removing ground also no luck..

Which TFT firmware are you using?

Latest.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-TFT35-V3.0/issues/100#issuecomment-747477429, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM6XKZGFX4XLWMYEIBQIYS3SVIJZHANCNFSM4UTCXD7Q .

oldman4U commented 3 years ago

Any news?

conorlmcbride commented 3 years ago

I’m also getting random clicks and beeps, often it just sends the menu back to the mode selection screen. This is very frustrating. Installed in the stock ender3 case it was designed for with the cables that came with the TFT... is there an update from BTT?

I am running the 0.26.x firmware with no config changes. SKR mini E3 V2 board on bugfix-2.0.x firmware.

Can anyone help?

oldman4U commented 3 years ago

See if removing the TFT from the metal case helps.

Install master firmware from today from the TFT firmware repository.

To0wnn commented 3 years ago

Will update as well see if it helps :) what are the changes?

To0wnn commented 3 years ago

I updated the TFT firmware without succes same issue still

radek8 commented 3 years ago

Read this https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/issues/1324

radek8 commented 3 years ago

Use a shielded cable for serial communication

IMG_20201206_200718_resized_20201213_090731590

To0wnn commented 3 years ago

Use a shielded cable for serial communication

IMG_20201206_200718_resized_20201213_090731590

Is that shielded? Do you have an spec or where did you get the cable from? Can I maybe use a piece of Cat5e utp? Or must it be stp then?

radek8 commented 3 years ago

The UTP cable is not shielded. The FTP cable is shielded, but it is unnecessarily strong. I used a USB cable from an old mouse.

IMG_20201214_185630_resized_20201214_065759420

To0wnn commented 3 years ago

Made the same cable same issue.. Read the other issue and the only thing is to isolate screen with a ziplock bag and layers of aluminum foil. Will try this later 20210118_101150

radek8 commented 3 years ago

A heated bed powered by PWM is a huge source of interference. If the display is within range of electromagnetic waves, it may be affected (disturbed).

To0wnn commented 3 years ago

Tried with the foil still no luck.. removed the screen the issue is a bit less wile heating but when i put the top cap over the the tft so not in the case, full chaos on the screen haha letters and characters all over the place.

radek8 commented 3 years ago

You can still turn off the PWM bed control in Marlin

To0wnn commented 3 years ago

Already disabled during al the tests 2021-01-19 14_19_48-Configuration h - Marlin-bugfix-2 0 x - Visual Studio Code

radek8 commented 3 years ago

This is already ghost hunting. Try to separate the 5V power supply from the printer to the display. Use a separate 5V power supply (such as a USB phone charger.) To power the display. There was once a problem where the display did not work well until it had a separate power supply.

To0wnn commented 3 years ago

Ghost hunt for sure!!! haha I will give it a try later Thanks for helping/thinking with me!!