1 / 38

Smarter Than Your Home

Smarter Than Your Home. GROUP 4 Daniel Arnett, Joseph Vanciel , Brian Krueger. Motivation. Energy costs continue to rise Energy independence is an important national issue, with energy conservation as a key component

onella
Télécharger la présentation

Smarter Than Your Home

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Smarter Than Your Home GROUP 4 Daniel Arnett, Joseph Vanciel, Brian Krueger

  2. Motivation • Energy costs continue to rise • Energy independence is an important national issue, with energy conservation as a key component • With the advances in mobile technologies, people want increasingly more access and control over all aspects of their lives

  3. Goals Create a prototype for a “Smart House” that will: • Reduce energy consumption • Increase energy efficiency • Allow for home automation • Allow for remote access via a user friendly GUI delivered through an internet browser

  4. Objectives The objectives of the “Smart House” will be to: • Reduce wasted energy consumption by automatically shutting off nonessential appliances and lights in unoccupied rooms. • Allow the user to adjust blind settings in each room so the blinds will open/close automatically, adjusting appropriately to help reduce energy consumption • Allow the user to remotely view and adjust statuses of various lights and electronics in each room

  5. Objectives Wireless communication: • The prototype will be coordinated by one main microcontroller, which will wirelessly communicate with the other components throughout the house via RF. Design Contests: • We hope to be able to enter this project in both UCF’s and Texas Instruments’ contest.

  6. Requirements • Communicate to electronic devices through a webpage • Automated lights turn on and off as user enters/exits a room • Electronic devices and lights time out to save power • Blinds open/close according to amount of incoming light & user request • User has control over multiple electronic devices within the household from one source

  7. Specifications (User End) • Lights & Electronics time out 5 minutes after doorway sensor is tripped & no activity (Power Savings) • Web interface accessible to user at all times (User Accessibility) • Web interface reports back status of all lights, blinds & electronics on the network (User Accessibility)

  8. Specifications (Design End) • Spend at least 90% of time in sleep mode • External 4 bit dip switch on all devices to set unique address • Devices in sleep mode until external interrupt wakes them up • RF communications operate on 900 MHz frequency • USB, Ethernet connections for data transfer • Light Controllers are tied directly to doorway sensors

  9. Overall Design

  10. Overall Design • Main Processor –Stellaris LM3S8962 • Door Sensor & Light/Electronics Controller –MSP430G2553 • Communication – RF Transceiver CC1100 • (All TI Components)

  11. Main Processing Chip Comparison (ARM M3 Processing Cores

  12. Main Processor Logic

  13. Main Processor Functions • void UART_Config() • Initializes several variables (setting pin outs, initializing UART interrupts, configuring baud rate, stop bit, parity bit, word length) • void UART_Send(char dataOut) • Sends character to FIFO buffer to send out (8 bits) • char UART_Receive() • Returns character from FIFO buffer (8 bits) • int UART_CRC(char dataIn) • Runs CRC on received data to verify validity. • void UART_Store(char address, int status) • Stores latest On/Off status of device at any given address at the Default Register • int UART_Retrieve(char address) • Retrieves default status at device at any given device from the Default Register

  14. RF Circuit

  15. Main Processor Communication • Communication protocol: RF • 900 MHz • 115,200 Baud Rate • 8 bits: • 3 bit digital handshake • 5 data bits • CRC algorithm for error checking

  16. Main Processor Software • Protocol: UART • 5 data bits: • 4 address bits (configured through dip switch) • 1 status bit (on or off) • Default (Last checked) status stored to register in memory

  17. Main Processor Physical Design

  18. MSP430 Light Control Logic

  19. Sensor Processor Comparison

  20. Schematic of Motion Sensor MSP430

  21. Motion MSP430 Functions • void initializepins(void) - perform the initial processor set up • char datain(void) - function for receiving data over UART from the brain • void dataout(char) - function for sending data over UART to the brain

  22. Functions cont. • void lightcontrol(char) - controls the status of the lights depending on what needs to be on or off • void outletcontrol(char) - controls the status of any outlets depending on what signals are sent from the brain • void doorsensor(void) - contains the logic to be used for determining light status when the doorway is tripped

  23. Testing Environment for motion sensors

  24. Blinds Control Logic

  25. Schematic of Blinds MSP430

  26. Blinds MSP430 Functions • void initializepins(void) - perform the initial processor set up • char datain(void) - function for receiving data over UART from the brain • void dataout(char) - function for sending data over UART to the brain

  27. Functions cont. • int tempin(void) - measures the outside temperature • int lightin(void) - measures the incoming light intensity • void servo(int) - controls the position of the servo motor for opening and closing the blinds

  28. Graphical User Interface • Once the user pulls up the IP address of the Server in their browser, the GUI will appear in the user’s web browser. • The GUI will • display the status of the lights, electronics, and blinds in each room • allow the user to turn a light on or off by clicking the appropriate button • allow the user to open or close the blinds in each room

  29. Graphical User Interface

  30. Remote Access

  31. Remote Access-Routing • The Stellaris LM3S8962 will be on the PCB fitted with an RJ45 jack that will connect to the home’s internet connection through the Linksys WRT54G router via an Ethernet cable. • Since we are assuming that different people would have different routers, the choice of which router to use was fairly arbitrary, as the prototype would need to be compatible with a wide range of routers. • The Linksys WRT54G was chosen since it is a popular router which is reasonably priced • The main requirement for the router to be compatible would be that a user would be able to properly configure the router’s port forwarding

  32. Remote Access Configure HTTP forwarding: • Application: HTTP • External port: 80 • Internal port: 80 • Protocol: TCP • IP Address: 192.168.200 Configure HTTPS forwarding: • Application: HTTPS • External port: 443 • Internal port: 443 • Protocol: TCP • IP Address: 192.168.1.200 Configure RWW forwarding: • Application: RWW • External port: 4125 • Internal port: 4125 • Protocol: TCP • IP Address: 192.168.1.200

  33. Work distribution chart

  34. Progress

  35. Budget and Financing Funding will be provided by Work Force Central Florida

  36. What is Left to Do: • Servo motors • Finishing the development of the GUI • RF • Testing • Power design • PCB layout

  37. Issues • RF – Establishing handshake, CRC • Demonstration – Displaying household application in a presentation • Networking – Establishing our web page over an internet connection (specifically UCF’s internet connection)

  38. Questions?

More Related