Code Monkey home page Code Monkey logo

esp8266_wifi_uart's Introduction

ESP8266_WIFI_UART

clone https://atadiat.com/en/e-esp8266-esp32-wifi-serial-bridge-converter/
Serial Bridge Using ESP8266 (Simpler)

hardware ESP-S or ESP-12S

esp-12s_product_specification_en.pdf
ESP-S_ESP-12S_module.JPG

tweak a little bit to source code

debug baud rate changed to 115200
dummy testing string "n\xiaolaba\n"

testing

open putty
host 192.168.4.1
port 8880
connection type : RAW

open arduino IDE serial port monitor
type something and send

test result

esp826_wifi_uart.JPG

firmware and burn

burn.bat
note : if not to use arduino IDE to burn firnware, close serial port monitor first before uses this BAT file to burn the firmware, otherwise port access failure and no code to be burned.

:: by xiaolaba, 2022-JAN-20  

set COM_PORT=COM11  
set BAUD_RATE=921600  
set FIRMWARE=wifi-serial.ino.bin  

%USERPROFILE%\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1/python3 ^  
-I %USERPROFILE%\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2/tools/upload.py ^  
--chip esp8266 ^  
--port %COM_PORT% ^  
--baud %BAUD_RATE% ^  
--before default_reset ^  
--after hard_reset write_flash 0x0 %FIRMWARE%  


pause  

esp8266_wifi_uart's People

Contributors

xiaolaba avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.