Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francisrstokes/persistence-of-vision
Persistence of vision from scratch on an arduino nano
https://github.com/francisrstokes/persistence-of-vision
Last synced: 14 days ago
JSON representation
Persistence of vision from scratch on an arduino nano
- Host: GitHub
- URL: https://github.com/francisrstokes/persistence-of-vision
- Owner: francisrstokes
- Created: 2023-12-22T19:49:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-23T21:06:56.000Z (11 months ago)
- Last Synced: 2024-04-16T01:08:11.193Z (7 months ago)
- Language: C
- Size: 308 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Persistence of vision
This project implements persistence of vision from scratch on an arduino nano (without the arduino framework). The effect can be seen when taking a long exposure photo, and moving either the camera or the device linearly.
## Building
```bash
make
make flash
```*Note: This assumes you have the arduino bootloader installed on the nano. If not, you'll need to flash the built hex file using the ISP*
## Notes
If you're building this yourself, you may need to tweak the baudrate setting in the makefile. I used a knock-off nano, which is markedly slower and pickier than the official ones.