StudentShare
Contact Us
Sign In / Sign Up for FREE
Search
Go to advanced search...
Free

Low-Level Design of Wireless Fan - Case Study Example

Cite this document
Summary
The paper "Low‐Level Design of Wireless Fan" shows the layout of the low‐level design for this wireless fan. The paper documents the hardware and software and discusses all the components that will be on the board as well as the software of the microcontroller.

Words: 44
Characters: 261


Words:
Characters:
Download full paper File format: .doc, available for editing
GRAB THE BEST PAPER93.1% of users find it useful
Low-Level Design of Wireless Fan
Read Text Preview

Extract of sample "Low-Level Design of Wireless Fan"

TABLE OF CONTENTS ii PREFACE iii I. INTRODUCTION II. THE REPORT GUIDELINES 2 A. Content 2 B. Organization and Format 2 1. Report Organization 2 2. Cover Page 2 3. Page Numbering 3 4. Page Format 3 5. Figures and Tables 3 6. Equations 4 7. Abbreviations, Symbols, and Numbers 4 8. A Reminder about Style 5 C. Acknowledgment of Materials 6 III. CONCLUSIONS AND RECOMMENDATIONS 7 REFERENCES 8 APPENDIX A. Exemplary Report Cover Page A-1 APPENDIX B. Motorola 68HC12 Specifications B-1 1. Scope 1.1 Abstract This low‐level design document is derived for a control system for a wireless fan. As such, the wireless fan allows the users to control the fan by remote. This fan has multiple levels of speed selection. This project will be developed by a microcontroller. The intended customers would be elderly people and those with special needs. The design is made with several key aspects in consideration, economical which includes the component costs, flexibility, low power consumption, and less maintenance costs. 1.2 Document Overview This document will show the layout of the low‐level design for this wireless fan. This document will also document the hardware and software which will be employed. In this document, the researcher will discuss all the components that will be on the board as well as the software of the microcontroller. The heart of the analysis will be dependent upon the IR remote Controller that involves a transmitter and a receiver circuit operation based on using infrared red rays as a medium of a wireless communication. As such, the device is used for all sorts of electronic devices like televisions air conditioners. The document is intended to capture and convey the significant design decisions which have been made in preparation for the development of the system being discussed in this document. 1.3 Terms DC: Direct Current AC: Alternating Current IR: Infrared  PIC: Peripheral Interface Controller V: Volt A: Amp (current) 2. Functional Guidelines 2.1 Required Specifications Windows PC Board connected to the computer Microcontroller to send data to the computer PIC Infrared  (IR) 2.2 Low Level Functional Overview The wireless fan should contain components and entities which will enable the system to work perfectly. After setting up the device the users will be able to relax and control the fan via the remote. The first process of the system will be the starter mechanism that is made available to the user via the buttons. When the button is pressed, the signal leads up the wire to the PIC. Once there, it is then translated via the logical inputs and given to the microchip unit through the diodes. This output signal is served to the IR LED’s through the current limitation resistors; where the electrical signal is changed to an optical signal. At this point, the motor will start. There are three additional switches which are designed to alternate between fan speeds. Sender Figure 1 Receiver Figure 2 2.3 Functional Definitions Microcontroller The microcontroller is a device that connects to the computer PC. It is incorporated into the electronic board and contains a memory, processor core, and a programmable input/output. This is therefore used to program the PIC of the remote and the receiver by use of the assembly language. PIC PIC stands for Peripheral Interface Controller. The PIC therefore works as a memory which is programmed to save and run the code for the inputs/outputs of the remote and receiver. IR Transmitter Infrared (IR) is electromagnetic radiation with wavelength between 0.7 and 300 micrometers; or roughly equivalent to the frequency range between 1 and 400 terahertz. IR receiver The IR Receiver is to receive the infrared (IR). IR receiver detects infrared light that is being projected from the transmitter. By using an infrared signal to maintain a charged capacitor, this in turn keeps the run relay ready. Motor The motor itself is the machine that converts electrical energy into mechanical ability to complete the work; for instance, the electric motors used to run multiple machines and mechanical equipment such as washing machines and air conditioners. In this way, electric motors rely on magnets to produce the electric power needed to run machinery or mechanical equipment. 3. System Design Overview 3.1 Complete Architecture The wireless device utilizes an infrared (IR) controller. This infrared (IR) serves the purpose of enhancing transmission to activate the movement of the fan. It is important to note that the switches will have an indirect link to the decoder. This is to enable to use of switches. In addition, the switches will be able to control the motor with reference to overall speed. These two components have more than a functional part. The core parts possess a physical and functional separation between the sending and receiving components. This mechanism therefore has a first infrared (IR) and a second infrared (IR) that link to transmit signals. The decoder is separated in order to send and receive signals through the system of infrared (IR). The infrared (IR) will have a relationship between the two links in a sense that the two signals shift between the objects they control. Therefore, the decoder connects to the motor that rotates to start the movement of the fan as illustrated below in figure 3. Figure 3 3.1.2 I/O Architecture For a clear way to understand the inputs and outputs see figure 4 below. Figure 1 Inputs Outputs of the Figure 2 4. Components Design 4.1 Overview The components will have two circuits the first circuit is the transmitter and the second is the receiver. In this components design it shall show each component on the both circuits and how it works. 4.2 PIC 16F883 The wireless fan system should have utilized the PIC 16f883 for both transmitter and receiver. The PIC has a 14 pin input and 14 pin outputs. It is connected to the external devices via switches for the transmitter and the IR receiver. Furthermore, the software designated frequency sort of 8 MHz to 32 kHz. As figure 4 will explain, each output and input (for example, number 1 is input for power, number 2 to 6 is input for switches to increase the speed of the fan, pin of Vdd means the positive supply voltage, pin of Vss means the negative supply voltage, pin number 26 should be the IR) have specific uses and means of conveyance. Likewise, figure 5 and 6 show an example for the pic receiver and transmitter with relation to pin 40. Figure 4 Figure 5 (transmitter) Figure 6 (receiver) 4.3 IR receiver The IR receiver connects the output IR receiver to micro electrodes. When linking future infrared with a processor, it must be set to the 4.7uF capacitor in parallel with the poles of nutrition for the future and as close as possible to those electrodes; however, this is not guaranteed to work in most cases. The following figure illustrates the circuit appropriate for this future see figure 4. In the figure below, 1 denotes the output, 2 denotes the ground, and 3 denotes Vss. Figure 7 4.4 IR Transmitter Generally, the basic building block of any infrared transmitter is revision of the information signal with the carrier signal; due to the fact that the receiver units are available and ready-made ​​for a particular carrier frequency. So it is clear that when one chooses a special IR receiver unit, one will also need to refer to a wave modulator with the same carrier frequency as that of the module IR receiver (see figure 8). The transistor and resistance is based and supplied via the infrared diode (LED). Figure 8 4.5 Motor The most important thing to set up the wireless fan is of course the motor. The motor will connect to the receiver; which in turn receives orders from the PIC. This project should require the 6v motor because the DC supply is also 6v and the diode will be 1.8v with a maximum current of 10 mA. The proposed value of resistance is 420 ohms. The ability for the resistance is 0.046 w. 5. Software Design 5.1.1 Microcontroller The microcontroller is an integrated circuit chip containing a basic unit which includes a microprocessor, memory sub-units, input and output units, and temporary processor clock to run digital analog converter and an analog-digital converter. The language that should be use in this program is assembly language. The microcontroller should control the transmitter and receiver. The program will able to control the speed of the fan and also control and the receiver to receive the signals from the LED that comes from the transmitter. Resources http://www.coregravity.com http://www.wvshare.com Read More
Cite this document
  • APA
  • MLA
  • CHICAGO
