Posts

Showing posts from February, 2019

Capstone Update February 8, 2019

Image
Greetings, One of the groups have finished linking up to cloud and now we have a way to send data, our group is going to be doing something else. We are planning to create a simulation of a smart building which includes the different projects of what everyone is doing. This will be essentially a base framework which can replace all the simulations that we will be creating virtually with the completed capstone projects, for example, our lighting simulation will be replaced by the condominium lighting groups project. This base framework will involve, integration, energy management, smart building, connection to cloud and multiple other areas. The tools we will be using in this project, will be the following which does not include everything as we are still expanding upon it. - 1 EasyIO - 1 Reliable ProCom - 2 BASpi - 2 Raspberry Pi - 3 LED lights - 3 VAV boxes - Thermistors - Photocells - Shaders - Multitude of wires, cables, capacitors, diodes and resistors - Router and ...

Capstone Update February 1, 2019

Image
Greetings, This week our team helped other teams with their capstone projects. The one we were working on was the Condominium lights with the green button, we tried to use this button to control the lights through an ESP8266 programmed to toggle, but we were having issues with flickering we eventually figured out the reason why and we are going to fix it next week. Button layout, it is a Form C The ESP8266 we are using is from NodeMCU. It operates at 4.5V-10v usb powered. It has WiFi and IO capabilities. ESP8266 from NodeMCU By utilizing a toggle code, we can effectively toggle the lights without a toggle button allowing us to press the button once to turn on all relays for the lights and again to turn off all relays for the lights. The LED lights were working with are 36 VDC. The code we used to toggle relays Initially the group that was working on the lights programmed the toggle wrong, so we had to fix up their code. Once the code was working more issues popped up...