Skip to content

Commit 5d43ddb

Browse files
authored
linted wiki (#744)
* linted intall instructions * linting sidebar * more linting * linted wiki
1 parent 507f2a9 commit 5d43ddb

34 files changed

+417
-386
lines changed

wiki/AZSMZ-mini-and-AZSMZ-lcd.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# Where to connect ESP on AZSMZ-mini board
2-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/AZSMZ-mini/AZSMZ-mini.jpg)
1+
# AZSMZ-mini and AZSMZ LCD boards
2+
3+
## Where to connect ESP on AZSMZ-mini board
4+
5+
![AZSMZ-mini board connection diagram](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/AZSMZ-mini/AZSMZ-mini.jpg)
36

47
If you don't have the soldering skills to grab the connectors from the unpopulated ethernet connection, you can also get 3.3v and GND from the ISP header (bottom left on the diagram above).
58

6-
# Where to connect ESP on AZSMZ lcd
7-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/AZSMZ-mini/AZSMZ-12864-LCD.jpg)
9+
## Where to connect ESP on AZSMZ LCD
10+
11+
![AZSMZ-12864-LCD board connection diagram](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/AZSMZ-mini/AZSMZ-12864-LCD.jpg)

wiki/Azteeg-X5-mini.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Where to connect ESP on Azteeg X5 mini
2-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/AzteegX5-mini/azteeg.PNG)
2+
3+
![Azteeg X5 mini board connection diagram](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/AzteegX5-mini/azteeg.PNG)

