Tetris for TS100 soldering iron (and a few feature branches)
C Assembly Other
Switch branches/tags
Nothing to show
Latest commit 5214f7e Sep 6, 2017 @joric updated readme
Permalink
Failed to load latest commit information.
Libraries first commit Jul 4, 2017
S100App added missing T block Jul 4, 2017
README.md updated readme Sep 6, 2017

README.md

ts100tris

Tetris for TS100 soldering iron.

Tetris for TS100 soldering iron.

Built on top of an official minidso TS100 firmware starting from version 2.17.

Installation

Download .hex file in the releases section.

Connect to USB while holding button A, copy .hex to USB drive, wait it renames to .rdy, unplug USB.

There's no firmware backup, just revert to the official firmware the same way.

How to play

Hold button B to start the game.

Press A or B to move, A+B or hold B to rotate, hold A to drop, hold both buttons to quit.

Each time you lose the game the soldering iron tip temperature increases by 10 degrees.

Use 12..24V external power supply for the immersive gaming experience.

Build

I used IAR Embedded Workbench for ARM EWARM v.7.50.2 10505.

Open .eww, hit Make, that's it.

Hardware

  • STM32F103T8U6 (ARM Cortex M3, clock frequency 72 MHz)

  • MMA8652FC (3-Axis, 12-bit Digital Accelerometer)

  • SSD1306 (White 96x16 OLED Display)

Disclaimer

This is very early alpha, currently works in USB mode only.

There's also an experimental accelerometer branch.

Press