This repository contains an implementation of an IoT project that measures environment parameters like temperature, humidity and light density and display them on a led moving sign.
This repo also includes Arduino code for client/server and source code of the web interface.
Wifi module is not available in Proteus, so we decided to use a virtual COM port to make a connection between microcontroller and server.
-
Install Serial to Ethernet Connector
-
Create a client connection and select COM1, add remote host entry with these parameters
- Remote host name: localhost
- Port: 5001
-
Run
datefetcher.py
script -
Open
Final Project.pdsprj
and start simulation