wiki/BIQU-KFB2.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
## Where to connect on BIQU KFB2.0 (all in one Ramps1.4/Mega2560 R3 controller based)
2-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/BIQU-KFB2.0/board.jpg)
1+
# Where to connect on BIQU KFB2.0 (all in one Ramps1.4/Mega2560 R3 controller based)
2+
3+
![BIQU KFB2.0 board connection diagram](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/BIQU-KFB2.0/board.jpg)
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
We can flash our loved ESP3D to cheap ESP-12F based serial wifi module (eg [from aliexpress](https://www.aliexpress.com/item/ESP8266-ESP-12F-Serial-WIFI-Wireless-Transceiver-Module-For-Arduino-ESP-12F-Adapter-Expansion-Board-For/32804504326.html) ). It contains built in 2way levelshifter/bi-directional logic level converter. So we can power and use via 5V uart from the 3d printers' motherboard.
1+
# ESP12F
2+
3+
We can flash our loved ESP3D to cheap ESP-12F based serial wifi module (eg [from aliexpress](https://www.aliexpress.com/item/ESP8266-ESP-12F-Serial-WIFI-Wireless-Transceiver-Module-For-Arduino-ESP-12F-Adapter-Expansion-Board-For/32804504326.html) ). It contains built in 2-way levelshifter/bi-directional logic level converter. So we can power and use via 5V uart from the 3d printers' motherboard.
24

35
* We need to manualy ground the ```IO0``` while powering up to start in flash mode while powering up (there is no switch for that, neither for reset)
46
* ![wiring](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/ESP/ESP12.png)
57
* I used FTDI adapter as usb2serial
6-
* We have to see in console/serial monitor boot mode is (*1*,7).
8+
* We have to see in console/serial monitor boot mode is (**1**,7).
79
* baudrate: 74880
8-
* ``` rst cause:2, boot mode:(3,7)```
10+
* ```rst cause:2, boot mode:(3,7)```
911
* Then flash like other esp based board for esp3d
1012
* [check flash size](https://github.com/luc-github/ESP3D/wiki/Flash-Size). Mine has 4M
1113
* [Install](https://github.com/luc-github/ESP3D/wiki/Install-Instructions)
12-
13-

wiki/Creality-CR-10-Ender-3.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# Creality CR10 Ender 3
2+
13
For the Sanguino based CR-10 and Ender printers you will need to solder to any of the via circled (can also be done in the backside of board), or to the legs of the Arduino or ftdi. Connect TX from the board to RX of Wemos D1 mini and RX from board to TX of Wemos D1 mini. 5v and GND are located in the six pin header next to the LCD connector.
24

3-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/CR10/board.jpg)
5+
![CR10 board connection diagram using vias](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/CR10/board.jpg)
46

57
Since soldering might be difficult because the solder points are so close to each other, another option is to scrape off the insulation from the traces on the backside and solder there. Be extra careful not to scrape the surrounding ground plane. You need suitable fine scraping tools for this. The picture below shows an Ender-2 PCB.
68

7-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/CR10/traces.jpg)
9+
![CR10 board connection diagram using copper trace](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/CR10/traces.jpg)

wiki/Creality-Ender-4.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Creality Ender 4
2+
13
You will need to solder to small circle, or to the legs of the ATmega2560 (RXD0 pin 2, TXD0 pin 3)
24

3-
![Ender 4](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/ender4/board.jpg)
5+
![Ender 4 board connection diagram](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/ender4/board.jpg)

wiki/D1-mini.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
1+
# D1 mini
2+
13
Two Methods for connecting the Wemos d1 mini
2-
_______________________________________________
34

4-
connection Wemos d1 mini and Logic Level Converter:
5-
![](https://github.com/jayjojayson/ESP3D/blob/2.1/images/D1_mini/wemos-d1-mini_logic-level-converter.jpg)
5+
---
6+
7+
## connection Wemos d1 mini and Logic Level Converter:
8+
9+
connection:
10+
![level converter wireing](https://github.com/jayjojayson/ESP3D/blob/2.1/images/D1_mini/wemos-d1-mini_logic-level-converter.jpg)
611

712
example:
8-
![](https://github.com/jayjojayson/ESP3D/blob/2.1/images/D1_mini/wemos-d1-mini_logic-level-converter-2.jpg)
13+
![end result](https://github.com/jayjojayson/ESP3D/blob/2.1/images/D1_mini/wemos-d1-mini_logic-level-converter-2.jpg)
914

10-
printed case:https://www.thingiverse.com/thing:4128593
15+
printed case:<https://www.thingiverse.com/thing:4128593>
1116

12-
_______________________________________________
17+
---
1318

14-
connection Wemos d1 mini and Diode
19+
## connection Wemos d1 mini and Diode
1520

1621
connection:
17-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/D1_mini/FB_IMG_1510306696875.jpg)
22+
![diode wireing diagram](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/D1_mini/FB_IMG_1510306696875.jpg)
1823

1924
example:
20-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/D1_mini/20171111_215253.jpg)
25+
![end result](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/D1_mini/20171111_215253.jpg)
2126

2227
printed case:
23-
https://www.thingiverse.com/thing:2671591
28+
<https://www.thingiverse.com/thing:2671591>

wiki/Davinci-1.0-and-2.0-board.md

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
# Where to connect ESP on Davinci 1.0/2.0 board
2-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/davinci.png)
3-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/board.jpg)
4-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/boardconnected.jpg)
5-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/backside.jpg)
6-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/screen.jpg)
7-
#
8-
# Where to connect NodeMCU V3 on Davinci 1.0A board
9-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/davinciA-1.jpg)
10-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/davinciA-4.jpg)
11-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/davinciA-2.jpg)
12-
# Alternate Module placement for increased WiFi range (outside metal chassis, antenna has vertical polarization).
13-
![](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/davinciA-3.jpg)
1+
# Davinci boards
2+
3+
## Where to connect ESP on Davinci 1.0/2.0 board
4+
5+
![Davinci board connection diagram](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/davinci.png)
6+
![Davinci board connection diagram](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/board.jpg)
7+
![Davinci board placement](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/boardconnected.jpg)
8+
![Davinci board palcement](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/backside.jpg)
9+
![Davinci screen with IP address](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/screen.jpg)
10+
11+
---
12+
13+
## Where to connect NodeMCU V3 on Davinci 1.0A board
14+
15+
![NodeMCU V3 wiring](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/davinciA-1.jpg)
16+
![Wiring on Davinci board](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/davinciA-4.jpg)
17+
![Zoom on wiring on Davinci board](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/davinciA-2.jpg)
18+
19+
---
20+
21+
## Alternate Module placement for increased WiFi range (outside metal chassis, antenna has vertical polarization)
22+
23+
![Davinci A3 external module placement](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/Davinci/davinciA-3.jpg)

wiki/Direct-ESP3D-commands.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## Direct commands:
1+
# Direct commands
22

3-
* [v2.0](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/docs/Commands2_0.txt)
4-
* [v2.1](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/docs/Commands2_1.txt)
5-
* [v3.0](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/docs/Commands3.txt)
3+
* [v2.0](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/docs/Commands2_0.txt)
4+
* [v2.1](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/docs/Commands2_1.txt)
5+
* [v3.0](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/docs/Commands3.txt)

wiki/ESP-01-serial-wifi-module.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![](https://www.keyestudio.com/u_file/1901/products/11/ff587ce89a.jpg)
2-
more info about the Breakout PCB: https://www.keyestudio.com/keyestudio-esp-01s-wifi-to-serial-shield-module-for-arduino-esp8266-wifi-p0499-p0499.html
1+
# ESP01 serial wifi module
32

3+
![module picture](https://www.keyestudio.com/u_file/1901/products/11/ff587ce89a.jpg)
44

5+
more info about the Breakout PCB: <https://www.keyestudio.com/keyestudio-esp-01s-wifi-to-serial-shield-module-for-arduino-esp8266-wifi-p0499-p0499.html>

0 commit comments

Comments
 (0)