Skip to content

A simple discord python bot that lets you send a message to beep your Arduino.

License

Notifications You must be signed in to change notification settings

MegaTeam89/Discord-Arudino-Buzzer-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Arudino-Buzzer-Bot

A simple discord python bot that lets you send a message to beep your Arduino.

You simply need two things.

  1. A computer with the latest version of python installed and a Arduino IDE
  2. An Arduino with a buzzer and a led.
Modules you will need:
discordpy
pyserial
asyncio
time

You can get these by simply doing pip install "module-name"

Once you that done, start setting up your arduino. Based on the code, your arduino should look like this. Example

Once you're done setting up, plug in your arduino and open your arduino IDE of choice, open the buzz.ino file and compile and upload it.

Once you're done, run the python script buzzer.py in your Command Prompt

If you get an error from python saying Python AttributeError: 'module' object has no attribute 'Serial' Then go into Command Prompt on your computer and type in pip uninstall serial and pip install serial

Congrats, you have your very own annoying buzzer controlled by the people in your discord server.

About

A simple discord python bot that lets you send a message to beep your Arduino.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published