Coder Social home page Coder Social logo

Confirm I2C addresses to use about crow HOT 2 CLOSED

monome avatar monome commented on July 29, 2024
Confirm I2C addresses to use

from crow.

Comments (2)

scanner-darkly avatar scanner-darkly commented on July 29, 2024

yep, 0x78..0x7B range is available. this is the file that is the most current reference for monome i2c address space: https://github.com/monome/libavr32/blob/master/src/ii.h

not the most ideal place for it since not everything uses libavr32 but it's the one that i try to keep up to date, we could move it elsewhere if it makes sense. i can add crow address range once it's stabilized.

re: using different addresses for multiple units - there are 2 options, one is using a unique address for each unit, the other one is using the same address but passing a unit index as a parameter. if i'm not mistaken, when multiple devices share the same address they all receive commands sent to that address. this could be useful for scenarios where you want to send the same command to all crows (like global reset), although you could just send to each one separately, of course. another benefit of using a parameter is that it allows you to support up to 256 units as opposed to 4.

from crow.

tehn avatar tehn commented on July 29, 2024

0x01-0x0F range is also available! (seems easy to overlook)

@scanner-darkly good idea about same addresses. i like the possibility of having options to do both methods... thinking about some sort of voice clustering. maybe we reserve 4 addresses?

from crow.

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.