grblHAL / iMXRT1062

grblHAL driver for NXP iMXRT1062 (Teensy 4.x)
Other
51 stars 39 forks source link

Bluetooth for Android sender #41

Closed mac7988 closed 1 year ago

mac7988 commented 2 years ago

Can I hookup a hc-05 module to tx rx for serial communication?

Do I need to modify the code?

Thank you in advance

terjeio commented 2 years ago

Yes, you can and no there is no need to modify the code.

mac7988 commented 2 years ago

Hi,

I hooked up my hc-05 module to tx1 rx1 (pin 0 and 1) but I have no serial connection. The module connects just no data.

I am using Android grbl sender

terjeio commented 2 years ago

Have you enabled the Bluetooth plugin in my_machine.h? Did you connect the state signal? Is the $377 setting value 1 (e.g. following a successful auto configure)?

mac7988 commented 2 years ago

I used a precompiled version of your code. $377 is not there when I serial send $+

terjeio commented 2 years ago

I used a precompiled version of your code.

I am working on a web app for building binaries, you may try that to create a version with Bluetooth enabled.

terjeio commented 1 year ago

See this blog post for how to use the Web Builder.