diff --git a/wiki/Weedo-Tina2.md b/wiki/Weedo-Tina2.md new file mode 100644 index 00000000..14ccb43d --- /dev/null +++ b/wiki/Weedo-Tina2.md @@ -0,0 +1,10 @@ +# Where to connect on Weedo Tina2 (Mega2560 based) + +This printer is also brand labelled as **Monoprice MP cadet 3D printer** + +![Weedo Tina2 connection diagram](https://raw.githubusercontent.com/wiki/luc-github/ESP3D/images/TINA2/weedo_tina2.jpg) + +In marlin this connection is **serial port 3**. + +Note the Mega2560 is 5V powered and ESP is 3V3 powered. +Internet in controversial but it seems that ESP32 is 5V tolerant on input pins so it should not be an issue. diff --git a/wiki/_Sidebar.md b/wiki/_Sidebar.md index a3feec41..5f82be4d 100644 --- a/wiki/_Sidebar.md +++ b/wiki/_Sidebar.md @@ -25,6 +25,7 @@ * [Smoothieboard](https://github.com/luc-github/ESP3D/wiki/Smoothieboard) * [Anycubic i3 mega - Trigorilla 8bit](https://github.com/luc-github/ESP3D/wiki/Trigorilla) * [Anet A8](https://github.com/luc-github/ESP3D/wiki/How-to-connect-on-ANET-A8) +* [Weedo Tina2](https://github.com/luc-github/ESP3D/wiki/Weedo-Tina2) ### ESP daughterboard wiring diff --git a/wiki/images/TINA2/weedo_tina2.jpg b/wiki/images/TINA2/weedo_tina2.jpg new file mode 100644 index 00000000..83c64cbc Binary files /dev/null and b/wiki/images/TINA2/weedo_tina2.jpg differ