I have written a Arduino sketch to display CPU and RAM usage of my PC. I want it to display "before" anything else. Kinda thinking of using NSSM.
I have a .py file to send the data to the Arduino, that works. The .py is run by a .bat (so it won't open a CMD interface when it runs)
I've tried using NSSM as usual to create a service, however it never runs. I even tried making it depend on PlugPlay before running. It still doesn't work.
Any ideas?
I can share the code if it's relevant though not sure why it would be. Just let me know