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

[Q] ESP3D and (TFT35 or SKR1.) #2914

Open
MrKuskov opened this issue Mar 13, 2024 · 3 comments
Open

[Q] ESP3D and (TFT35 or SKR1.) #2914

MrKuskov opened this issue Mar 13, 2024 · 3 comments
Labels
question Further information is requested

Comments

@MrKuskov
Copy link

I want to set up ESP3D based on ESP32-01S to send print status notifications (time to finish printing and end of printing) to telegram. tell me where it is better to install the module ESP32-01S. in the SKR1.4 board or in the TFT35 B1 V3 screen.

@MrKuskov MrKuskov added the question Further information is requested label Mar 13, 2024
@radek8
Copy link
Contributor

radek8 commented Mar 13, 2024

I also bought an ESP-01S.
Works on SKR V1.4 as well as TFT.
ESP mapped it as a virtual serial port and controlled the printer via the serial port. Unfortunately, there was still random print cancellation when printing from the SD card. My antivirus sometimes performed a port and network scan, and random sequences that came to the printer canceled the prints.
Now when printing Wi-Fi, I disconnect the module and use it only when calibrating and setting up the printer. I have a printer and a PC in different rooms, and USB cannot be used.
This is my experience with this module. :-)

@MrKuskov
Copy link
Author

@radek8 Since I want to use ESP32-1S only to send notifications to telegram (more precisely, Home Assistant then Telegram), where will the module work more stably and have less impact on printing?
As I understand it, notifications are sent from the Slicer to the Marlin M118 P0 [ESP600]msg and not read directly from the operating system?
Then it would be more logical to connect the module to Marlin, to SKR?

@radek8
Copy link
Contributor

radek8 commented Mar 14, 2024

The WIfi module communicates via the serial port.
TFT forwards the communication that comes to the WIFI serial port to Merlin.
In my opinion, it doesn't matter if you connect the module to SKR or TFT.
The result will be the same.
There is nothing easier than trying both variants and using the one that suits your needs.

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

No branches or pull requests

2 participants