You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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. :-)
@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?
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.
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.
The text was updated successfully, but these errors were encountered: