Author Topic: Oak System Monitor (out-of-band PC status/keyboard via WiFi)  (Read 6457 times)

agent86ix

  • Newbie
  • *
  • Posts: 1
I just finished documenting my Oak project, which allows me to monitor my PC and send keyboard commands via the web. 

With the help of a SparkFun Pro Micro (3.3v), you can wake a PC up, enter keystrokes, keep track of CPU/RAM/Disk usage, etc.

The full documentation is here:

https://www.withoutthesarcasm.com/digistump-oak-based-system-monitor/

I've also published all the source code, which I tried to comment heavily:

https://github.com/agent86ix/oaksysmon

If you're trying to do I2C with the Oak, or you want to serve a large webpage, etc, hopefully there's something in my code that will be helpful for you!