
#Esp8266 serial port adapter password
If no changes are done, the bridge will broadcast a WiFi network with SSID “LK8000” and password “Flightcomputer”. #define MODE_STA // ESP connects to WiFi router

#define MODE_AP // phone connects directly to ESP
#Esp8266 serial port adapter code
Many things can be configured before uploading the code to ESP32 like choosing the working mode as a station or an access point and many other things. Now download the Arduino code from Github and upload it to ESP32. For the sake of the test, the device here would be a USB-TTL cable (USB-UART converter) and data will be sent and received from a console (PUTTY for instance). To test the serial bridge code, we will do the following connection: TX0 from ESP with RX of the device and RX0 with TX of the device that sends the serial information and needed to be bridged via WiFi. The one used here is Goouuu-ESP32 Development Board Prepare The HardwareĮSP32 has many different development boards. You can simply make the Flash download tool from Espressif find it for you by connecting it and pressing “start” to get the required specification from the boot message.Īlternatively, you can read the boot message using a serial console with 76600 baud.Īfter flashing the image files successfully, you should see a new WiFi network.Ĭonnect to it and type this IP address into the browser. Now, follow the flashing guidelines available in Readme file according to your ESP8266 edition and set the bin files addresses according to your module memory size.

The ESP8266 board should be connect after downloading one of the available download tools like: Flash download tool from Espressif or Nodemcu flasher. tgz file is beside the download word in bold) should have 5 bin files :blank.bin, boot_v1.x.bin, esp_init_data_default.bin, user1.bin and user2.bin. First, we need to download one of the release images of the project from releases page.
