Skip to content

Instantly share code, notes, and snippets.

View xoseperez's full-sized avatar

Xose Pérez xoseperez

View GitHub Profile

Keybase proof

I hereby claim:

  • I am xoseperez on github.
  • I am xoseperez (https://keybase.io/xoseperez) on keybase.
  • I have a public key whose fingerprint is 6B2D 69E0 2832 FF40 E7F9 45EC 89CB F68F 84D6 5B63

To claim this, I am signing this object:

@xoseperez
xoseperez / battery.py
Created April 9, 2018 22:04
Geekworm battery monitor script
#! /usr/bin/python
# -*- coding: utf-8 -*-
# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4
# Geekworks RPi Power Pack Hat Monitor Service
# Copyright (C) 2018 by Xose Pérez <xose.perez@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@xoseperez
xoseperez / mininal-rpi-grafana-dashboard
Created December 13, 2020 15:03
Minimal Raspberry Pi Grafana Dashboard
# Minimal Grafana Dashboard using a Raspberry Pi
# References:
# https://reelyactive.github.io/diy/pi-kiosk/
# https://blog.r0b.io/post/minimal-rpi-kiosk/
# https://grafana.com/blog/2019/05/02/grafana-tutorial-how-to-create-kiosks-to-display-dashboards-on-a-tv/
# -----------------------------------------------------
# Configuration (change to match your needs)
@xoseperez
xoseperez / rpi3_iot_server.md
Last active February 11, 2024 15:05
Raspberry Pi 3 with Mosquitto, Node-RED, InfluxDB, Grafana and Nginx (as a reverse proxy)