Skip to content

Instantly share code, notes, and snippets.

View mbparks's full-sized avatar
💭
Crushin' it.

mike parks mbparks

💭
Crushin' it.
View GitHub Profile
@machinaut
machinaut / fm_example.grc
Created August 12, 2014 21:15
FM Receiver gnuradio example for the HackRF One SDR
<?xml version='1.0' encoding='ASCII'?>
<flow_graph>
<timestamp>Tue Aug 12 14:13:51 2014</timestamp>
<block>
<key>options</key>
<param>
<key>id</key>
<value>fm_receiver</value>
</param>
<param>
@mpflaga
mpflaga / TinyIRduel.ino
Last active February 14, 2024 18:50
TinyIRdual - code for home made Magic Wand Kiosk reciever, using a DigiSpark (ATtiny85) Arduino
/*
* TinyIRDuel: IRrecvDump - dump details of IR codes with IRrecv
* IR detector/demodulator must be connected to the input RECV_PIN.
* IR Transmitter to JAM must be connected ot
* Version 0.1 July, 2013
* Author: 2013 Michael P. Flaga
*/
//List of wand ID's
#define WAND_RED1 0x1AEDC601
@malarkey
malarkey / Contract Killer 3.md
Last active April 16, 2024 21:44
The latest version of my ‘killer contract’ for web designers and developers

When times get tough and people get nasty, you’ll need more than a killer smile. You’ll need a killer contract.

Used by 1000s of designers and developers Clarify what’s expected on both sides Helps build great relationships between you and your clients Plain and simple, no legal jargon Customisable to suit your business Used on countless web projects since 2008

…………………………

@mbparks
mbparks / spinStrobeLED
Created February 3, 2012 18:04
Propeller Assembly for LED Strobe
{strobe LEDs pin 16..19 on COG0 and scan pin 23..20 on COG1}
CON
_clkmode = xtal1 + pll16x 'Standard clock mode * crystal frequency = 80 MHz
_xinfreq = 5_000_000
PUB StrobeLEDs
cognew(@_StrobeLEDRight, 0)
cognew(@_StrobeLEDLeft, 0)