(Low-Level Design of Wireless Fan Case Study Example | Topics and Well Written Essays - 1500 words, n.d.)
Low-Level Design of Wireless Fan Case Study Example | Topics and Well Written Essays - 1500 words. https://studentshare.org/design-technology/1609660-wireless-fan-lld
(Low-Level Design of Wireless Fan Case Study Example | Topics and Well Written Essays - 1500 Words)
Low-Level Design of Wireless Fan Case Study Example | Topics and Well Written Essays - 1500 Words. https://studentshare.org/design-technology/1609660-wireless-fan-lld.
“Low-Level Design of Wireless Fan Case Study Example | Topics and Well Written Essays - 1500 Words”. https://studentshare.org/design-technology/1609660-wireless-fan-lld.
  • Cited: 0 times

CHECK THESE SAMPLES OF Low-Level Design of Wireless Fan

Home Automation Lightning Motion Sensor and Zigbee Wireless

Both the WeMo Motion and WeMo Switch are linked to the wireless network of the user, and the WeMo iOS app detects these components automatically.... Once turned on, the isolated WeMo device creates a wireless network named as WeMo-XXX, where XXX is the device's ID number.... The device collects additional configuration information necessary for its operations and then links to the wireless network....
7 Pages (1750 words) Essay

The Design of a Portable Public of Address System

