Skip to content

Program that buzzes a Passive Buzzer and lights up an LED whenever you receive a discord message.

Notifications You must be signed in to change notification settings

mehtaabGill/arduino-discord-notification

Repository files navigation

Arduino Discord Notification

DEMO

Example .env file:

DISCORD_TOKEN=your.token.here
DISCORD_ID=discordIDhere
SUPRESS_EVERYONE_PINGS=no
BOARD_PORT=COM3
LCD_PIN=13
PIEZO_PIN=11

How to run:

  • Install Node.js and NPM
  • Setup arduino and configure Node.js. I suggest following this guide
  • Clone and CD into this repo
  • run npm install
  • run node index.js

About

Program that buzzes a Passive Buzzer and lights up an LED whenever you receive a discord message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published