Coder Social home page Coder Social logo

m.a.d.'s Introduction

M.A.D.

The source code for the Mounted Assistant Device or M.A.D.

M.A.D.

Requirements

Hardware:

  • 1x Raspberry Pi
  • 1x Passive Buzzer
  • 4x Push Buttons
  • 1x I2C 1602 Charecter LCD
  • 14x Wires
  • ( Optional ) USB Flash Drive for custom software

Software

  • Python 3.7.3
  • M.A.D. Source Code
  • ( Python ) RPLCD
  • ( APT ) python-smbus

Setting Up

GPIO

The I2C Screen should be connected to:

5V : 5V
GND: GND
SDA: SDA
SDL: SDL

The Passive Buzzer should be connected to:

IN : GPIO 23
OUT: GND

The Home Button should be connected to:

IN : GPIO 16
OUT: GND

The Left Menu Button should be connected to:

IN : GPIO 21
OUT: GND

The Right Menu Button should be connected to:

IN : GPIO 22
OUT: GND

The Select Button should be connected to:

IN : GPIO 22
OUT: GND

Setup Python Libraries

pi@raspberrypi $ sudo pip install RPLCD
pi@raspberrypi $ sudo apt-get install python-smbus

Starting the software

Extract the source code from the zip file then run by using the command:

pi@raspberrypi $ python3 mad.py

(Optional) Custom software setup

  • Create a FAT32 formated USB drive with the exact title of "PROGRAM"
  • Create a "programs" folder on the drive
  • Put software onto the drive

Then if you've done everything right you should see the screen come to life and display the M.A.D. interface.

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.