Git Product home page Git Product logo

tm4c_esp8266's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

tm4c_esp8266's Issues

What does it mean to connect to access point in blocking mode?

Also, do I enter my access-point's ssid and password in the esp.ConnectAP?
ex...
esp.ConnectAP("accesspointname", "password", false);

Currently getting failed to acquire IP via uart over serial.

Initialized Uart...
Initialized ESP, connecting to AP...Failed to acquire IP!

Thanks for making this for the TivaC tm4c!

Communication at high data rates takes longer than expected

When trying larger amounts of data through (+18kB/s) a socket (_espClient::SendTCP()), sending routine often times out waiting for ESP reply. This is caused by the unexpected reply from the ESP, or wrong logic in the processing function triggered by the ISR.

This bug limits the speed to 4-5kB/s instead.

Steps to reproduce:

  1. Open a socket to TCP server (ESP8266::OpenTCPSock)
  2. Periodically (200Hz) send small chunk of data (100B) using ESP8266::GetClientBySockID()->SendTCP()
  3. Observe the amount of data received on the server side
  4. Observe TX, Rx lines from the ESP with logic analyzer

Expected behavior:
Login analyzer:

  • Timing to send the data fits with the baud rate being used
  • Time between consecutive sends fits with the sending frequency
    TCP server:
  • data arrives at a rate of 19.5kB/s +/-5%

Actual behavior:
Login analyzer:

  • Timing to send the data fits with the baud rate being used
  • Time between consecutive sends is the sending frequency, plus few milliseconds that it takes for watchdog to time out
    TCP server:
  • data arrives at a rate of 4-5kB/s +/-5%

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.