-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP8266 #4
Comments
Hello, I flashed the ESP8266 with your telnet sketch and now just say
‘esp8266 connected’ nothing else and no grbl controll. Connecting to port
23 on the IP address from a terminal program I could see the ESP8266
prompt, so I know the module really works.
Il giorno gio 28 mar 2019 alle 19:47 arkypita <[email protected]> ha
scritto:
… Use telnet protocol
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AoSVhVcdk10xxZeamk0_k1KkEG9MDIp_ks5vbQ43gaJpZM4cQubh>
.
|
What do you mean "I could see the ESP prompt?" If you connect to port 23 via terminal (ie. telnet to esp IP) you should interact with your arduino, soo you should receive welcome message and reply to $$ or G-Codes commands. This because my telnet sketch redirect ALL telnet to serial tx-rx that should be connected to arduino serial. Are you sure of your connection between ESP serial lines and Arduino tx-rx? |
I mean that from the PC Putty terminal I see ‘ESP connected’ and no
interaction whit the Arduino. I did connect the TX from ESP to Arduino RX
and ESP RX to Arduino TX.
I’m going to clear the flash on the ESP and reload the telnet sketch in the
morning
Il giorno sab 30 mar 2019 alle 00:20 arkypita <[email protected]> ha
scritto:
… Connecting to port 23 on the IP address from a terminal program I could
see the ESP8266
prompt
What do you mean "I could see the ESP prompt?"
If you connect to port 23 via terminal (ie. telnet to esp IP) you should
interact with your arduino, soo you should receive welcome message and
reply to $$ or G-Codes commands. This because my telnet sketch redirect ALL
telnet to serial tx-rx that should be connected to arduino serial.
Are you sure of your connection between ESP serial lines and Arduino tx-rx?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AoSVhX-DvbtSMf9IBW5SQiVXB6JVDPLfks5vbp_JgaJpZM4cQubh>
.
|
Did you connect Arduino to ESP directly or with 3.3v to 5v level shifter? Did you put an electrolitic capacitor near ESP vcc-gnd? Sometime it help
|
Hello, I was able to upload and configured the ESP. But when I connect Lasergrbl V3.0.10 say connected and instead of clear text, there are only question marks ????
![Lasergrbl](https://user-images.githubusercontent.com/42243461/55179296-6f39bb00-5187-11e9-8da6-16d0dce55bec.jpg)
Can't figure this out, it is probably some configuration that I miss.. Can some one help me out please. Thank you
The text was updated successfully, but these errors were encountered: