Giter Site home page Giter Site logo

mcp23s17_mqtt's Introduction

MCP23S17_Mqtt

An arduino sketch for controlling an MCP23S17 GPIO expander using JSON messages with MQTT.

The idea of this sketch is to provide a simple way of controlling many pins on arduino remotely using simple Json commands.

This uses the following libraries:

Majenko MCP23S17: https://github.com/MajenkoLibraries/MCP23S17 aJson: https://github.com/interactive-matter/aJson PubSubClient: https://github.com/knolleary/pubsubclient

Commands

Currently there are only two commands implemented, ON and OFF. You can send the pin and pin state in a JSON message as follows. I am using two MCP23S17s and so to make things simpler I can address the pin 0-31 with 0-15 being on bank1 and 16-31 bank2.

Turn pin 4 ON

{ "command": { "lightmode": "ON", "pinnumber": 4 } }

Turn pin 4 OFF

{ "command": { "lightmode": "OFF", "pinnumber": 4 } }

mcp23s17_mqtt's People

Contributors

mcinnes01 avatar

Watchers

James Cloos 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.