https://github.com/ivynya/esp32-rick-roller
A compact solution for Rick Rolling your friends, coworkers, and normies in public.
https://github.com/ivynya/esp32-rick-roller
arduino cpp esp32 rick-astley rickroll
Last synced: 6 months ago
JSON representation
A compact solution for Rick Rolling your friends, coworkers, and normies in public.
- Host: GitHub
- URL: https://github.com/ivynya/esp32-rick-roller
- Owner: ivynya
- License: mit
- Created: 2019-04-17T03:53:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T22:22:20.000Z (over 6 years ago)
- Last Synced: 2025-04-02T00:41:37.249Z (about 1 year ago)
- Topics: arduino, cpp, esp32, rick-astley, rickroll
- Language: CSS
- Size: 16.6 MB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32-Rick-Roller
The one-stop shop solution for an ESP32-based Rick Rolling solution.
This README will be updated fully later. Until then, here are the dependencies used in this project and a few notes.
# Notes
I don't understand why or how, but the captive portal system works approximately 50% of the time or less on Windows. iOS (and by extension macOS) as well as Android (unsure about ChromeOS) seem to perform fine. If someone can find a fix or the reason why, that would be appreciated.
Boards tested:
- Heltec WiFi Kit 32
- Lolin D32 Pro - will be moving forward with this board as it has more memory/support for SD card directly
If your board doesn't have at least 8MB of flash allocable to SPIFFS, replace instances of rick.mp4 with rick.gif in Program.ino and the index/js files.
# Dependencies - C++
WiFi.h
- This should be included with the Arduino IDE.
DNSServer.h
- In the flavor provided by Espressif.
- https://github.com/espressif/arduino-esp32
ESPAsyncWebServer.h
- Project looks not to be maintained, but it works fine, mostly
- https://github.com/me-no-dev/ESPAsyncWebServer
AsyncTCP.h & SPIFFS.h
- These are part of ESPAsyncWebServer.
# Dependencies - Other
animate.css
- A fantastic lightweight library to replace most of what I used to use jQuery for
- The included file is modified to strip out the bulk I don't need
- Under MIT License
- https://github.com/daneden/animate.css
Rick Astley
- Absolutely essential to this project. If your universe does not use the Rick Astley dependency, this will not run on your device.