makerbase-mks / MKS-TinyBee

MKS TinyBee is a mainboard for 3d printing, based on ESP32 module
GNU General Public License v3.0
124 stars 118 forks source link

Tinybee USB not working #53

Open Kev-hunt opened 2 years ago

Kev-hunt commented 2 years ago

What is the issue with Tinybee USB. I see from other posts with people with the same problem. The USB appears not to work to the computer and thus I can not flash / program the board. What is the solution.

jirka-malvin commented 2 years ago

do you have proper drivers (for ESP32) installed?

vasiliyz1979 commented 2 years ago

Did you rearrange the jumper on the board for downloading via the USB?

Kev-hunt commented 2 years ago

I am assuming I have ESP32, my other USB devices all work fine.

Yes the jumper is set according to the instructions.

vasiliyz1979 commented 2 years ago

Try flashing the board through the memory card.

andyrok commented 2 years ago

Try flashing the board through the memory card.

I’ve the same problem but isn’ t impossible flashing with the memory card… 😩

jirka-malvin commented 2 years ago

Need more informations how you are trying to flash. So WINDOWS or MACOS? Do you have installed proper drivers CP210X from silicone Labs (https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads)? If you try to flash - any error message from Visual studion Code? or "nothing happened" when you plug in into USB ? - meaning no LED on at board...

Kev-hunt commented 2 years ago

I am using Windows 10, VSC and USB to USB. Nothing happens, 3D printer (Tinybee) is not seeing PC and PC is not seeing Tinybee.

jirka-malvin commented 2 years ago

I am using Windows 10, VSC and USB to USB. Nothing happens, 3D printer (Tinybee) is not seeing PC and PC is not seeing Tinybee.

And do you have drivers from siliconlab installed? Jumper is really reconnected? see video https://www.youtube.com/watch?v=6KCa3XEugMY - 1:54 After plugin jumper, LED in the left corner (red) should be ON.

jirka-malvin commented 2 years ago

BTW: I upgraded and tested tinyBee with Marlin 2.1.1. and works perfectly.