Giter VIP home page Giter VIP logo

Comments (1)

jessebraham avatar jessebraham commented on July 1, 2024

Thank you for your interest!

I would also like to get the networking functional for the ESP8266, as would a number of other community members. Unfortunately, this is easier said than done and there are a number of problems to solve first, such as (but not limited to):

  • I suspect we will need to wrap a binary blob for the Wi-Fi peripheral from ESP8266_RTOS_SDK and create bindings for the relevant functions in Rust.
  • Since we have no underlying RTOS, we will likely need to have some method of task switching For example we could implement something like cortexm-threads.
  • We will need to find or create a number of traits to actually interact with the peripheral. For example, see the embedded-svc library which does this for the ESP32 chips targeting std via esp-idf.

Since this repository is essentially just a wrapper for esp8266-hal and some other libraries, this functionality should be implemented there or in a separate crate entirely.

There was an attempt to do the above for the ESP32 which can be found in the esp32-wifi repository, but this unfortunately has not yet been made to work. This could serve as an example of how to go about accomplishing this task, however.

If you are interested in working on this I'm happy to discuss things further here or in the esp-rs Matrix channel.

from d1-mini.

Related Issues (2)

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.