GithubHelp home page GithubHelp logo

New library about esp8266 HOT 4 OPEN

ssokol avatar ssokol commented on August 17, 2024
New library

from esp8266.

Comments (4)

tprochazka avatar tprochazka commented on August 17, 2024

It looks very promising.
This library has quite nice life cycle based on callbacks.
You can send request any time and do anything until response will come in very easy way.
But problem of most ESP8266 is that AT commands aren't stable and libraries are outdated soon.
Great feature of your library is Client implementation which makes it compatible with official Arduino WiFi library.

from esp8266.

Diaoul avatar Diaoul commented on August 17, 2024

I'll update the library to follow AT command set releases, I'm expecting flow control and/or buffers features soon which will make the AT interface much more stable.

I don't buffer anything in the library and IMO libraries shouldn't buffer given the limited amount of RAM on the Arduinos and given that Serial (and SoftwareSerial) already provide the buffer. Instead, I just implement the Stream interface so you can check for available() and call read() to get the incoming data. available() is non blocking so you can call that in a loop.

from esp8266.

tprochazka avatar tprochazka commented on August 17, 2024

I mean that HardwareSerial has hardware buffer. I mean you can do a little bit more blocking operation than with SofwareSerial where this is not possible.

I just started to play with your library. You wrote that you use 0.20 AT. I upgraded my module to 0.20 AT and 0.9.3 SDK and it runs on 115200 bauds. Which is too much for SoftwareSerial. And I see that you use 9600 in the example code of yours library. You are using some custom AT firmware?

from esp8266.

tprochazka avatar tprochazka commented on August 17, 2024

Sorry, I found that AT+IPR= works, it is only not mentioned in 4A-AT-Espressif AT Instruction Set_020.pdf

from esp8266.

Related Issues (8)

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.