Note - we suggest you go through the previous post on magnetic reed sensors before doing this one, but if you're comfortable then feel free to jump right in! To…
The m5stick comes with a lot of "sensors" - the simplest of which is the 'A' and 'B' buttons. These buttons "sense" when you press them by connecting the circuit…
Your devices can talk to each other! Using the "MQTT" protocol, you can send small pieces of data between your devices to create a network. Note that this mini-lesson is…
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?…
Try out these simple steps to display items on your m5stick. Connect your m5sticks to UI Flow (https://flow.m5stack.com) - instructions here if you haven't tried already 1. Labels A "Label"…
When we first sent you the m5sticks, we preloaded "Firmware" onto the device that allows it to communicate with UI Flow. We essentially programmed in the translator that allows the…
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
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…