computer motherboard monitoring

Hello,

I wanted to monitor my computer motherboard with arduino. Unfortunately, it is quite difficult to search. Would you know if a project like this already exists?

It could be as simple as being connected to the front panel leds or more advanced connected in serie and accessing the bios.

Features that could do:

  • start/shutdown/reset
  • power monitoring/voltage of the devices
  • temperatures
  • retrieve/set fans speed

Thanks in advance.

Regards,

The solution is two-fold...

  1. Google monitor pc internal temperature which gives ideas on what has been done.
  2. Google arduino temperature monitor to get sample solutions.

Ray