jnthas / mariobros-clock

The Mario Bros wall clock project

Home Page:https://jnthas.github.io/mariobros-clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mario Bros. Clock

NOTE: I'm currently working on and updating the Clockwise repository. It contains not only the Mario Clock but others too. Check it out!

alt text

Super Mario World on the SNES was probably one of the games my brother and I played the most in our lives. So the emotional connection with the plumbers starts there. The first games of the franchise, still on the NES, were revolutionary and represented a great relief for the gaming industry that was going through a bad phase in the first half of the 80's. This article guides you to create an animated Mario clock that can be a retro decorative object for any environment.

One-click firmware flashing is available on https://jnthas.github.io/mariobros-clock/.

The complete tutorial can be seen on Instructables.

Compiling with ESP-IDF

You can use the official Esspressif IoT Development Framekwork (aka esp-idf) to build and upload this project to an ESP32 device, including the ESP32-Trinity board.

Install esp-idf

Follow the Step By Step installation instructions.

Setup the environment variables

Follow the instructions here.

Clone and build this project

  • git clone --recurse-submodules https://github.com/jnthas/mariobros-clock.git
  • idf.py reconfigure
  • idf.py flash
  • idf.py monitor

About

The Mario Bros wall clock project

https://jnthas.github.io/mariobros-clock

License:MIT License


Languages

Language:C 63.4%Language:C++ 35.1%Language:CMake 1.5%