Skip to content

Instantly share code, notes, and snippets.

#define FASTLED_ESP32_I2S true
//#define FASTLED_ALLOW_INTERRUPTS 0
#define FASTLED_SHOW_CORE 0
#include "src/FASTLED/FastLED.h"
#define LED_PIN 13
#define N_LEDS 98
#define BRIGHTNESS 20 //brightness (max 254)
#define N_LEDS_SEGMENT 7
#define N_DISPLAYS 2
CRGB leds[N_LEDS];
@GeorgeHahn
GeorgeHahn / ESP8266 WeatherStation.ino
Created July 7, 2016 03:19
Tweaked code from Jens Jensen to run in ESP8266 Arduino environment
/*****************************************
accurite 5n1 weather station decoder
for arduino and 433 MHz OOK RX module
Note: use superhet (with xtal) rx board
the regen rx boards are too noisy
Jens Jensen, (c)2015
*****************************************/
@alwynallan
alwynallan / tz_data.json
Created January 17, 2016 23:00
Worldwide timezone data for iotclock.js
{
"servers":[
{"name":"pool.ntp.org"},
{"name":"asia.pool.ntp.org"},
{"name":"europe.pool.ntp.org"},
{"name":"north-america.pool.ntp.org"},
{"name":"oceania.pool.ntp.org"},
{"name":"south-america.pool.ntp.org"}
],
"regions":[