arkypita / Vigotech-VG-L7X

VG-L7X Vigotech engraver (WiFi model) resources and hack
GNU General Public License v3.0
20 stars 7 forks source link

[SOLVED] Vigo Tec VG-L7X unable to connect to PC via Serial #12

Open MartinGiersberg opened 3 years ago

MartinGiersberg commented 3 years ago

I bought this Laser off Ebay for very cheap. The could not get the controller board to connect to the Computer by any means (neither Arduino, nore XLoader or VigoEngraver) despite having all the right drivers to interface with the device installed on the PC Thus it was not possible to control the engraver (VigoEngraver) or to flash any new Firmware onto it (Arduino & Xloader).

After ruling out any hardware related Issues on the board itself I subled uppon this explenation: grafik

This revealed, that the connectivity issues must come from the ESP32 Chip in particular. Closer inspection in the Arduino IDE promted this error message when uploading the costume firmware from arkypita: "Failed to connect to ESP32: Timed out waiting for packet header"

A brief Google search later I found this article detailing the origin of the issue and tracing it back to the poor power supply of the ESP32.

As shown in the article connecting a 10 uF electrolytic capacitor between the EN pin and GND resolved the issue. grafik

With the help of this diagram provided by juliusgeeklab grafik

and some steady hands I managed to more or less elegantly solder on the capacitor

grafik

which immediately solved the Issue. The ESP32 was recognized by the Arduino IDE and I was able to uploade arkypiat's Software by following the instructions provided by him

arkypita commented 2 years ago

Thanks for sharing your experience