Number Guessing Game

By Tudor and Ernest Hey everyone, Ernest and I have been exploring with the M5 stick over the past couple of weeks, and we created a cool number guessing game.…

SHAD McGill Jukebox!

By Emma Patchett. This is a program that plays a song when you press the corresponding button. It displays a guide at the start, and at the end, displays the…

Repeat Timer

Playing chess? Grading papers? Taking turns with a toy while fighting with a sibling? Engaged in some repetitive task where you need to repeatedly time yourself to stay on track?…

Bop It!

By Kahir Dhalla - Functioning Bop It game. Download Bop-it.m5f Five commands: Bop it (A), Push it (B), Double it (A+B), Shake it (using the IMU), and Twist it (also…

Be the first!

To create a Shad-generated project post (tutorial, idea, etc, etc) go to the "Submit a Post" page, add some text, and include a few screenshots of your code if you…

Flashing Lights

Make the LED on the m5stickC turn on and off (referenced as example on UI Flow introduction page) Author: Chris Moraes Difficulty: 1 of 4 Download: FlashLED.m5f

Preloaded: devOps.py

Designed to show off some of the sensors and features in your m5stick. Author: Chris Moraes Difficulty: 3 of 4 (for some fancy graphing work) Download: devOps.m5f Can you recreate…

Preloaded: Shad.py

Trying to figure out what Shad.py is up to? Take a look at the code! Author: Chris Moraes Difficulty: 2 of 4; for internet connectivity, some funky time-math. Download: Shad.m5f…

Hello world!

Use the text function on LED screen to display a simple message. Every programmers' first program is traditionally "Hello World", in which you awaken your computer with intelligent code, which…