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

Schematic for MKS tinybee #107

Open
Elentriekerke opened this issue Dec 25, 2023 · 5 comments
Open

Schematic for MKS tinybee #107

Elentriekerke opened this issue Dec 25, 2023 · 5 comments

Comments

@Elentriekerke
Copy link

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 🙏

@thmalmeida
Copy link

thmalmeida commented Dec 26, 2023

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?

@Elentriekerke
Copy link
Author

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...

@Marcel67921
Copy link

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.

@viernullvier
Copy link

@Elentriekerke Did you check if your fan's - connection might be shorted against GND? I'm asking because the fan's + pin is always connected to Vin while the - pin is the one that's getting switched (between not connected / off and GND / on). Shorting - to GND will bypass the microcontroller / PWM signal, power the fan connector and light up the LED permanently.

@danvie4
Copy link

danvie4 commented Jun 11, 2024

@Elentriekerke Have you looked at the board to see if there's any physical damage (blown mosfet, other components that look burnt...)?

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

No branches or pull requests

5 participants