Saturday, 7 October 2017

Thermal grease

Thermal grease (also called CPU grease, heat paste, heat sink compound, heat sink paste, thermal compound, thermal gel, thermal interface material, or thermal paste) is a kind of thermally conductive (but usually electrically insulating) compound, which is commonly used as an interface between heat sinks and heat sources (e.g., high-power semiconductor devices). The main role of thermal grease is to eliminate air gaps or spaces (which act as thermal insulator) from the interface area so as to maximize heat transfer. Thermal grease is an example of a thermal interface material.
As opposed to thermal adhesive, thermal grease does not add mechanical strength to the bond between heat source and heat sink. It will have to be coupled with a mechanical fixation mechanism such as screws, allowing for pressure between the two, spreading the thermal grease onto the heat source.

Composition

Thermal grease consists of a polymerizable liquid matrix and large volume fractions of electrically insulating, but thermally conductive filler. Typical matrix materials are epoxies, silicones, urethanes, and acrylates, solvent-based systems, hot-melt adhesives, and pressure-sensitive adhesive tapes are also available. Aluminum oxide, boron nitride, zinc oxide, and increasingly aluminum nitride are used as fillers for these types of adhesives. The filler loading can be as high as 70–80 wt %, and the fillers raise the thermal conductivity of the base matrix from 0.17–0.3 watts per meter Kelvin or W/(m·K), up to about 2 W/(m·K).
Silver thermal compounds may have a conductivity of 3 to 8 W/(m·K) or more. However, metal-based thermal grease can be electrically conductive and capacitive; if some flows onto the circuits it can cause malfunctioning and damage


Friday, 6 October 2017

TRIAC

TRIAC, from triode for alternating current, is a generic trademark for a three terminal electronic component that conducts current in either direction when triggered. Its formal name is bidirectional triode thyristor or bilateral triode thyristor. A thyristor is analogous to a relay in that a small voltage and current can control a much larger voltage and current. The illustration on the right shows the circuit symbol for a TRIAC where A1 is Anode 1, A2 is Anode 2, and G is Gate. Anode 1 and Anode 2 are normally termed Main Terminal 1 (MT1) and Main Terminal 2 (MT2) respectively.
TRIACs are a subset of thyristors and are related to silicon controlled rectifiers (SCRs). TRIACs differ from SCRs in that they allow current flow in both directions, whereas an SCR can only conduct current in a single direction. Most TRIACs can be triggered by applying either a positive or negative voltage to the gate (an SCR requires a positive voltage). Once triggered, SCRs and TRIACs continue to conduct, even if the gate current ceases, until the main current drops below a certain level called the holding current.
Gate turn-off thyristors (GTOs) are similar to TRIACs but provide more control by turning off when the gate signal ceases.
TRIACs' bidirectionality makes them convenient switches for alternating-current (AC). In addition, applying a trigger at a controlled phase angle of the AC in the main circuit allows control of the average current flowing into a load (phase control). This is commonly used for controlling the speed of induction motors, dimming lamps, and controlling electric heaters.

Thursday, 5 October 2017

Kapton

