luc-github / ESP3D

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

Control Tronxy #504

Closed Wuckel01 closed 4 years ago

Wuckel01 commented 4 years ago

Hello, it is possible to control the Tronxy firmware V1.4.1RC24m4 with the TronxyX5SA board https://de.aliexpress.com/i/32920995172.html with the original firmware and an ESP8266 module. I have the oginal module which only works directly with wlan and that is not exactly super stable. I've already tried several settings in esp3d without success.

I have esp3d running on another printer with marlin and it's great.

luc-github commented 4 years ago

What M115 give as output? is that an esp01?

what works? and what does not?

Wuckel01 commented 4 years ago

Thank you for your prompt reply I did not get any interface connection. I've tested everything from 9800-25000

I couldn't run M115

luc-github commented 4 years ago

yes I know, I mean from serial

Wuckel01 commented 4 years ago

Hello

if I control USB with Pronterface and the com connection with 115200bps and M115 I get an answer.

Connecting...

Printer is now online.

M115

SENDING:M115

ok CBD make it.Date:Jul 22 2019 Time:17:18:49

I can also control everything.

greeting

luc-github commented 4 years ago

well looks like M115 is not supported - do you know what kind of FW is it ?

Wuckel01 commented 4 years ago

no is original from the manufacturer a firmware on it that is really great but the wlan module software and app is junk

Wuckel01 commented 4 years ago

Hello

it must be based on

https://shop.cbd-3d.com/download/ but has been modified. this is the manufacturer side

https://tronxy.com/

Wuckel01 commented 4 years ago

Hello

What I think is great about the original firmware is that if the power fails, I can continue printing at the last stand and that the print head can also be ausiert, which I have never managed with marin because the firmware is so big that it does not fit in the memory for this module.

therefore I wanted to keep the original firmware

luc-github commented 4 years ago

well it looks like an esp01 board so only serial connection - but I read here it is duet wifi https://de.aliexpress.com/item/32990868079.html

so I am confused - duet wifi does not use serial but spi

Wuckel01 commented 4 years ago

Hello

I downloaded the original firmware from the original esp01 and copied it to a new one that works. I was able to establish a connection to cloonen with 115200.

there is a possibility if there is a duet wifi to use esp3d.

luc-github commented 4 years ago

If you can share the zip of the FW I may have a look, but as I do not have this tronxy board my in investigation will be limited

Wuckel01 commented 4 years ago

Hello

yes send you the firmware to no thing

luc-github commented 4 years ago

I do not see the file, does M408 command give any output by serial?

luc-github commented 4 years ago

any update ?

Wuckel01 commented 4 years ago

Hello

did not have time.

This morning I hung myself between the esp-01 original firmware tronxy and the paltinge and recorded the connection

I added sceen

if I switch on the wifi on the tronxy and switch it off it comes out with 115200bps

it looks like he would adjust the interface speed when activating it

regards

Sascha

