ACTIVITY 1(Pertinent Information gathering) Samarth 01fe21bec215 - N-division-2021-2022-even/Repo-02 GitHub Wiki

ENGINEERING EXPLORATION.docx

ENGINEERING EXPLORATION Example 1: Function: To accept amount of money, letting the costumer to choose product and deliver it. Electrical components involved:

  1. Arduino UNO x1
  2. Sensor Shield x1
  3. DC Motor 6V include Wheel x3
  4. Infrared (reflective) or line follower sensor, used for product detection x3
  5. Proximity (electromagnetic) sensor, used for coin sensor number 1 x1
  6. Distance interrupter (infrared/optocoupler) sensor, used for coin sensor number 2 x1
  7. Power Supply 6V for DC motor ×1
  8. Relay (generic)4 Switch Relay x1
  9. LCD (Nokia 5110 LCD) ×1 10.LED (generic)White LED × 2 11.Push Button Red, Yellow, and Green x3

Sub-systems involved:

  1. Sketching of concepts

image

  1. Create 3D model

image

  1. Design a coin slot

image

  1. Prepare and test every component

image

  1. Build a spiral mechanism

image

  1. Build a coin identifying machine

image

  1. Build a product detection machine

image

  1. Using LCD for information

image

  1. Finishing and testing

image

URL: https://create.arduino.cc/projecthub/Sevenmojoe/snacks-vending-machine-powered-by-arduino-f03296

Example 2: Medicine Reminder and Vending Machine

image

Function: A medicine vending machine to store and give doses via medicine bottles and alert patients at prescribed times.

Electrical components involved:

  1. Arduino Mega 2560 (Alternatively, Arduino Nano or Uno can be used.) × 1
  2. Rotary Encoder with Push-Button (This will be used to provide Dose Time input to the microcontroller.) x1
  3. SG90 Micro-servo motor (Servo motors will be used to implement rack mechanism to drop medicine boxes. And clear the medicine rack if a patient misses a dose, so as to avoid confusion when next dose drops) x5
  4. DS3231 RTC Module(To keep track of time) x1
  5. MP3 player module and speaker(This will play audio tones stored in SD card. Alternatively, a buzzer can be used to keep cost low.) x1
  6. Adafruit RGB Backlight LCD - 16x2(To display upcoming medicine dose time.) x1
  7. LED (generic) x1
  8. IR sensor (To detect when a dose drops and is taken by patient to update information in SD card.) x1
  9.  Micro SD card module and SD card 
    

(Used to store dost history of the patient) x1 (Tape, cutter…) Sub-systems involved:

  1. Assembling of articles

  2. Medicine vending rack mechanism using Two Servos

  3. Medicine Dose Boxes-

  4. SD Card data logging-

image

image

image

URL: • https://create.arduino.cc/projecthub/eren-yeager/medicine-reminder-and-vending-machine-18f063?ref=search&ref_id=Vending%20machine&offset=4