Coder Social home page Coder Social logo

core2foraws-unit-pahub's Introduction

M5Stack PaHUB/PaHUB2 Unit ESP-IDF Component

This is a component library for use with the M5Stack PaHub or PaHUB2 unit on the Core2 for AWS IoT Kit. Uses the abstractions built in to the BSP for the Core2 for AWS.

The PaHUB uses a TCA9548A and the PaHUB2 uses a PCA9548APW low-voltage i2c multiplexer for switching. There are 6 available ports (channels) to use multiple of the same or different i2c peripherals on the hub.

Usage

For example, to make a request on a i2c peripheral connected to channel 1 on the hub that has a i2c address of 0x40, you'd:

  1. Switch to channel 1 using unit_pahub_channel_set( UNIT_PAHUB_CHANNEL_1 );
  2. Make a i2c request as you would normally using either the Core2 for AWS BSP or native to ESP-IDF. To use the BSP to perform a 1 byte read into a uint8_t variable named "data" in the peripheral's 0x01 register, call core2foraws_expports_i2c_read( 0x40, 0x01, &data, 1 );

core2foraws-unit-pahub's People

Contributors

rashedtalukder avatar

Watchers

 avatar

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.