> For the complete documentation index, see [llms.txt](https://docs.bdurham.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdurham.dev/old-projects/dinodisplay.md).

# DinoDisplay

<figure><img src="/files/Kz2DX5m1htxLy26moOt9" alt=""><figcaption><p>Dino running on a breadboard setup</p></figcaption></figure>

{% embed url="<https://github.com/thebriandurham/DinoDisplay>" %}

## About

* Created an Arduino-based PC hardware data display to learn serial communication between an arduino and a PC, as well as how to pull system information, such as CPU core temperatures.
* Utilizes WMI and Open Hardware monitor to fetch and provide said data to the arduino for display on a chosen screen solution (LCD/LED/etc.)

## Postmortem

* One of my first microcontroller -> serial projects. Cute!
