This course teaches you how build a complete Internet-of-Thing (IoT) system from scratch using just your development board without any specialized wireless radio. The course can be divided into 3 sections.
The first section deals with developing the embedded firmware for reading and receiving data, processing the data and transmitting the data.
The next section deals with developing a modern day GUI desktop dashboard application from scratch for receiving and displaying the data from the firmware as well as sending commands to the firmware to control output devices.
The last section deals with with networking. In this section we shall integrate user authentication and a realtime database to store the data from our firmware in cloud. We shall also see how to receive emails and then control the output devices in our firmware simply by sending an e-mail.