This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ============================================================ | |
| # Frame.io Video Downloader | |
| # ============================================================ | |
| # Requirements (run once before first use): | |
| # pip install playwright | |
| # playwright install chromium | |
| # | |
| # Also requires: | |
| # yt-dlp -> winget install yt-dlp | |
| # ffmpeg -> winget install ffmpeg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <WiFi.h> | |
| #include <NTPClient.h> | |
| #include <WiFiUdp.h> | |
| #include <WebSocketsServer.h> | |
| #include <Wire.h> | |
| #include <SPI.h> | |
| #include "SparkFun_BNO080_Arduino_Library.h" | |
| #include <ArduinoJson.h> | |
| #include <SparkFun_ADS1015_Arduino_Library.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>NKS_WHQ_NS</title> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> | |
| <style> | |
| body { | |
| font-family: Futura; | |
| background-color: #000000; |