The PA system requires special design as they must be tailor made to meet the client's specifications and wants.... It is therefore necessary to design the PA systems using an organized procedure such as the Pahl and Beitz method.... A public address system comprise of a combination of several units used for the amplification of audio voice for the purposes of enhancing audibility of spoken information....
20 Pages (5000 words) Essay

Technology and Design Industry

This essay "Technology and design Industry" devoted to a more explicit look at the technologies that are perspective from a designer's viewpoint and what technologies will influence or even determine the future of design....   … Throughout the past decade, the industry of design has continued its assimilation of digital technologies.... The design has become cheaper and essentially the market has grown significantly....
6 Pages (1500 words) Essay

Wide Area Network Design

This report presents the design of a new network for Acme Manufacturing Company.... Normally, a WAN spans largely geographically distributed regions for example a wide area network can be established in two countries, two cities or in large landmasses across the globe.... However, the establishment… Additionally, at the present there exist various topologies and technical alternatives those can be used to build a WAN....
4 Pages (1000 words) Essay

Advanced Management and Design in Yotsuba Group

The report proposes that the company adopts a wired and wireless type of network system infrastructure.... hellip; The author states that the greatest concern with the implementation of a wireless network is the security that will need to be implemented when installing an enterprise wireless LAN.... Therefore, this document is aimed at providing a technical guidance to Yotsuba Group for the proposed deployment for the wireless LAN....
10 Pages (2500 words) Assignment

RF-Based Wireless Charging and Energy Harvesting

These are the features that can make the simulation and design of Rectena easier (MASUD p55 2013).... owever, there are various problems associated with the design of Rectenna.... The paper "RF-Based wireless Charging and Energy Harvesting " states that gradient of temperature exists in the engines of combustions as well in towns or urban centers.... nbsp; The energy is captured and stored for devices that are extremely small such as those used in wireless sensor networks as well as wearable electronics....
11 Pages (2750 words) Coursework

The Bluetooth Wireless Technology and the Radio Frequency Identification Technology

… Comparison of the Bluetooth wireless Technology and the RFID TechnologyWhen Used to Improve the Museum Visitor's Experience:Report from the Top-Byte Solutions (Information Technology Company)to Ambleside Art GalleryI.... he Bluetooth wireless Technology Comparison of the Bluetooth wireless Technology and the RFID TechnologyWhen Used to Improve the Museum Visitor's Experience:Report from the Top-Byte Solutions (Information Technology Company)to Ambleside Art GalleryI....
8 Pages (2000 words) Thesis

Designing a Local Area Network

Naturally, users of wireless networks expect the same high quality of service and ease of use as known from wire based solutions.... Part 2: Technical DiagramPart 3: ProcessUpgrade details:Computing power Still doubling every 18 monthsPC-based data centersConnectivityLow cost, broad reach InternetWireless, broadbandDevice proliferationSmart devices - PDAs, cell phones, gas pumpsEmerging standardsInternet-native integration methodologyApplications not just single user or client/server, but n-tier, Internet-enabled, wireless, browser-based, distributed, component-based....
9 Pages (2250 words) Assignment
sponsored ads
We use cookies to create the best experience for you. Keep on browsing if you are OK with that, or find out how to manage cookies.
Contact Us