Difference between revisions of "The Open Source Vending Group Project"

From Nottinghack Wiki
Jump to navigation Jump to search
Line 1: Line 1:
[[File:OSV_Flow.jpg|thumb|400px|The flow of the OSV system]]
+
[[File:OSV_Flow.jpg|thumb|100px|The flow of the OSV system]]
 
The Open Source Vending-machine Group (OSV Group) is a project team that has the aim of creating a machine capable of vending small products and using a web interface to manage stock, reorder and payment.  
 
The Open Source Vending-machine Group (OSV Group) is a project team that has the aim of creating a machine capable of vending small products and using a web interface to manage stock, reorder and payment.  
  

Revision as of 19:22, 17 December 2012

The flow of the OSV system

The Open Source Vending-machine Group (OSV Group) is a project team that has the aim of creating a machine capable of vending small products and using a web interface to manage stock, reorder and payment.

The group are:

  1. Dominic Morrow
  2. James Hayward
  3. Daniel Swann
  4. John Crouchley
  5. Matt Lloyd
  6. Martin Raynsford


Web Gateway

The Web Gateway is how the user actually purchases the product with integration to Pay Pal or other web based payment products. The customer gets to a product page on the web gateway via a QR code on the vending machine. The web gateway also has an admin interface for the vendor or machine owner.

Connection Layer

This allows the web gateway to connect to the vending machine controller and maintains an open bidirectional communications channel at all times.

Vending Controller

The vending controller conects to the connection layer by an internet connect and all of the hopper controllers via an i2c bus. It interprets messages from the connection layer and sends a message to the hoppers. Each vending controller can support 64 hoppers.

Hopper Controller

Each product hopper has a controller which controls the vend mechanism and various sensors.

Hopper and Vending Mechanism

Prototype

Build Day 1

Pictures from the 1st Build Day 19th August 2012


OSV1.JPG OSV2.JPG OSV3.JPG


OSV4.JPG

Useful and Interesting links