bigtreetech / BIGTREETECH-TFT35-V3.0

TFT35 V3.0 is a medium size, dual-mode, ultra-clear 3D printer display and it is designed by Bigtree Technology co.,LTD. It is an excellent replacement for the standard 12864 LCD displays.
249 stars 82 forks source link

WiFi ESP8266-01S can't connect with SKR MINI E3 v2 + TFT35 E3 V3 #133

Open bubulgum opened 3 years ago

bubulgum commented 3 years ago

I have installed software to wifi,and if connect to TFT i can see web interface in browers (have uploaded index.html.gz from here https://github.com/bigtreetech/BIGTREETECH-SKR-PRO-V1.1/tree/master/firmware/esp-01s) and last version of ESP3D with env:esp01s_160mhz-2.7.4 with USE_SERIAL 0 image But still can't see printer...even on display M117 don't show connecting message. Looks like wifi module inactive with Firmware. TFT with SKR connected to EXP3-CR10 and TFT cables. Alos have tried in TFT config.ini serial_always_on:1 In Marlin i have enabled

#define SERIAL_PORT -1
#define SERIAL_PORT_2 2

//also have tried

#define SERIAL_PORT 3
#define SERIAL_PORT_2 -1

and etc...

Marlin.zip TFT Config.zip ESP3D config.zip

radek8 commented 3 years ago

If you connect the WiFi module to the TFT, you have a configuration error. The serial port for WiFi is disabled.

image

bubulgum commented 3 years ago

If you connect the WiFi module to the TFT, you have a configuration error. The serial port for WiFi is disabled.

Thank you for you replies.

I have enabled: multi_serial: 1 And Marlin have:

define SERIAL_PORT -1

define SERIAL_PORT_2 2

But still no emotion.

radek8 commented 3 years ago

Do you have your Wifi access point correctly defined on the wifi module? Do you have a defined baud rate?

image

bubulgum commented 3 years ago

yes, i can connet to the web interface, set up correct Baud Rate. Looks like Wifi don't have connection with printer, only as power, but not with firmware. I'm thinking htat problem with Serial`s...but can't figure out how to check.

radek8 commented 3 years ago

Your speed is 115200 do you have set

radek8 commented 3 years ago

set in config.ini serial_always_on:1

bubulgum commented 3 years ago

image

Your speed is 115200 do you have set

i have tried 115200, then 250000..nothing.

set in config.ini serial_always_on:1

have set, i think problem with serials, but i don't know where to check exactly right connections.

radek8 commented 3 years ago

i have tried 115200, then 250000..nothing.

You must not rehearse, you must know what you are setting.

There are a lot of parameters, if you try parameters that are clear, it will take you a long time :-(

bubulgum commented 2 years ago

can not find where is no connection. spped rate 250000, have enabled ports. but same issue. is it possible to test wifi connection by firmware? because i can connect to wifi through IP, so it is mean wifi connected right and working. but there is no connection with firmware. Can it be problem because my firmware is Marlin but modify by KAD? is it important? configs.zip

radek8 commented 2 years ago

if you have WiFi connected to TFT and TFT communicates with SKR, WIFi should also communicate. Must have WiFi to TFT serial port enabled (you have it) The same communication speed must be selected. If it still does not communicate there, you have Wifi badly connected, or some pin on the serial WiFi connector is damaged.

radek8 commented 2 years ago

I have no experience with the KAD configuration, I cannot judge. But I'm quite confusing for me.

Send a photo of the connection

bubulgum commented 2 years ago

I found what was problem...i have uploaded old index.html.gz now everything wokrs well with this one https://github.com/luc-github/ESP3D-WEBUI And also before i have uploaded ESP8266, but i need ESP8266-1S https://github.com/luc-github/ESP3D and also i have uploaded last update for TFT and config file Thank you for help Screenshot_1

radek8 commented 2 years ago

The web interface of the wifi adapter doesn't suit me very well. I connected the printer's WIFI adapter as a virtual serial port and I connect to the printer via the Pronterface wifi program. You can try it, it's functional :-)

KingBain commented 1 year ago

Just went through this. with SKR Mini E3 v3 and ESP8266-01(clone modules); not the S variant..

I wired everything to the TFT port on the main board image

I know the chip doesn't like 5v, but that's what I normally feed it and they work fine.

In my marlin config.

I haven't changed much, but this is what I'm using

define SERIAL_PORT 2

define BAUDRATE 115200

define SERIAL_PORT_2 -1