ekimae handsup
Published

Money Printer

The Money Printer — a microcontroller-powered gag device that turns your handwritten numbers into printed “cash. ”

BeginnerFull instructions provided1 hour68
Money Printer

Things used in this project

Hardware components

ATOM Lite ESP32 Development Kit
M5Stack ATOM Lite ESP32 Development Kit
×1

Software apps and online services

M5Stack UIFlow 2.0
use UIFlow 1.0

Story

Read more

Code

code

Python
UIFlow 1.0
from m5stack import *
from m5ui import *
from uiflow import *
from base.Motion import Motion
import time









def buttonA_wasPressed():
  # global params
  rgb.setColorAll(0xffff00)
  motion.set_servo_angle(1, 180)
  wait(5)
  motion.set_servo_angle(1, 90)
  rgb.setColorAll(0x33ccff)
  pass
btnA.wasPressed(buttonA_wasPressed)


motion = Motion()
rgb.setColorAll(0x33ccff)

Credits

ekimae handsup
1 project • 0 followers

Comments