Skip to content

Instantly share code, notes, and snippets.

View IoTPanic's full-sized avatar
😡
Exiting VIM

Samuel IoTPanic

😡
Exiting VIM
View GitHub Profile
abs abs adc adcs addhn2 addhn addp addp add add add add adds adds adds add addv adrp adr aesd aese aesimc aesmc and and ands ands and asrv b b.c bfm bic bics bic bic bic bif bit bl blr brk br bsl cbnz cbz ccmn ccmn ccmp ccmp clrex cls cls clz clz cmeq cmeq cmeq cmeq cmge cmge cmge cmge cmgt cmgt cmgt cmgt cmhi cmhi cmhs cmhs cmle cmle cmlt cmlt cmtst cmtst cnt csel csinc csinv csneg dcps1 dcps2 dcps3 dmb drps dsb dup dup dup eon eor eor eor eret extr ext fabd fabd fabs fabs facge facge facgt facgt fadd faddp faddp fadd fccmpe fccmp fcmeq fcmeq fcmeq fcmeq fcmge fcmge fcmge fcmge fcmgt fcmgt fcmgt fcmgt fcmle fcmle fcmlt fcmlt fcmpe fcmpe fcmp fcmp fcsel fcvtas fcvtas fcvtas fcvtau fcvtau fcvtau fcvt fcvtl2 fcvtl fcvtms fcvtms fcvtms fcvtmu fcvtmu fcvtmu fcvtn2 fcvtns fcvtns fcvtns fcvtnu fcvtnu fcvtnu fcvtn fcvtps fcvtps fcvtps fcvtpu fcvtpu fcvtpu fcvtxn2 fcvtxn fcvtxn fcvtzs fcvtzs fcvtzs fcvtzs fcvtzs fcvtzs fcvtzu fcvtzu fcvtzu fcvtzu fcvtzu fcvtzu fdiv fdiv fmadd fmax fmaxnm fmaxnmp fmaxnmp fmaxnm fmaxn

Keybase proof

I hereby claim:

  • I am iotpanic on github.
  • I am iotpanic (https://keybase.io/iotpanic) on keybase.
  • I have a public key ASD8HV814SjRc9FLrXoDa3sFWTbsEA4r5mGgIzTGYTc2vQo

To claim this, I am signing this object:

@IoTPanic
IoTPanic / Dot Planning
Last active October 13, 2019 21:49
Dot PCB Concept
Features-
* ESP Wi-Fi proccessor in IC form not module with antenna on board that has an optional uFL connector. Can be ESP32 or ESP8266.
* FPGA to drive the LED strips that connects to the ESP over 80Mhz+ SPI bus that breaks out to many 800Khz WS2812 buses (Use TinyFPGA AX1 for development?)
* Generic voltage input to use any externa power supply
* Normal 3.3V switching regulator for ESP
* USB connector with serial connection to ESP
* RS485 interface to ESP with two connectors for daisy chaining
* 5 x Buttons or touch pads to make a DPAD for control
* Flash IC for storage that can be used for stored animations in the future (Enable presets and downloaded files in PIXELs?)
@IoTPanic
IoTPanic / TestCreateTransaction.txt
Last active September 20, 2019 02:04
s-go testing
➜ s-go git:(master) ✗ go test
Testing formatting a transaction one frag long
[[9 1 1 0 0 158 1 80 0 0 144 0 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 153 50 204 1
@IoTPanic
IoTPanic / SEC01.ino
Created August 23, 2019 22:36
Simple ESP Temp Sensor
#define BLYNK_PRINT Serial
#include <WiFi.h>
#include <WiFiClient.h>
#include <BlynkSimpleEsp32.h>
#include "config.h"
unsigned long i = 0;
float sample(){