esp-link icon indicating copy to clipboard operation
esp-link copied to clipboard

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer

Results 132 esp-link issues
Sort by recently updated
recently updated
newest added

I am running x86 AP using Mikrotik R11e-2HPnD interface and hostapd VM. Tried different devices: - ESP-07 DM-101 Serial WiFi v1.0 (marked "ESP8266MOD" on EMI shield) - ESP8266 NodeMCU V3...

Is it possible to do the following? ESP[Serial to Wifi]--------------> Wifi Bridge -----------> ESP[Wifi to Serial] I am trying to connect Pixhwak to a Ground Station using the above method....

Hi! Is there a way to use ESP-LINK as a receiver for another ESP-LINK? So I can plug the ESP-LINK to an UART->USB and communicate through it to another ESP-LINK?...

I hadn't n been able to find if there is a way to join the two together? I need to use the WiFi as a really long cable.

As we all know the esp sends out garbage at boot time on the TX line. For an Esp01 we can't flip the controll/data lines as these are not available...

esp-link can be used directly from Arduino IDE if the hardware/arduino/avr/boards.txt file in your Arduino IDE installation is updated with lines like this: ``` mega.upload.network.endpoint_upload=/pgmmega/upload mega.upload.network.endpoint_sync=/pgmmega/sync mega.upload.network.sync_return=204:SYNC mega.upload.network.endpoint_reset=/log/reset mega.upload.network.port=80 pro.upload.network.endpoint_upload=/pgm/upload...

The MQTT username and password fields are 32 bytes in the flash config. This is too short for some providers (notably flespi.io). Suggest changing these to 64 bytes for providers...

Hi. How can I programm gpio pins? Besides using serial bridge I want to manage gpio's state over wifi. Is it possible? Like curl requests or something..?

Hi, I'm proposing an idea to integrate Bluetooth RFCOMM support into ESP-link. This is due to a very specific use-case where we would want a TCP to serial bridge but...

I want to keep the connection to my ESP open for as long as I want without having to close it or without having to send dummy packets. I've already...