Giter VIP home page Giter VIP logo

kthw's Introduction

This repository includes schematics, code, and instructions for building our hardware clone of the device from Steel Crate Games' game "Keep Talking and Nobody Explodes".

Media

Demo

Demo

Timer Module

Timer Module

Morse Code

Morse Code

Simon Says

Simon Says

Wires/Capacitor

Wires/Capacitor

Memory

Memory

Password

Password

Hardware

The code is written for an STM32F4 Discovery board, which you can probably get for around 25 €. The rest of the materials probably cost another 25 €. A complete list of required materials can be found in the material list.

There are also complete KiCad schematics in the schematics folder, along with some assembly tips. v Our cube design requires 8 corner pieces, which you can 3D print from this STL file (Designed for 6mm M2.5 screws with nuts. I lost the OpenSCAD file but I'm sure you can remake it pretty easily).

If you want to mess with the code, take a look at the architecture description.

Lastly, there's a quick reference how to play the game.

Building The Software

The code does not use any libraries and requires only a GCC compiler and linker to build (prefix arm-none-eabi). It can be uploaded to the board via USB using OpenOCD and the GDB debugger. To read the console you will also need a 3.3V UART adapter.

From the repository root folder, run

make
openocd&
arm-none-eabi-gdb -x .gdbinit

Use the reload command (defined in the .gdbinit file) to upload the software.

License/Trademark

The code, schematics and 3d models are (c) 2017 Toby P. (tobyp.net) and Thomas H., and licensed under the terms of the GNU GPL v3, see the file LICENSE.txt.

The files startup.c, startup.h, stm32f407vg.h and stm32f407vg.ld are no-brainers and released into the public domain.

The photographs are Copyright (c) 2017 Thomas H., all rights reserved. Do not distribute. Make your own.

The video is Copyright (c) 2017 Toby P. (tobyp.net), all rights reserved. Do not distribute.

We are not affiliated with Steel Crate Games. This project is not endorsed by Steel Crate Games. Steel Crate Games, Keep Talking and Nobody Explodes, and the Keep Talking and Nobody Explodes logo are all trademarks and/or registered trademarks of Steel Crate Games, Inc.

kthw's People

Contributors

tobyp avatar thomasthegerman avatar

Watchers

James Cloos avatar  avatar

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.