Replies: 4 comments
-
Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here |
Beta Was this translation helpful? Give feedback.
-
are you sure they use a ESP8266-01 connector ? put GPIO to GND is not normal at start it looks more a custom connector - for custom esp8266-01 board |
Beta Was this translation helpful? Give feedback.
-
Hi! You can use male/female Dupont wires to lift the esp of this socket. Connect pins Additionaly you must shorten 3V3 & EN (Pin 8 & 4) on the esp8266-01 to force boot. You can then use pins gpio0 & gpio2 from the Chitu board for other things like bltouch or something else. (Marlin only). ESP32 is also possible with these RX/TX Pins and when it has support for 5V you can use pin 4 from chitu board to power ESP32. |
Beta Was this translation helpful? Give feedback.
-
I ended up just bending the GPIO 0 pin out of the way and inserting the wifi module into the socket on to the board. The ESP3d then successfully booted. I also found this on a Marlin forum talking about the v6 pinouts. I had to translate it from Chinese to english it looks like they're aware of the v5 issue... I guess they just run the chip hot :) I read somewhere that the ESP8266 is 5v tolerant ... we'll see :D {edit} here is the wifi module that I ordered https://www.aliexpress.com/item/4000862952158.html?spm=a2g0o.9042311.0.0.1dcc4c4d77gCOx |
Beta Was this translation helpful? Give feedback.
-
On the stock chitu v6 board(common board in TronXY X5sa pro printers) the pinout is this:
The pinout
From factory, Pin 5 is pulled down to ground. According to the documentation here,
Pin 5 is GPIO0 on the Tronxy Wifi modules, which is basically an ESP01 with 1MB of from.
so if Pin 5 in pulled down to ground, this means the board will never boot up because ESP8266 is being put into upload mode.
Am I understanding that correctly ?
If I soldered a 10K resistor between pin 5 and pin 8, would that pull pin 5 up ?
Also from factory Pin 4 (CH_PD) is getting 5v .... how bad is that for the ship ?
Beta Was this translation helpful? Give feedback.
All reactions