I NEED 3 axis step and dir pinout firmware AND circuit schematic
评论 (11)
#2 – manisaranbala 于 2020-12-18
i used board esp32s and bluetooth via connect GRBL Controller + android app
first i try Grbl_Esp32-main and upload successful only change [enable bluetooth] uploading good then connect tb6600 stepper drive not working
!2020-12-1602h1535
#3 – bdring 于 2020-12-18
Did you follow this instruction when compiling?
https://github.com/bdring/Grbl_Esp32/wiki/Compiling-the-firmware#customize-important
You probably need this machine definition file.
Machines/3axis_v4.h
#4 – manisaranbala 于 2020-12-18
#5 – bdring 于 2020-12-18
Test Drive – Demo Only No I/O
That will not output any signals
Please follow the Wiki.
#6 – manisaranbala 于 2020-12-18
#7 – manisaranbala 于 2020-12-18
YES WORKING GOOD THANK YOU
#8 – bdring 于 2020-12-18
If my time has helped you, please consider donating to or sponsoring this project.
Closing…
#9 – manisaranbala 于 2020-12-18
#10 – manisaranbala 于 2020-12-18
Definitely leave Finishing Work
#11 – bdring 于 2020-12-18
YOU MUST CHANGE YOUR THIS
#include “Machines/test_drive.h”
TO THIS!
#include “Machines/3axis_v4.hh”
IN THE Machines.h FILE
#1 – bdring 于 2020-12-18
You need to be more clear about what hardware you have and what version of the firmware you are using.