-
Notifications
You must be signed in to change notification settings - Fork 52
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
OLED Screen doesn't stay on #7
Comments
I have the same problem. |
@bigtreetech - any ideas on this? |
Same here.
I tried to invert X and Z1 motor and Z1 motor still doesn't repond properly and still have that shutdown issue. when moving a bit the oled screen, I got the impression there is some bad contact somewhere, will investigate further in the next days and see if I can find anything. For those having the same problem (screen shuting down), can you control it (just some display problem) or is the motor not obeying the commands ? |
@charchess make sure the current and steps are set correctly, and after doing so, run the calibration. When my screen goes out the motor still responds without issue. If I want to change something I have to do it before the motor is activated though. I swapped with a similar screen, and another driver and it didn't make a difference. |
Same issue on my side with 2 motors + 2 OLED screens |
More and more often I think about creating a database for Chinese products that are just a scam. Products of such poor quality are practically absent in Europe or the USA. I have the same problem with 3 drivers. |
@CircuitSetup my issue on the motor was ..I did misread the documentation ... I can't confirm if it solve the OLED shutdown issue ... as I short circuited the heater/thermistor ...and now am waiting for a new motherboard from biqu... @kamilj the idea might be nice, but I really don't feel like biqu/btt should be in such a database
and to end that, stating that "chinese products" need such a database, I disagree, you'd need a worldwide database as lot of scam are not from china. Referencing all, including real scam (like out of nowhere power generating system ie) would be a real huge amount of work. Have a nice day |
@charchess This manufacturer is trying to do the best he can. He makes documentation and good packaging, but this particular product fails. |
Same problem here. Most times the screen goes black as soon as I press the menu button, sometimes the characters are reversed left-right. I have two of them (new) they both exhibit the same problem and are unusable. I've contacted the vendor (BIQU) but based on others' messages, I'm not too hopeful. |
does the issue also occure, if you disconnect the motor (power off before unplugging the motor)? |
The motor used is the one you provided as part of the kit.
I have just tried what you suggest – power off, disconnect the motor, power on. Same result.
Neil
From: Till <notifications@github.com>
Sent: Saturday, September 12, 2020 12:11 PM
To: bigtreetech/BIGTREETECH-S42B-V1.0 <BIGTREETECH-S42B-V1.0@noreply.github.com>
Cc: narosenberg <neil@vectorr.com>; Comment <comment@noreply.github.com>
Subject: Re: [bigtreetech/BIGTREETECH-S42B-V1.0] OLED Screen doesn't stay on (#7)
does the issue also occure, if you disconnect the motor (power off before unplugging the motor)?
I suspect that some motors draw to much current and the resulting interference kills the OLED communication.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#7 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AD4WPF66KSF2XAETUSNBZ6LSFOMSTANCNFSM4PIJTLHQ> . <https://github.com/notifications/beacon/AD4WPF7VTPBJRE3YZR6P6ADSFOMSTA5CNFSM4PIJTLH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFE3Z5KA.gif>
|
I have the same issue but much less severe than you guys. My extruder has this closed loop setup and after some printing the display gets corrupted or frozen. ok, next try... try to disable "closed loop control" by switching dip switch 3 to off. What supply voltage do you feed to the boards? 12V or 24V? |
Similar issues as described here. (flakey OLED screen). But not enough to prevent setup. I am experiencing 2 deal breakers though.
Has anyone else who is using these experienced layer shift on long running jobs? How about weird step count settings? The layer shift problem is a deal breaker for me. I thought this was impossible with closed loop during a normal print job (no interference, no hung up filament, no hitting the printer with a mallet.... :) ) But it appears that there is something flakey going on. Regards |
@charchess |
did you reduce the communication speed and increased pulse lenghts to the S42B? |
I just noticed, that after flashing the compiled version of the firmware provided in this repository all the display issues vanished together with the bug "spin to zero position on re-enable". Maybe you test and flash the boards with the latest version? If the issue persists for someone, there might be a hack by changing the GPIO speeds for the display communication. oled IO in main.c (line 1215 onwards): It looks like the angular sensor (TLE5012B) is not interfaced via the same SPI bus but some other interface. |
For the shifted layers and the change of communicaton parameters see also here: #14 You can test also with open-loop mode by switching pin 3 "off". If the layers still shift, it is not the PID. |
after a few days of printing now, the display showed some erronous characters but it is still better than before the firmware update. |
regarding the OLED there is a new finding for the initialization of the OLED here #16 |
PR (#20) is opened as a possible fix for the OLED issue. Testers welcome to approve. |
Is there a reason the OLED screen would flicker and turn off completely when the stepper motor is enabled? The screen never seems to stay on. It does stay on when the motor is not enabled, but not always.
The text was updated successfully, but these errors were encountered: