luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer
GNU General Public License v3.0
1.78k stars 465 forks source link

Communication esp32cam and AnetA8 no working #1045

Closed regDi closed 2 months ago

regDi commented 2 months ago

no comunication ESP32cam and Anet A8

<I followed the steps described on the "https://esp3d.io/ESP3D/Version_3.X/installation/arduino/index.html" for uploading the code to the ESP32 and the modification of the board of the Anet A8, but whem i conect the ESP to the board i have no response at all the of the printer. The conexion to the WIFI is OK, but i can not comunicate.

marlin - no info

To Reproduce

About the instalatin i followed the step described, and i also verified the schematic of the boards to make sure it is well conected. The only responce i get from the printer is M503.

image

Expected behavior

Screenshots

ESP3D Firmware:

Target Firmware:

Printer ANET A8 - v1.5

Board used (please complete the following information):

I hope with this information you can help me. thanks a lot in advance.

github-actions[bot] commented 2 months ago

Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here

luc-github commented 2 months ago

I do no t see any response from M503 form your screen shot

To test use M105 and M114 and M115

Here list of things you need to check : 0 - Based on https://esp3d.io/ESP3D/Version_3.X/hardware/system_boards/main_boards/anet_a8/ the serial is same as USB, so do all test without USB connected 1 - baud rate, be sure is same on both side (Marlin and ESP3D) 2 - the voltage dividor, because board is 5V and esp32 is 3.3.v, you must have one on RX at least 3 - Check your wiring, common mistake is to invert RX and TX, or forget to share the ground 4 - because I am guessing you used some usb 2 serial board to flash the ESP32Cam, use it to check the communication : a - with your esp32cam but not in flash mode, open arduino serial monitor an see if your board communicate, which should be ok as you where able to flash it using serial pins b - use RX/TX /GND/5V on the board connect to the usbserial adpter , use Arduino Serial Monitor to check that you can communicate with your board/Marlin

regDi commented 2 months ago

Finally the issue might be in the print board. I have no communication, thanks a lot for the quick response and for share the proyect. I am thinking in change the board of the printer, do you have a recommendation?

luc-github commented 2 months ago

check your soldering is ok - other people succeded , the https://esp3d.io/ESP3D/Version_3.X/hardware/system_boards/main_boards/anet_a8/ is a report from a a8 owner

about others boards, It depends on the budget and the desired features, the firmware you want, the possibilities for upgrades, the choice is vast

regDi commented 2 months ago

Yes that was the issue, the soldering. I am looking for a place to see if they can repair it. I will tell you if i am finally able to finish the project. thank you!

luc-github commented 2 months ago

Ok good luck , I close ticket then

github-actions[bot] commented 2 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.