Electronic Temperature Regulator

 

Code

Codes for this project are divided into two parts. One is related to the Mbed, and the other is to develop the GUI on the ATOM PC.

Mbed

For the Mbed part, we use the online complier to develop the code. We use the multi-thread to enable to the Mbed to operate several functions at the same time.

Source code for Mbed: Mbed code

GUI

In the project we use standard c# form application for user interface, which includes following .NET framework packages:

Source code for GUI: GUI code