Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 820 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 820 Bytes

time-gloves

Time Gloves are gloves that can freeze any moving object

It will emit bright, fixed-frequency (but adjustable) light from the palm to target objects.

When the light frequency matches the frequency of moving objects (rotating or vibrating), moving objects will look like freezed (time stop)!

This project is inspired from Mad Gyver's Time Control Gloves

Project detail

  • Development board: STM32L476RG
  • Development environment: OpenSTM32(System Workbench for STM32)
  • Programming language: C, ARM Assembly

Code

I have upload my whole OpenSTM32 project (/timegloves-openstm32-project)

The main logic code is inside src/main.c and inc/*

Schematics

To be updated...