Skip to content

Instantly share code, notes, and snippets.

View hasanbasri1993's full-sized avatar

Hasan Basri hasanbasri1993

View GitHub Profile
# Configuration for telegraf agent
[agent]
## Default data collection interval for all inputs
interval = "1s"
## Rounds collection interval to 'interval'
## ie, if interval="10s" then always collect on :00, :10, :20, etc.
round_interval = true
## Telegraf will send metrics to outputs in batches of at most
## metric_batch_size metrics.
ca /home/pi/openvpn/ca.cert
cert /home/pi/openvpn/client.cert
key /home/pi/openvpn/client.key
client
cipher BF-CBC
dev tun
persist-key
persist-tun
proto tcp
nobind
@hasanbasri1993
hasanbasri1993 / tally_light.ino
Created December 6, 2021 04:16
tally light for atem switcher using esp8266
/*****************
Tally light ESP8266 for Blackmagic ATEM switcher
https://forum.livevideotech.today/t/wifi-tally-for-atem-mini-on-the-cheap/760/9
Version 1.5
A wireless (WiFi) tally light for Blackmagic Design
ATEM video switchers, based on the Wemos D1 Mini ESP8266 development
board with WS2812B RGB Shield and the Arduino IDE.