Von: Luc [mailto:notifications@github.com] Gesendet: Samstag, 19. September 2020 08:31 An: luc-github/ESP3D ESP3D@noreply.github.com Cc: Wuckel01 super.wuckel@gmx.de; Author author@noreply.github.com Betreff: Re: [luc-github/ESP3D] Control Tronxy (#504)

any update ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/luc-github/ESP3D/issues/504#issuecomment-695172768 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AIKU5S2B5HE7WGVYAQZUMLDSGRFYPANCNFSM4RK3RDOQ . https://github.com/notifications/beacon/AIKU5S4P6LQRJ2XSYJVRC7TSGRFYPA5CNFSM4RK3RDO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFFXX5IA.gif

Wuckel01 commented 4 years ago

Hello

when I send via USB Connect M408 that happens in the Sceenshot

Von: Luc [mailto:notifications@github.com] Gesendet: Samstag, 19. September 2020 08:31 An: luc-github/ESP3D ESP3D@noreply.github.com Cc: Wuckel01 super.wuckel@gmx.de; Author author@noreply.github.com Betreff: Re: [luc-github/ESP3D] Control Tronxy (#504)

any update ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/luc-github/ESP3D/issues/504#issuecomment-695172768 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AIKU5S2B5HE7WGVYAQZUMLDSGRFYPANCNFSM4RK3RDOQ . https://github.com/notifications/beacon/AIKU5S4P6LQRJ2XSYJVRC7TSGRFYPA5CNFSM4RK3RDO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFFXX5IA.gif

luc-github commented 4 years ago

when you use email to answer the files are not visible, please use github to attach files

Wuckel01 commented 4 years ago

Hello

I thought that would get well, I'll hang it on

tronxy M408 tronxy seriel

luc-github commented 4 years ago

are you sure your connection is correct? seems printer does not answer to M115 neither M408 and even no error if not supported

Wuckel01 commented 4 years ago

Hello

So with the pronterface program I can drive home without any problems and also check the extruders. tronxy_test2

Wuckel01 commented 4 years ago

Hello

I'll make a screen when heating up tronxy_test3

Wuckel01 commented 4 years ago

Hello

I entered the commands again that one M114 outputs a date, the other only says N: 0 as in the screen, so the printer reacts to it, only probably there are other M commands. tronxy_test4

Wuckel01 commented 4 years ago

I still have a gcode file the configuration of the printer with M commands I once heard a link to codes that work http://tronxy-3d.org/posts/g-codes-and-m-codes-for-3d-printing-1-1.htm

this works out M106 S255 ; set the fan to full speed M140 S50 ; start heating the bed to 50 degrees Celsius M114 tronxy_test5

Wuckel01 commented 4 years ago

only once such an idea can you install a serial bit rate of 2250000 in esp3d?

luc-github commented 4 years ago

no this speed is far too high

I have no clue why esp is not comminicating with tronxy FW, and why even M115 is not giving printer capabilities by serial

the GCODE commands you linked are not for reprap duet wifi as M408 is not supported, so I have no clue what your printer fw capabilities

sorry

Wuckel01 commented 4 years ago

why does he ask when I turn on the wifi on the software AT+UART_CUR=2250000,8,1,0,0 when reading it, it changes the interface I rewritten esp3d and added the bitrate but does not work

luc-github commented 4 years ago

AT+UART_CUR=2250000,8,1,0,0 does not come from esp3d

Wuckel01 commented 4 years ago

no that comes from the printer software on the esp8266-01 module when I switch on the wlan function in the firmware on the lcd

HaernCalistinson commented 4 years ago

Just for sake of clarity, it's Chitu firmware. Closed source, can't do anything with it. IMHO biggest mistake Tronxy ever made. Configured using gcode commands via a txt file on the sd card.

luc-github commented 4 years ago

The I guess there is nothing that I can do -

according here https://www.thingiverse.com/groups/tronxy/forums/general/topic:45811 you should may be give a try to Marlin : https://github.com/MarlinFirmware/Marlin/pull/15493

luc-github commented 4 years ago

I close issue then

HaernCalistinson commented 4 years ago

I will second your suggestion to move the printer to Marlin. While it requires a bit more tuning, it opens up the printer to all sorts of possibilities and solves a lot of the problems that the printer has. The X5SA users group on FB has some pretty easy guides.

Wuckel01 commented 4 years ago

Hello

I've already had the Marlin firmware on it. This is not an option for me because the printer with the original firmware is better. Since Marlin only brings some functions if you switch on functions but the firmware is so big that it no longer fits on the board, E.g. Autoleveling 6 points, save duckstand after a power failure, stop lifting your head in home and continue printing the deadline at most space, etc. what the original firmware can do.

if it doesn't work with the esp8266-01 on board then just different.

I have a different solution but I have to order hardware first esp3d host USB so I can plug the esp3d directly into it and externally with an additional 5 V supply. I already wrote a housing in 3d for 5v stepdown 12V Mosfet for LED light and control via esp32 with esp3d, only usb host shield is missing.

github-actions[bot] commented 4 years 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.