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
@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)