CPU Monitor with Blink(1)
CPU Monitor with Blink(1)
I am new to EventGhost and want to start small. I'm wanting a Blink(1) to monitor CPU activity. Much in the same way a HDD activity light on your computer works except with the CPU. I am seeking guidance on how to start such a project.
- kgschlosser
- Site Admin
- Posts: 5508
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: CPU Monitor with Blink(1)
need a tad bit more information. what are you trying to "blink" or do you want an OSD on the screen that tells you CPU use?
Re: CPU Monitor with Blink(1)
It's called Blink(1) by ThingM
https://blink1.thingm.com/
It is a little USB connected notification device that can be connected to a lot of things including IFTTT.
https://blink1.thingm.com/
It is a little USB connected notification device that can be connected to a lot of things including IFTTT.
- kgschlosser
- Site Admin
- Posts: 5508
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: CPU Monitor with Blink(1)
they have a Python SDK available for it.
https://pypi.org/project/blink1/
so it wouldn't be that hard to interface with it.
https://pypi.org/project/blink1/
so it wouldn't be that hard to interface with it.
Re: CPU Monitor with Blink(1)
Is there a step by step guide that will walk me through the process of accomplishing this?
- kgschlosser
- Site Admin
- Posts: 5508
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: CPU Monitor with Blink(1)
The library in it's present form will not work correctly with EventGhost. I an working with the creator of the blink(1) and I am making the necessary changes to the library so it will work correctly. Give me a few more days to finish up hammering out things and I will put together a plugin for it. It's not involved to write the plugin as the blink 1 has a pretty small API.
Re: CPU Monitor with Blink(1)
thank you very much.