Kapton is a polyimide film developed by DuPont in the late 1960sthat remains stable across a wide range of temperatures, from −269 to +400 °C (−452 to 752 °F; 4–673 K).Kapton is used in, among other things, flexible printed circuits (flexible electronics) and thermal blankets used on spacecraft, satellites, and various space instruments.
The chemical name for Kapton K and HN is poly (4,4'-oxydiphenylene-pyromellitimide). It is produced from the condensation of pyromellitic dianhydride and 4,4'-oxydiphenylamine. Kapton synthesis is an example of the use of a dianhydride in step polymerization. The intermediate polymer, known as a "poly(amic acid)", is soluble because of strong hydrogen bonds to the polar solvents usually employed in the reaction. The ring closure is carried out at high temperatures (200–300 °C, 473–573 K

Electronics manufacturing

Due to its large range of temperature stability, and its electrical isolation ability, Kapton tape is usually used in electronic manufacturing as an insulation and protection layer on electrostatic sensitive and fragile components. As it can sustain the temperature needed for a reflow soldering operation, its protection is available throughout the whole production process, and Kapton is often still present in the final consumer product.

3D printing

Kapton and ABS adhere to each other very well, which has led to widespread use of Kapton as a build surface for 3D printers. Kapton is laid down on a flat surface and the ABS is extruded on to the Kapton surface. The ABS part being printed will not detach from the build platform as it cools and shrinks, a common cause of print failure by warping of the part.

Wednesday, 4 October 2017

NodeMCU

NodeMCU is an open source IoT platform.[ It includes firmware which runs on the ESP8266 Wi-Fi SoC from Espressif Systems, and hardware which is based on the ESP-12 module. The term "NodeMCU" by default refers to the firmware rather than the dev kits. The firmware uses the Lua scripting language. It is based on the eLua project, and built on the Espressif Non-OS SDK for ESP8266. It uses many open source projects, such as lua-cjson, and spiffs.

History

NodeMCU was created shortly after the ESP8266 came out. On December 30, 2013, Espressif Systemsbegan production of the ESP8266. The ESP8266 is a Wi-Fi SoC integrated with a Tensilica Xtensa LX106 core, widely used in IoT applications (see related projects). NodeMCU started on 13 Oct 2014, when Hong committed the first file of nodemcu-firmware to GitHub. Two months later, the project expanded to include an open-hardware platform when developer Huang R committed the gerber file of an ESP8266 board, named devkit v0.9. Later that month, Tuan PM ported MQTT client library from Contiki to the ESP8266 SoC platform, and committed to NodeMCU project, then NodeMCU was able to support the MQTT IoT protocol, using Lua to access the MQTT broker. Another important update was made on 30 Jan 2015, when Devsaurus ported the u8glib to NodeMCU project, enabling NodeMCU to easily drive LCD, Screen, OLED, even VGA displays.
In summer 2015 the creators abandoned the firmware project and a group of independent but dedicated contributors took over. By summer 2016 the NodeMCU included more than 40 different modules. Due to resource constraints users need to select the modules relevant for their project and build a firmware tailored to their needs.

Related projects

ESP8266 Arduino Core

As Arduino.cc began developing new MCU boards based on non-AVR processors like the ARM/SAM MCU and used in the Arduino Due, they needed to modify the Arduino IDE so that it would be relatively easy to change the IDE to support alternate tool chains to allow Arduino C/C++ to be compiled down to these new processors. They did this with the introduction of the Board Manager and the SAM Core. A "core" is the collection of software components required by the Board Manager and the Arduino IDE to compile an Arduino C/C++ source file down to the target MCU's machine language. Some creative ESP8266 enthusiasts have developed an Arduino core for the ESP8266 WiFi SoC that is available at the GitHub ESP8266 Core webpage. This is what is popularly called the "ESP8266 Core for the Arduino IDE" and it has become one of the leading software development platforms for the various ESP8266 based modules and development boards, including NodeMCUs. For more information on all things ESP8266, check out the ESP8266 Community Forum on GitHub.

The Button

The Button is a Wi-Fi connected push button designed by Peter R Jennings. The Button is designed for single-purpose, internet-enabled functions. When the button is pressed, a connection is made to a web server which will perform the desired task. Applications include a doorbell or panic button.

NodeUSB

NodeUSB is an open IoT platform about the size of a standard USB stick. It was designed to leverage NodeMCU (Lua) for easy programming and has the extra feature of USB capability. It is ideal for Plug-n-Play solutions, allowing easy prototyping for developers.

ijWatch

ijWatch is an open-hardware and open-source Wi-Fi smartwatch, using an OLED screen and running NodeMCU firmware. The author believes it may be the first smartwatch. (As in, the watch itself is fully functional without the pairing of another bluetooth device such as a smartphone.)

Tuesday, 3 October 2017

ESP32

ESP32 is a series of low cost, low power system on a chip microcontrollers with integrated Wi-Fi & dual-mode Bluetooth. The ESP32 series employs a Tensilica Xtensa LX6 microprocessor in both dual-core and single-core variations. ESP32 is created and developed by Espressif Systems, a Shanghai-based Chinese company, and is manufactured by TSMC using their 40 nm process.It is a successor to the ESP8266 microcontroller.

Features


Features of the ESP32 include the following:
  • Processors:
    • CPU: Xtensa dual-core (or single-core) 32-bit LX6 microprocessor, operating at 160 or 240 MHz and performing at up to 600 DMIPS
    • Ultra low power (ULP) co-processor
  • Memory: 520 KiB SRAM
  • Wireless connectivity:
    • Wi-Fi: 802.11 b/g/n/e/i
    • Bluetooth: v4.2 BR/EDR and BLE
  • Peripheral interfaces:
    • 12-bit SAR ADC up to 18 channels
    • 2 × 8-bit DACs
    • 10 × touch sensors
    • Temperature sensor
    • 4 × SPI
    • 2 × I²S
    • 2 × I²C
    • 3 × UART
    • SD/SDIO/MMC host
    • Slave (SDIO/SPI)
    • Ethernet MAC interface with dedicated DMA and IEEE 1588 Precision Time Protocol support
    • CAN bus 2.0
    • IR (TX/RX)
    • Motor PWM
    • LED PWM up to 16 channels
    • Hall effect sensor
    • Ultra low power analog pre-amplifier
  • Security:
    • IEEE 802.11 standard security features all supported, including WFA, WPA/WPA2 and WAPI
    • Secure boot
    • Flash encryption
    • 1024-bit OTP, up to 768-bit for customers
    • Cryptographic hardware acceleration: AES, SHA-2, RSA, elliptic curve cryptography (ECC), random number generator (RNG)
  • Power Management
    • Internal LDO
    • Individual power domain for RTC
    • 5uA deep sleep current
    • Wake up from GPIO interrupt, timer, ADC measurements, capacitive touch sensor interrupt

QFN packaged chip & module

ESP32 is housed in Quad-Flat No-leads (QFN) packages of varying sizes with 49 pads. Specifically, 48 connection pads along the sides and one large thermal pad (connected to ground) on the bottom.

Monday, 2 October 2017

Ampere

The ampere (symbol: A),often shortened to "amp", is the base unit of electric current in the International System of Units (SI). It is named after André-Marie Ampère (1775–1836), French mathematician and physicist, considered the father of electrodynamics.
SI defines the ampere in terms of other base units by measuring the electromagnetic force between electrical conductors carrying electric current. The earlier CGS measurement system had two different definitions of current, one essentially the same as the SI's and the other using electric charge as the base unit, with the unit of charge defined by measuring the force between two charged metal plates. The ampere was then defined as one coulomb of charge per second.In SI, the unit of charge, the coulomb, is defined as the charge carried by one ampere during one second.
In the future, the SI definition may shift back to charge as the base unit, with the coulomb defined in terms of the elementary charge on electrons and protons (one coulomb equals the charge of roughly 6.242×1018 protons).

Sunday, 1 October 2017

Fuse

In electronics and electrical engineering, a fuse is an electrical safety device that operates to provide overcurrent protection of an electrical circuit. Its essential component is a metal wire or strip that melts when too much current flows through it, thereby interrupting the current. It is a sacrificial device; once a fuse has operated it is an open circuit, and it must be replaced or rewired, depending on type.
Fuses have been used as essential safety devices from the early days of electrical engineering. Today there are thousands of different fuse designs which have specific current and voltage ratings, breaking capacity and response times, depending on the application. The time and current operating characteristics of fuses are chosen to provide adequate protection without needless interruption. Wiring regulations usually define a maximum fuse current rating for particular circuits. Short circuits, overloading, mismatched loads, or device failure are the prime reasons for fuse operation.
A fuse is an automatic means of removing power from a faulty system; often abbreviated to ADS (Automatic Disconnection of Supply). Circuit breakers can be used as an alternative design solution to fuses, but have significantly different characteristics.

History

Breguet recommended the use of reduced-section conductors to protect telegraph stations from lightning strikes; by melting, the smaller wires would protect apparatus and wiring inside the building. A variety of wire or foil fusible elements were in use to protect telegraph cables and lighting installations as early as 1864.
A fuse was patented by Thomas Edison in 1890 as part of his electric distribution system.

Construction

 
A fuse consists of a metal strip or wire fuse element, of small cross-section compared to the circuit conductors, mounted between a pair of electrical terminals, and (usually) enclosed by a non-combustible housing. The fuse is arranged in series to carry all the current passing through the protected circuit. The resistance of the element generates heat due to the current flow. The size and construction of the element is (empirically) determined so that the heat produced for a normal current does not cause the element to attain a high temperature. If too high a current flows, the element rises to a higher temperature and either directly melts, or else melts a soldered joint within the fuse, opening the circuit.
The fuse element is made of zinc, copper, silver, aluminum, or alloys to provide stable and predictable characteristics. The fuse ideally would carry its rated current indefinitely, and melt quickly on a small excess. The element must not be damaged by minor harmless surges of current, and must not oxidize or change its behavior after possibly years of service.
The fuse elements may be shaped to increase heating effect. In large fuses, current may be divided between multiple strips of metal. A dual-element fuse may contain a metal strip that melts instantly on a short-circuit, and also contain a low-melting solder joint that responds to long-term overload of low values compared to a short-circuit. Fuse elements may be supported by steel or nichrome wires, so that no strain is placed on the element, but a spring may be included to increase the speed of parting of the element fragments.
The fuse element may be surrounded by air, or by materials intended to speed the quenching of the arc. Silica sand or non-conducting liquids may be used.

Characteristic parameters

Rated current IN

A maximum current that the fuse can continuously conduct without interrupting the circuit.

Speed

The speed at which a fuse blows depends on how much current flows through it and the material of which the fuse is made. The operating time is not a fixed interval, but decreases as the current increases. Fuses have different characteristics of operating time compared to current. A standard fuse may require twice its rated current to open in one second, a fast-blow fuse may require twice its rated current to blow in 0.1 seconds, and a slow-blow fuse may require twice its rated current for tens of seconds to blow.
Fuse selection depends on the load's characteristics. Semiconductor devices may use a fast or ultrafast fuse as semiconductor devices heat rapidly when excess current flows. The fastest blowing fuses are designed for the most sensitive electrical equipment, where even a short exposure to an overload current could be very damaging. Normal fast-blow fuses are the most general purpose fuses. The time delay fuse (also known as anti-surge, or slow-blow) are designed to allow a current which is above the rated value of the fuse to flow for a short period of time without the fuse blowing. These types of fuse are used on equipment such as motors, which can draw larger than normal currents for up to several seconds while coming up to speed.
Manufacturers can provide a plot of current vs time, often plotted on logarithmic scales, to characterize the device and to allow comparison with the characteristics of protective devices upstream and downstream of the fuse.

The I2t value

The I2t rating is related to the amount of energy let through by the fuse element when it clears the electrical fault. This term is normally used in short circuit conditions and the values are used to perform co-ordination studies in electrical networks. I2t parameters are provided by charts in manufacturer data sheets for each fuse family. For coordination of fuse operation with upstream or downstream devices, both melting I2t and clearing I2t are specified. The melting I2t is proportional to the amount of energy required to begin melting the fuse element. The clearing I2t is proportional to the total energy let through by the fuse when clearing a fault. The energy is mainly dependent on current and time for fuses as well as the available fault level and system voltage. Since the I2t rating of the fuse is proportional to the energy it lets through, it is a measure of the thermal damage from the heat and magnetic forces that will be produced by a fault.

Breaking capacity

The breaking capacity is the maximum current that can safely be interrupted by the fuse. This should be higher than the prospective short-circuit current. Miniature fuses may have an interrupting rating only 10 times their rated current. Some fuses are designated High Rupture Capacity (HRC) and are usually filled with sand or a similar material. Fuses for small, low-voltage, usually residential, wiring systems are commonly rated, in North American practice, to interrupt 10,000 amperes. Fuses for commercial or industrial power systems must have higher interrupting ratings, with some low-voltage current-limiting high interrupting fuses rated for 300,000 amperes. Fuses for high-voltage equipment, up to 115,000 volts, are rated by the total apparent power (megavolt-amperes, MVA) of the fault level on the circuit.

Rated voltage

The voltage rating of the fuse must be equal to or, greater than, what would become the open-circuit voltage. For example, a glass tube fuse rated at 32 volts would not reliably interrupt current from a voltage source of 120 or 230V. If a 32V fuse attempts to interrupt the 120 or 230 V source, an arc may result. Plasma inside the glass tube may continue to conduct current until the current diminishes to the point where the plasma becomes a non-conducting gas. Rated voltage should be higher than the maximum voltage source it would have to disconnect. Connecting fuses in series does not increase the rated voltage of the combination, nor of any one fuse.
Medium-voltage fuses rated for a few thousand volts are never used on low voltage circuits, because of their cost and because they cannot properly clear the circuit when operating at very low voltages.

Voltage drop

The manufacturer may specify the voltage drop across the fuse at rated current. There is a direct relationship between a fuse's cold resistance and its voltage drop value. Once current is applied, resistance and voltage drop of a fuse will constantly grow with the rise of its operating temperature until the fuse finally reaches thermal equilibrium. The voltage drop should be taken into account, particularly when using a fuse in low-voltage applications. Voltage drop often is not significant in more traditional wire type fuses, but can be significant in other technologies such as resettable (PPTC) type fuses.

dobby repairs

Hi everyone I know that I haven't posted on here for quite some time  I probably won't be posting on here again for a while but I wa...

Total Pageviews