Skip to content

Instantly share code, notes, and snippets.

View robinp7720's full-sized avatar
🏫

Zeyphros robinp7720

🏫
View GitHub Profile
@robinp7720
robinp7720 / replay.py
Created September 26, 2020 20:37
Replay a logged 433Mhz signal
from datetime import datetime
from datetime import timedelta
from time import sleep
import sys
import RPi.GPIO as GPIO
TRANSMIT_PIN = 24
GPIO.setmode(GPIO.BCM)
GPIO.setup(TRANSMIT_PIN, GPIO.OUT)
@robinp7720
robinp7720 / logger.py
Created September 26, 2020 20:36
433Mhz request logger
from datetime import datetime
from datetime import timedelta
from time import sleep
import RPi.GPIO as GPIO
RECEIVE_PIN = 23
RECIEVED = []

Keybase proof

I hereby claim:

  • I am robinp7720 on github.
  • I am robinp (https://keybase.io/robinp) on keybase.
  • I have a public key ASAqMVM2q31o9vFJwxQzuN1mpt3MBTwFNp15VmQQY8O49go

To claim this, I am signing this object:

@robinp7720
robinp7720 / LegacyForumsIndexer
Last active September 22, 2016 19:43
An indexer for the 1.4 scratch forums
// Load config for mysql and other things
var config = require('./config.json');
// Load nodejs modules
var mysql = require('mysql');
var cheerio = require('cheerio');
var sleep = require('sleep');
var fs = require("fs");
var async = require("async");
var colors = require('colors');
// ==UserScript==
// @name New Userscript
// @namespace https://mysunland.org
// @version 0.1
// @description A better search of scratch!
// @author You
// @match https://scratch.mit.edu/*
// @require http://code.jquery.com/jquery-latest.js
// @grant none
// ==/UserScript==

Keybase proof

I hereby claim:

  • I am robinp7720 on github.
  • I am robinp (https://keybase.io/robinp) on keybase.
  • I have a public key ASB2GEncpGeq8EyvnW2qfXDC6Lr5THEWUfaNAcmDckKdkwo

To claim this, I am signing this object: