https://github.com/ckath/micromeme
useless projects with a promicro(atmega32u4)
https://github.com/ckath/micromeme
atmega32u4 ldr promicro usb-hid
Last synced: 3 days ago
JSON representation
useless projects with a promicro(atmega32u4)
- Host: GitHub
- URL: https://github.com/ckath/micromeme
- Owner: Ckath
- License: mit
- Created: 2018-11-25T01:46:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T13:18:03.000Z (over 3 years ago)
- Last Synced: 2025-02-17T16:52:06.778Z (3 months ago)
- Topics: atmega32u4, ldr, promicro, usb-hid
- Language: C
- Size: 13.7 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# micromeme

got this for around a dollar from aliexpress and didnt have any real usescases for it. so I made some useless projects, this repo is a collection of those. contains libs for uart and a basic usb keyboard interface for the atmega32u4.## install
all these projects have their own make files for compiling and flashing, they all work the same.to compile only: `make hex`
to compile, if needed, and flash it to the board: `make flash`, keep in mind you'll have reset the board for it accept being flashed
to clean compiled files:`make clean`
deps: avr-gcc, avrdude, make
### light activated nightmode
turn blue light filter and christmas lights on/off based on value light in the room, with ldr sensor### nightmode switch
turn blue light filter and christmas lights on/off based on switch### button login
one button tty login