ESP-07S on SKR 3 ES ? #675
Replies: 5 comments 14 replies
-
Not that I am aware of - if the ESP-07S uses the same command set as ESP-AT then the ESP-AT plugin can be used? |
Beta Was this translation helpful? Give feedback.
-
I'll add the additional serial port definition (for the ESP header) to the SKR3 board map. I have the BTT ESP32 module from the Scylla board, so can do an initial test with that.. For ESP8266 support, guess it would first be a question of finding suitable ESP8266 AT firmware. I have a few old ESP8266 modules here, nothing with the same footprint/pinout, but may do for a PoC test against the plugin.. |
Beta Was this translation helpful? Give feedback.
-
fyi, have just added the 2nd serial port definition to the SKR3 board map, and successfully tested a telnet connection with my existing BTT ESP32 module. Worth noting that I previously updated the binary for the BTT ESP32 module (using the Espessif |
Beta Was this translation helpful? Give feedback.
-
It's OK, everything works fine with an ESP32, but the esp-at plugin won't work with an ESP8266. To summarize, the root of the problem is that until esp-at firmware version 2.3, running a Telnet server (AT+CIPSERVER) required multiple connections mode (AT+CIPMUX=1), which was then incompatible with software passthrough (AT+CIPMODE=1). Unfortunately, for the ESP8266, the last supported firmware version is precisely V2.3. This is not the case for the ESP32 (I flashed esp-at V3.2) : the Wi-Fi connection with the SKR3 works in both Access Point and Station modes (although a bit slow in STA mode, but that's probably due to my network). Thanks again for your work and support! |
Beta Was this translation helpful? Give feedback.
-
Hi @terjeio Just checking, should the latest core changes support passthru for the BTT Scylla board? I've just updated, but the co-processor port is no longer enumerating for me.. (I do have the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m using an SKR 3 ES with TMC 5160 drivers and GrblHal, and everything is working perfectly.
Thanks to @terjeio and @dresco for their great work!
But now, I’d like to connect a WiFi module ESP-07S, and I can’t find a reliable guide.
Has anyone successfully set up this configuration?
Beta Was this translation helpful? Give feedback.
All reactions