RSS Daily tech news
  • 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.
  • For the first time, light mimics a Nobel Prize quantum effect
    Scientists have pulled off a feat long considered out of reach: getting light to mimic the famous quantum Hall effect. In their experiment, photons drift sideways in perfectly defined, quantized steps—just like electrons do in powerful magnetic fields. Because these steps depend only on nature’s fundamental constants, they could become a new gold standard for […]
  • Scientists confirm one-dimensional electron behavior in phosphorus chains
    For the first time, researchers have shown that self-assembled phosphorus chains can host genuinely one-dimensional electron behavior. Using advanced imaging and spectroscopy techniques, they separated the signals from chains aligned in different directions to reveal their true nature. The findings suggest that squeezing the chains closer together could trigger a dramatic shift from semiconductor to […]
  • A tiny light trap could unlock million qubit quantum computers
    A new light-based breakthrough could help quantum computers finally scale up. Stanford researchers created miniature optical cavities that efficiently collect light from individual atoms, allowing many qubits to be read at once. The team has already demonstrated working arrays with dozens and even hundreds of cavities. The approach could eventually support massive quantum networks with […]
  • A strange in-between state of matter is finally observed
    When materials become just one atom thick, melting no longer follows the familiar rules. Instead of jumping straight from solid to liquid, an unusual in-between state emerges, where atomic positions loosen like a liquid but still keep some solid-like order. Scientists at the University of Vienna have now captured this elusive “hexatic” phase in real […]

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...