Difference between revisions of "MidTBot"
From TSAS Library
JStallings (talk | contribs) (Created page with "==Setup== Print 3d parts from [https://www.thingiverse.com/thing:2587684 Thingiverse] Collect hardware from BOT—note the ESP32 is the dev version Purchase controller from [h...") |
JStallings (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==Setup== | ==Setup== | ||
Print 3d parts from [https://www.thingiverse.com/thing:2587684 Thingiverse] | # Print 3d parts from [https://www.thingiverse.com/thing:2587684 Thingiverse] | ||
Collect hardware from | # Collect hardware from BOM—note the ESP32 is the dev version | ||
Purchase controller from [https://www.tindie.com/stores/33366583/ Bart Dring's Tindie store] | # Purchase controller from [https://www.tindie.com/stores/33366583/ Bart Dring's Tindie store] | ||
Download firmware from [https://github.com/bdring/midTbot_esp32] | # Download firmware from [https://github.com/bdring/midTbot_esp32] | ||
Follow instructions on [https://github.com/bdring/Grbl_Esp32/wiki Dring's Grbl_ESP32 Wiki] | # Follow instructions on [https://github.com/bdring/Grbl_Esp32/wiki Dring's Grbl_ESP32 Wiki] | ||
Connect to web server "GRBL_ESP" with p/w 12345678 | # Connect to web server "GRBL_ESP" with p/w 12345678 | ||
index.html.gz is located in the .../data folder of /Grbl_Esp32-master | ## index.html.gz is located in the .../data folder of /Grbl_Esp32-master | ||
#Continue instructions [https://github.com/bdring/Grbl_Esp32/wiki/ESP3D-Web-UI-for-Grbl_ESP32 here] | |||
Continue instructions [https://github.com/bdring/Grbl_Esp32/wiki/ESP3D-Web-UI-for-Grbl_ESP32 here] | |||
==Troubleshooting== | ==Troubleshooting== | ||
Can't find "<code>#define CPU_MAP_ESP32</code>"? | Can't find "<code>#define CPU_MAP_ESP32</code>"? | ||
Change <code>#define CPU_MAP_ESP3</code> to <code>#define CPU_MAP_MIDTBOT</code> instead. | Change <code>#define CPU_MAP_ESP3</code> to <code>#define CPU_MAP_MIDTBOT</code> instead. | ||
Won't connect when compiling (Windows)? | Won't connect when compiling (Windows)? | ||
Change cable several times, checking Device Manager for changes. If still no response, install "CP210x USB to UART Bridge VCP Drivers" from [http://esp32.net/usb-uart/ ESP32.net] | Change cable several times, checking Device Manager for changes. If still no response, install "CP210x USB to UART Bridge VCP Drivers" from [http://esp32.net/usb-uart/ ESP32.net] | ||
Missing library? | Missing library? | ||
Double-check that the contents of the "Library" folder in the Grbl_ESP32.zip file pulled from github are copied to the libraries folder ...Documents/Arduino/libraries. | Double-check that the contents of the "Library" folder in the Grbl_ESP32.zip file pulled from github are copied to the libraries folder ...Documents/Arduino/libraries. | ||
"Hard resetting via RTS pin"? | "Hard resetting via RTS pin"? | ||
It's done. | It's done. |
Latest revision as of 16:29, 22 December 2019
Setup
- Print 3d parts from Thingiverse
- Collect hardware from BOM—note the ESP32 is the dev version
- Purchase controller from Bart Dring's Tindie store
- Download firmware from [1]
- Follow instructions on Dring's Grbl_ESP32 Wiki
- Connect to web server "GRBL_ESP" with p/w 12345678
- index.html.gz is located in the .../data folder of /Grbl_Esp32-master
- Continue instructions here
Troubleshooting
Can't find "#define CPU_MAP_ESP32
"?
Change #define CPU_MAP_ESP3
to #define CPU_MAP_MIDTBOT
instead.
Won't connect when compiling (Windows)?
Change cable several times, checking Device Manager for changes. If still no response, install "CP210x USB to UART Bridge VCP Drivers" from ESP32.net
Missing library?
Double-check that the contents of the "Library" folder in the Grbl_ESP32.zip file pulled from github are copied to the libraries folder ...Documents/Arduino/libraries.
"Hard resetting via RTS pin"?
It's done.