Archive:DinoJump: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
(added introduction and components)
(added wiring)
Line 12: Line 12:
=== Components ===
=== Components ===
* the scale
* the scale
* HX711 ADC
* HX711 ADC board
* WEMOS D1 mini (could be replaced by an arduino)
* WEMOS D1 mini (could be replaced by an arduino)
* a computer
* a computer
* a button (for taring the scale)
* a button (for taring the scale)
=== Wiring ===
=== Wiring ===
The wemos connects to a computer via USB.
The load cells are connected to the HX711 board.
The wire colors of the load cells are +: White c: Red -: Black
[[File:Dinojump Wiring.png|700px]]
== Software ==
== Software ==
=== scale to serial ===
=== scale to serial ===

Revision as of 18:27, 11 November 2018

 
DinoJump

Release status: beta [box doku]

Description using a scale to control the chrome dino game by jumping
Author(s)  Adrian, Paul

Introduction

Paul's grandparents had a digital scale lying around that thy didn't need anymore. We decided to build something cool with it, but weren't sure what. After some thinking we decided to use it to control the chrome dino game that pops up, when there is no internet connection. The project turned out working and was successfully showcased at Streetlife and Groden.

Hardware

Components

  • the scale
  • HX711 ADC board
  • WEMOS D1 mini (could be replaced by an arduino)
  • a computer
  • a button (for taring the scale)

Wiring

The wemos connects to a computer via USB. The load cells are connected to the HX711 board. The wire colors of the load cells are +: White c: Red -: Black Dinojump Wiring.png

Software

scale to serial

data interpretation

Issues and possible Improvements

detect ducking

more resilient wiring

interesting graphs