RSS Daily tech news
  • MIT scientists finally see hidden quantum “jiggling” inside superconductors
    MIT physicists have built a powerful new microscope that uses terahertz light to uncover hidden quantum motions inside superconductors. By compressing this normally unwieldy light into a tiny region, they were able to observe electrons moving together in a frictionless, wave-like state for the first time. This discovery opens a new window into how superconductors […]
  • A lab mistake at Cambridge reveals a powerful new way to modify drug molecules
    Cambridge scientists have discovered a light-powered chemical reaction that lets researchers modify complex drug molecules at the final stages of development. Unlike traditional methods that rely on toxic chemicals and harsh conditions, the new approach uses an LED lamp to create essential carbon–carbon bonds under mild conditions. This could make drug discovery faster and more […]
  • Scientists just found a way to 3D print one of the hardest metals on Earth
    Scientists have found a promising new way to manufacture one of industry’s toughest materials—tungsten carbide–cobalt—using advanced 3D printing. Normally, producing this ultra-hard material requires high-pressure processes that waste large amounts of expensive tungsten and cobalt. The new approach uses a hot-wire laser technique that softens the metals rather than fully melting them, allowing manufacturers to […]
  • Scientists turn scrap car aluminum into high-performance metal for new vehicles
    Scientists at Oak Ridge National Laboratory have created a new aluminum alloy called RidgeAlloy that can turn contaminated car-body scrap into strong structural vehicle parts. Normally, impurities introduced during recycling make this scrap unsuitable for high-performance applications. RidgeAlloy overcomes that challenge, enabling recycled aluminum to meet the strength and durability standards required for modern vehicles. […]
  • Electrons catapult across solar materials in just 18 femtoseconds
    Electrons in solar materials can be launched across molecules almost as fast as nature allows, thanks to tiny atomic vibrations acting like a “molecular catapult.” In experiments lasting just 18 femtoseconds, researchers at the University of Cambridge observed electrons blasting across a boundary in a single burst, far faster than long-standing theories predicted. Instead of […]
  • Record-breaking photodetector captures light in just 125 picoseconds
    A new ultrathin photodetector from Duke University can sense light across the entire electromagnetic spectrum and generate a signal in just 125 picoseconds, making it the fastest pyroelectric detector ever built. The breakthrough could power next-generation multispectral cameras used in medicine, agriculture, and space-based sensing.

Category

Educational slide showing a graph of a PID-controlled system’s step response. The plot displays overshoot, oscillation, and settling behavior as the process value (green) approaches the set point (blue). The image focuses on techniques for tuning PID parameters using a PIC microcontroller and MPLAB X IDE.
PID tuning methods
Rule-based PID tuning methods asssume that there is a system response that can be put into an easy mathematical description. The characteristics of this response...
Diagram of 3-phase AC systems with star and delta configurations, microcontroller
3 phase AC systems
In this article we take a closer look at the three phase power system. I will begin with giving you an overview of the differences...
Illustration of a 3-phase AC motor showing three sets of stator coils (U, V, W) around a rotor with north and south poles. A waveform graph of phase shifts for Phase 1, 2, and 3 is included. On the right, text reads "Types of AC motors – Working principle" with an MPLAB X IDE microcontroller chip visual at the bottom.
Types of AC Motors – Working Principles
Motors are primarily categorized as either AC or DC, with further classifcation based on their inherent rotation characteristics. In this article, we will commence by...
Brushless vs Brushed DC motor
Brushless Vs Brushed DC Motors: Which to choose
Motors are primarily categorized as either AC or DC, with further classification based on their inherent rotation characteristics. In this article, we will commence by...
Diagram showing two labeled stepper motor illustrations, one with rotor alignment and misalignment, and a microcontroller (PIC16F877A) with the MPLAB X IDE logo. Text reads "Controlling Stepper Motors with Microcontrollers".
Controlling Stepper Motors with Microcontrollers
The basic principle behind a motor lies in the conversion of electrical energy into rotational mechanical movement. This can manifest as either continuous or step-wise...
Diagram showing SPI communication between PIC16F877A microcontroller (master) and a slave device using SCK, MOSI, MISO, and SS lines, with MPLAB X IDE branding.
SPI for microcontrollers
In this article we will take a closer look at Serial Peripheral Interface, also called SPI. This is the third and last serial communication module...