GithubHelp home page GithubHelp logo

Comments (2)

volca02 avatar volca02 commented on September 6, 2024

There are actually two modes of operation for this:

  1. wl_force_addr1 / wl_force_addr2 contain even/odd addresses (even/odd seconds after :30 correspond to these two slots alternating), which allows the master to communicate intensely with 2 specified addresses. They may even be the same, so setting/reading timers for example can be coordinated in a single burst of activity.
:30    :31    :32   :33...
SYNC   A1     A2    A1...
  1. via wl_force_flags - there exists a longer sync packet variant (distinguished by length) that contains 32bit force flags bitmap instead of 2 byte wl_force_addr* specification. This mode enables the master to communicate with clients enumerated by set bits in the wl_force_flags (client 0 has position 0 in the flags, 1 has bit 1, etc.)

Both modes work in the second half of the minute.

from hr20-esp12-master.

volca02 avatar volca02 commented on September 6, 2024

Done as of 155644b

from hr20-esp12-master.

Related Issues (20)

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.