Open sagicastro opened 3 years ago
https://github.com/bigtreetech/SKR-2/issues/51
I got it working
I'm currently trying to get the SKR2 to work with Ender 3 v2 display. I tried messaging BTT on Facebook, but they weren't terribly helpful, so I'm hoping for more help here :) I have tried following directions for the E3 Mini, adding Creality DWIN and Pins to the pins file and then using single dupont connectors to plug into the various pins. Using the TFT RX and TX (A10 and A9). Currently, with only having the display connected, the SKR2 powered and set for USB power. Upon turning on the display backlight flashes on and off fairly quickly. Any ideas where I might have gone wrong? Below is what I added to the pins_BTT_SKR_V2_0_common.h :
// RET6 DWIN ENCODER LCD
#define BEEPER_PIN PC5
#undef SPEAKER
Thanks for any help!
I'm currently trying to get the SKR2 to work with Ender 3 v2 display. I tried messaging BTT on Facebook, but they weren't terribly helpful, so I'm hoping for more help here :) I have tried following directions for the E3 Mini, adding Creality DWIN and Pins to the pins file and then using single dupont connectors to plug into the various pins. Using the TFT RX and TX (A10 and A9). Currently, with only having the display connected, the SKR2 powered and set for USB power. Upon turning on the display backlight flashes on and off fairly quickly. Any ideas where I might have gone wrong? Below is what I added to the pins_BTT_SKR_V2_0_common.h :
if ENABLED(DWIN_CREALITY_LCD)
// RET6 DWIN ENCODER LCD #define BTN_ENC PB1 #define BTN_EN1 PE12 #define BTN_EN2 PE10 #ifndef BEEPER_PIN #define BEEPER_PIN PC5 #undef SPEAKER #endif #endif
Thanks for any help!
Did you ever end-up getting it to work? I'm running into the same issue where my screen is flickering as well :/
Just starting this adventure on an SKR3. Most important in all of this is that there is absolutely ZERO programming involved in changing some variables in a config file. It takes no special skill except possibly the ability to read. Most hilarious is that the ability to read doesn't even require any level of comprehension!
Just starting this adventure on an SKR3. Most important in all of this is that there is absolutely ZERO programming involved in changing some variables in a config file. It takes no special skill except possibly the ability to read. Most hilarious is that the ability to read doesn't even require any level of comprehension!
Keep me up to date with your progress. I attempted this for a bit and was successful with the SKR 1.4 turbo, then the SKR 2 and now trying with SKR 3 but no dice
My plan is to first get the firmware from BTT working with all of my hardware. I'm running 3 closed-loop steppers, a Euclid probe, k-type thermister, and an AC bed. All that on a fully built out 450x450x500 platform. Oh, and an overhead-driven belt supported Z axis. So I have a lot of significant hurdles with all of that in and of itself. But, if I can get the FW working that comes from BTT then it's just going to be a matter of calibrating steps on every axis and fighting with the screen. The screen seems to be the roadblock everyone is hitting. As far as Ive seen, BTT has never changed their pin-out on their serial ports... it would be ignorant to do so. It would prevent people from using BTT's screen offerings on any of those changed boards.
So... bring it on!
How did you do for the cr10 touchscreen to SKR2. I've been struggling for a long time and can't do it.
Just starting this adventure on an SKR3. Most important in all of this is that there is absolutely ZERO programming involved in changing some variables in a config file. It takes no special skill except possibly the ability to read. Most hilarious is that the ability to read doesn't even require any level of comprehension!
Keep me up to date with your progress. I attempted this for a bit and was successful with the SKR 1.4 turbo, then the SKR 2 and now trying with SKR 3 but no dice
May I please get some help in configuring the ender3 v2 screen on the skr 2 board?
I've tried following this solution (https://github.com/MarlinFirmware/Configurations/issues/535#issuecomment-873010783) but it doesn't work for me (the screen is beeping).
Thanks!