Skip to content

Instantly share code, notes, and snippets.

View bhagman's full-sized avatar

Brett Hagman bhagman

View GitHub Profile
/*
|| @author Brett Hagman <[email protected]>
|| @url http://wiring.org.co/
|| @contribution Hernando Barragan <[email protected]>
|| @contribution Alexander Brevig <[email protected]>
||
|| @description
|| | Time methods.
|| |
|| | Wiring Framework
@bhagman
bhagman / main.cpp
Created June 12, 2019 07:00
TinyGSM FileDownload Example (with minor changes, and set for u-blox SARA-R4, APN excluded)
#include <Arduino.h>
/**************************************************************
*
* For this example, you need to install CRC32 library:
* https://github.com/bakercp/CRC32
* or from http://librarymanager/all#CRC32+checksum
*
* TinyGSM Getting Started guide:
* https://tiny.cc/tinygsm-readme
*
@bhagman
bhagman / TinyGSM-FileDownload-Broken.txt
Created June 12, 2019 07:23
TinyGSM FileDownload Broken Output
Initializing modem...
AT
OK
AT+CFUN=15
OK
AT
AT
AT
@bhagman
bhagman / TinyGSM-FileDownload-Working.txt
Created June 12, 2019 07:25
TinyGSM FileDownload Working Output
Initializing modem...
AT
OK
AT+CFUN=15
OK
AT
AT
AT
@bhagman
bhagman / YTMVolumeFix.user.js
Last active October 24, 2023 16:02
YouTube Music Volume Fix
// ==UserScript==
// @name YouTube Music Volume Fix
// @author Brett Hagman
// @namespace https://gist.github.com/bhagman/f3043b28fa6bdf6a630bb192a8bf4a37
// @version 1.0.0
// @description Changes YTM volume slider to change based on a curve more suited to human hearing.
// @match https://music.youtube.com/*
// @grant none
// @run-at document-end
// ==/UserScript==