Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

ZeusWPI/slotmachien

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlotMachien

This repository contains all applications related to SlotMachien; a Lego MindStorms robot designed to turn a specific lock.

Dependencies

LeJOS NXJ

Setup

LeJOS NXJ setup tutorial

Components

SlotMachienNXT

Software running on the MindStorms brick. Communicates with SlotMachienPC using a stable USB connection.

SlotMachienPC

Software running on the RPi. Communicates with SlotMachienNXT using a stable USB connection. Takes commands from stdin and sends status updates to stdout.

Web

Web server that handles POST requests to open/close the door, or can send the current status of the lock (open/closed/error). Runs on RPi in conjunction with SlotMachienPC.