Skip to content
View sgrayban's full-sized avatar
๐Ÿ’ญ
Mastering the Rpi
๐Ÿ’ญ
Mastering the Rpi

Highlights

  • Pro
Block or Report

Block or report sgrayban

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
sgrayban/README.md

Hi there I'm Scott Grayban, AKA ืฉืื•ืœ ื‘ืŸ ื™ืฉื•ืข ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on many different projects for Home Automation
  • ๐ŸŒฑ Iโ€™m currently learning TypeScript and Feather
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on nothing right now
  • ๐Ÿค” Iโ€™m looking for help with -- not sure but if I need it I'll search google first
  • ๐Ÿ’ฌ Ask me about Groovy and Home Automation
  • ๐Ÿ“ซ How to reach me: Here
  • โšก Fun fact: I hate the heat and humidity
  • ๐Ÿ’ฌ You can leave me a message via GitHub Discussion

Github Stats By Anurag

- Languages and Tools...

html csharp js python react cloud datascience npm gcp bash vscoderust

Pinned

  1. Reboot a Raspberry Pi if LAN is unre... Reboot a Raspberry Pi if LAN is unreachable
    1
    #!/bin/bash
    2
    #
    3
    # Step 1) mkdir -p /root/bin
    4
    # Step 2) vi/nano/pico /root/bin/lan_watchdog.sh and edit the line WIFI_GW and add your own gateway IP to ping
    5
    # Step 3) chmod +x /root/bin/lan_watchdog.sh
  2. RPi-Monitor RPi-Monitor Public

    Forked from XavierBerger/RPi-Monitor

    Real time monitoring for embedded devices

    JavaScript

  3. aqi aqi Public

    Forked from zefanja/aqi

    Measure AQI based on PM2.5 or PM10 with a Raspberry Pi and a SDS011 particle sensor

    JavaScript