Giter Club home page Giter Club logo

big-red-slack-button's Introduction

Big Red Slack Button

It's a big red button that posts a message to Slack when you push it.

What You Need

Hardware

NodeMCU. I used the LoLin v3 board on AliExpress.

Software

  • PlatformIO to compile and upload your code. It's Arduino code, so it should compile just fine using Arduino IDE too.
  • esptool if the PlatformIO uploader for ESP8266 doesn't work.
  • A Slack team that doesn't mind you making a mess of their #random channel.

Let's Build a Button

Hardware

  1. Acquire a Big Red Button.
  2. Solder some jumper wires to its terminals.
  3. Connect the jumpers to pin 0 and ground on your NodeMCU. Your pin numbers may differ from what's printed in silk on the board—on my LoLin v3 board, I had to use pins D3 and GND.

Slack

  1. Go to https://YOUR-TEAM.slack.com/apps/build/custom-integration.
  2. Create an Incoming Webhook and configure it to post to your channel.
  3. Optional: Give your webhook a friendly name and icon, such as Big Red Button and 🔴.

PlatformIO

  1. Edit the constants in slack_button.ino to configure your wifi network and your Slack webhook URL.
  2. Install PlatformIO.
  3. Install support for NodeMCU: platformio platforms install espressif.

esptool

This bit is optional. You only need to install and use esptool to upload to your NodeMCU if PlatformIO fails.

  1. Clone esptool with git clone [email protected]:themadinventor/esptool.git.
  2. Run python setup.py install inside the esptool directory to install esptool and pyserial.
  3. Make sure the esptool executable is in your system $PATH.

Upload

  1. Connect your NodeMCU via USB.
  2. Inside the project directory, type platformio run to compile the script.
  3. Once the compile succeeds, type platformio run --target upload to upload to NodeMCU.
  4. If the upload fails with PlatformIO, run ./upload.sh to compile and upload with esptool instead.

PUSH THE BUTTON

Just push it. You know you really want to.

But don't push it too many times or your boss will fire you.

Shout Outs

NodeMCU: If you want to connect something to the internet, this is easily the cheapest and easiest way to do it. The dev board is crazy good—and it's $4 on AliExpress for just one.

PlatformIO: If you're looking to write, compile, and upload Arduino scripts, PlatformIO is the best tool I have ever used. It's got an awesome interface and is much nicer to use than Arduino IDE.

Docs

ESP8266 Arduino Core: If you want to write more ESP8266 Arduino code, here's where you'll find the API docs.

License

MIT

big-red-slack-button's People

Contributors

mplewis 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.