Comms issues with grblHAL on Teensy 4.1 when trying to poll from ESP32 #708
Closed
SimpleSophon
started this conversation in
General
Replies: 1 comment 6 replies
-
Wireless options are available via Bluetooth (virtual serial), and ESP-AT (telnet). Both uses UART comms. Some drivers supports Ethernet via SPI but not wireless. Are you using MPG mode or a custom plugin to interface with the ESP32? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to add wifi connectivity with a ESP32-WROVER-E for my Teensy 4.1. I compiled the code and loaded it to the Teensy. When it comes up I do get the normal response from "$$" and "$I" so I believe that it is functional. I have tried with both serial and SPI between the devices and I never get a response from Grbl. I did verify that the devices work together by just running a simple 2 way test of communications with serial and SPI and no problem there. I realize that no one can say much without me providing my code, but is there anything inherently problematic with this? Is there anything that has to be done to Grbl to allow it to respond to requests over serial or SPI? I have also tried this with a ESP32-S3 and an Arduino Nano ESP32, same result. I understand that an ESP32 is a common way to add wireless connectivity to a Teensy so I feel like I can't be the first one to have this issue and want to verify that this is possible and that I am not a giant dummy.
Beta Was this translation helpful? Give feedback.
All reactions