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

ZeusWPI/slotmachien

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Web
 
 
 
 
 
 

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.