RSS Daily tech news
  • This tiny power module could change how the world uses energy
    As global energy demand surges—driven by AI-hungry data centers, advanced manufacturing, and electrified transportation—researchers at the National Renewable Energy Laboratory have unveiled a breakthrough that could help squeeze far more power from existing electricity supplies. Their new silicon-carbide-based power module, called ULIS, packs dramatically more power into a smaller, lighter, and cheaper design while wasting […]
  • Engineers just created a “phonon laser” that could shrink your next smartphone
    Engineers have created a device that generates incredibly tiny, earthquake-like vibrations on a microchip—and it could transform future electronics. Using a new kind of “phonon laser,” the team can produce ultra-fast surface waves that already play a hidden role in smartphones, GPS systems, and wireless tech. Unlike today’s bulky setups, this single-chip device could deliver […]
  • An old jeweler’s trick could change nuclear timekeeping
    A team of physicists has discovered a surprisingly simple way to build nuclear clocks using tiny amounts of rare thorium. By electroplating thorium onto steel, they achieved the same results as years of work with delicate crystals — but far more efficiently. These clocks could be vastly more precise than current atomic clocks and work […]
  • Critical minerals are hiding in plain sight in U.S. Mines
    Researchers found that U.S. metal mines already contain large amounts of critical minerals that are mostly going unused. Recovering even a small fraction of these byproducts could sharply reduce dependence on imports for materials essential to clean energy and advanced technology. In many cases, the value of these recovered minerals could exceed the value of […]
  • Miracle material’s hidden quantum power could transform future electronics
    Researchers have directly observed Floquet effects in graphene for the first time, settling a long-running scientific debate. Their ultrafast light-based technique demonstrates that graphene’s electronic properties can be tuned almost instantaneously. This paves the way for custom-engineered quantum materials and new approaches in electronics and sensing.
  • Century-old catalysis puzzle cracked by measuring a fraction of an electron
    Scientists have directly measured the minuscule electron sharing that makes precious-metal catalysts so effective. Their new technique, IET, reveals how molecules bind and react on metal surfaces with unprecedented clarity. The insights promise faster discovery of advanced catalysts for energy, chemicals, and manufacturing.

Category

Photo showing a 20x4 character LCD screen displaying real-time bus arrival information, powered by an ESP32 microcontroller. The setup likely fetches data from an API to display bus numbers, destinations, and estimated arrival times for a public transit system.
Live Bus Tracker with ESP32
Combine an ESP32 NodeMCU, I2C LCD, and WiFiManager to craft a standalone public-transport notifier. Tutorial covers wiring, HTTPS, NTP sync, LCD UI updating every minute....
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...
Featured image of I2C for PIC microcontrollers
I2C for PIC Microcontrollers
In this article, we will take a closer look at the I2C serial communication protocol. This is the second in a series of three articles...
Diagram showing USART communication between two microcontrollers labeled µC1 and µC2, with TX of µC1 connected to RX of µC2 and vice versa. Includes MPLAB X IDE logo and microcontroller image.
USART for PIC Microcontrollers
The USART module, also referred to as the Serial Communications Interface (SCI), is a crucial hardware module that enables a microcontroller to communicate with other...

Prerequisits

To make it easier, I assume you have a basic knowledge of the following:

  • Basic circuitry knowledge; such as resistors, transistors, diodes, relays.
  • Basic programming knowledge in C; understand what are functions, operators, data types, and more.
  • Digital electronics, such as logic gates.

On some occasions I will explain it from scratch, but to understand everything, it is best to brush up on the basics so that you can follow the tutorials.

Required Software

For these tutorials we use Microchip’s own software package that includes:

  • MPLAB X IDE
  • XC8 Compiler
  • PICKIT3 programmer/debugger

All the tools can be downloaded at the official website of Microchip Technology

Required Hardware

The full tutorial consists of many different types of electrical components, sensors and actuators. It depends completely on your own project what you need. However, in all cases you will need a Pickit3 tool to install the software and you need at least 1 PIC16F877A microcontroller to install it on.