-
Notifications
You must be signed in to change notification settings - Fork 121
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
Schematic for MKS tinybee #107
Comments
Even the microcontroller (ESP32) has pwm on many pins, tinybee board does not offer direct connection to drives that controls fans or heaters. Perhaps due the few number of pins available. And it uses three 8 bit shift registers to control those parts using I2S peripheral. So, a pwm output on fans or heaters is not possible by hardware. The fan speed can be controlled by some more code to construct a pwm signal by software with low frequency. Upgrade the firmware image to esp32 is simple by the usb-c cable. Are you using Marlin firmware? What is the firmware version? |
It worked before as it is now, so i think something went wrong causing this issue... As far as I found schematics from previous versions the fans are controlled by a separate chip, which gets its data from the esp32. But however there's a red led close to the fan output which is now red lit. I use marlin 2.1.2... |
Could you please provide the configuration on the TinyBee motherboard for the Marlin-2.1.2.1 . I would add the data for setting the board size, limits and speeds. I'm not an expert in setting up the configuration. Thank you. |
@Elentriekerke Did you check if your fan's |
@Elentriekerke Have you looked at the board to see if there's any physical damage (blown mosfet, other components that look burnt...)? |
Hi for some reason fan2 is suddenly at 100% duty cycle all the time, even after rewrite or reset. So I was wondering if there are schematics available for this board in order to find the issue.
I can see a red LED lighting up for one of the fans, maybe there's some G code to reset the pwm driver.
Thanks for the help in advance 🙏
The text was updated successfully, but these errors were encountered: