CRISTAL - Control of Remotely Interfaced Systems using Touch-based Actions in Living spaces

Written by: Alan Parekh at 12:50 am. Filed under Complex Hacks, Computer Hacks, Insane Equipment This CRISTAL remote system by the folks at Media Interaction Lab would be a welcome addition to any complex home theater setting. The intuitive ease of use is something that current remote controls can only dream about. Recently some remote controls have incorporated color LCD displays to attempt to allow additional functionality but it can only go so far. Now that projection technology has been dropping in price I can see this interactive projection technology become common place (I can’t wait!!!). Until then I will continue to use my Atari 2600 Remote Control. :) Via: Robin Ferianto’s blog and Wired "Many remote controls lack intuitive interfaces for mapping control functions to the device intended being controlled. This often results in trial and error button pressing, or experimentation with graphical user interface (GUI) controls, before a user achieves their intended action. CRISTAL simplifies the control of our digital devices in and around the living room. The system provides a novel experience for controlling devices in a home environment by enabling users to directly interact with those devices on a live video image of their living room using multi-touch gestures on a digital tabletop."

hacked gadgets

Single Nixie Tube Clock Written by: Alan Parekh at 12:41 pm. Filed under Complex Hacks, Cool Gadgets, Electronic Hacks There is something very cool about clocks, you have constantly changing information that your design needs to represent. This Single Nixie Tube Clock is a very interesting clock design, it uses a low voltage plug in wall transformer and makes the high voltage needed for the clock on the circuit board. We have seen lots of cool tube clocks in the past and this one is sure to not be the last. "With PIC microcontroller I used a "watch" crystal at 32,768kHz. It’s value is pretty cool and now we will see why. PIC16F84 has internal TMR0 counter that increments itself no matter what the PIC is doing at the moment. Think of it as a threaded sub-program. This counter can generate an interrupt when it’s value overflows from 255->0. We can also prescale this counter to slow it down a bit so we can make it generate an interrupt on every 2, 4, 8, 16, 32, 64, 128 or 256 overflows. So, when we finally connect our 32,768kHz crystal on PIC microcontroller, we should also know that the speed it runs at is divided by 4 and this characteristic is only found with PIC microcontrollers. This all means that our PIC runs at 8,192kHz which tells us that TMR0 will overflow 32 times per second. Now when we prescale it by 32 it means that it will overflow once per second and generate us an interrupt."

Monday, August 31, 2009

electronics gadgets

Electronics is a branch of science and technology that deals with the flow of electrons through nonmetallic conductors, mainly semiconductors such as silicon. It is distinct from electrical science and technology, which deal with the flow of electrons and other charge carriers through metal conductors such as copper. This distinction started around 1906 with the invention by Lee De Forest of the triode. Until 1950 this field was called "radio technology" because its principal application was the design and theory of radio transmitters, receivers and vacuum tubes.
The study of semiconductor devices and related technology is considered a branch of physics, whereas the design and construction of electronic circuits to solve practical problems come under electronics engineering. This article focuses on engineering aspects of electronics.Contents[hide]
* 1 Electronic devices and components * 2 Types of circuits o 2.1 Analog circuits o 2.2 Digital circuits * 3 Heat dissipation and thermal management * 4 Noise * 5 Electronics theory * 6 Computer aided design (CAD) * 7 Construction methods * 8 See also * 9 References * 10 Further reading * 11 External links
[edit] Electronic devices and componentsMain article: Electronic component
An electronic component is any physical entity in an electronic system whose intention is to affect the electrons or their associated fields in a desired manner consistent with the intended function of the electronic system. Components are generally intended to be connected together, usually by being soldered to a printed circuit board (PCB), to create an electronic circuit with a particular function (for example an amplifier, radio receiver, or oscillator). Components may be packaged singly or in more complex groups as integrated circuits. Some common electronic components are capacitors, resistors, diodes, transistors, etc.
[edit] Types of circuits
Circuits and components can be divided into two groups: analog and digital. A particular device may consist of circuitry that has one or the other or a mix of the two types
[edit] Analog circuitsMain article: Analog circuitsHitachi J100 adjustable frequency drive chassis.
Most analog electronic appliances, such as radio receivers, are constructed from combinations of a few types of basic circuits. Analog circuits use a continuous range of voltage as opposed to discrete levels as in digital circuits.
The number of different analog circuits so far devised is huge, especially because a 'circuit' can be defined as anything from a single component, to systems containing thousands of components.
Analog circuits are sometimes called linear circuits although many non-linear effects are used in analog circuits such as mixers, modulators, etc. Good examples of analog circuits include vacuum tube and transistor amplifiers, operational amplifiers and oscillators.
One rarely finds modern circuits that are entirely analog. These days analog circuitry may use digital or even microprocessor techniques to improve performance. This type of circuit is usually called "mixed signal" rather than analog or digital.
Sometimes it may be difficult to differentiate between analog and digital circuits as they have elements of both linear and non-linear operation. An example is the comparator which takes in a continuous range of voltage but only outputs one of two levels as in a digital circuit. Similarly, an overdriven transistor amplifier can take on the characteristics of a controlled switch having essentially two levels of output.
[edit] Digital circuitsMain article: Digital circuits
Digital circuits are electric circuits based on a number of discrete voltage levels. Digital circuits are the most common physical representation of Boolean algebra and are the basis of all digital computers. To most engineers, the terms "digital circuit", "digital system" and "logic" are interchangeable in the context of digital circuits. Most digital circuits use two voltage levels labeled "Low"(0) and "High"(1). Often "Low" will be near zero volts and "High" will be at a higher level depending on the supply voltage in use. Ternary (with three states) logic has been studied, and some prototype computers made.
Computers, electronic clocks, and programmable logic controllers (used to control industrial processes) are constructed of digital circuits. Digital Signal Processors are another example.
Building-blocks:
* Logic gates * Adders * Binary Multipliers * Flip-Flops * Counters * Registers * Multiplexers * Schmitt triggers
Highly integrated devices:
* Microprocessors * Microcontrollers * Application-specific integrated circuit (ASIC) * Digital signal processor (DSP) * Field-programmable gate array (FPGA)
[edit] Heat dissipation and thermal managementMain article: Thermal management of electronic devices and systems
Heat generated by electronic circuitry must be dissipated to prevent immediate failure and improve long term reliability. Techniques for heat dissipation can include heat sinks and fans for air cooling, and other forms of computer cooling such as water cooling. These techniques use convection, conduction, & radiation of heat energy.
[edit] NoiseMain article: Electronic noise
Noise is associated with all electronic circuits. Noise is defined[1] as unwanted disturbances superposed on a useful signal that tend to obscure its information content. Noise is not the same as signal distortion caused by a circuit. Noise may be thermally generated, which can be decreased by lowering the operating temperature of the circuit. Other types of noise, such as shot noise cannot be removed as they are due to limitations in physical properties.
[edit] Electronics theoryMain article: Mathematical methods in electronics
Mathematical methods are integral to the study of electronics. To become proficient in electronics it is also necessary to become proficient in the mathematics of circuit analysis.
Circuit analysis is the study of methods of solving generally linear systems for unknown variables such as the voltage at a certain node or the current through a certain branch of a network. A common analytical tool for this is the SPICE circuit simulator.
Also important to electronics is the study and understanding of electromagnetic field theory.
[edit] Computer aided design (CAD)Main article: Electronic design automation
Today's electronics engineers have the ability to design circuits using premanufactured building blocks such as power supplies, semiconductors (such as transistors), and integrated circuits. Electronic design automation software programs include schematic capture programs and printed circuit board design programs. Popular names in the EDA software world are NI Multisim, Cadence (ORCAD), Eagle PCB and Schematic, Mentor (PADS PCB and LOGIC Schematic), Altium (Protel), LabCentre Electronics (Proteus) and many others.
[edit] Construction methodsMain article: Electronic packaging
Many different methods of connecting components have been used over the years. For instance, early electronics often used point to point wiring with components attached to wooden breadboards to construct circuits. Cordwood construction and wire wraps were other methods used. Most modern day electronics now use printed circuit boards (made of FR4), and highly integrated circuits. Health and environmental concerns associated with electronics assembly have gained increased attention in recent years, especially for products destined to the European Union, with its Restriction of Hazardous Substances Directive (RoHS) and Waste Electrical and Electronic Equipment Directive (WEEE), which went into force in July 2006.

0 comments: