For this project, we will use the Arduino Uno available on the Simuli Virtual Lab platform along with the W5500 Ethernet module and the APDS 9301 light sensor. We will get the current ambient light via the APDS 9301, then based on the current ambient light, send a message to toggle the light via MQTT. We can increase the scale of this project to include as many bulbs as we want because MQTT works with a publish & subscribe model and we can have all the bulbs subscribed to the same topic.