RSS Daily tech news
  • The invisible plastic threat you can finally see
    Researchers in Germany and Australia have created a simple but powerful tool to detect nanoplastics—tiny, invisible particles that can slip through skin and even the blood-brain barrier. Using an "optical sieve" test strip viewed under a regular microscope, these particles reveal themselves through striking color changes.
  • Scientists watch an atomic nucleus flip in real time
    Scientists at Delft University of Technology have managed to watch a single atomic nucleus flip its magnetic state in real time. Using a scanning tunneling microscope, they indirectly read the nucleus through its electrons, finding the nuclear spin surprisingly stable for several seconds. This “single-shot readout” breakthrough could pave the way for manipulating atomic-scale quantum […]
  • A simple metal could solve the world’s plastic recycling problem
    Scientists at Northwestern University have developed a groundbreaking nickel-based catalyst that could transform the way the world recycles plastic. Instead of requiring tedious sorting, the catalyst selectively breaks down stubborn polyolefin plastics—the single-use materials that make up much of our daily waste—into valuable oils, waxes, fuels, and more.
  • A strange quantum effect could power future electronics
    Rice University physicists confirmed that flat electronic bands in kagome superconductors aren’t just theoretical, they actively shape superconductivity and magnetism. This breakthrough could guide the design of next-generation quantum materials and technologies.
  • Room-temperature quantum breakthrough freezes motion without cooling
    ETH Zurich scientists have levitated a tower of three nano glass spheres using optical tweezers, suppressing almost all classical motion to observe quantum zero-point fluctuations with unprecedented precision. Achieving 92% quantum purity at room temperature, a feat usually requiring near absolute zero, they have opened the door to advanced quantum sensors without costly cooling.
  • Tiny gold “super atoms” could spark a quantum revolution
    Scientists have found that microscopic gold clusters can act like the world’s most accurate quantum systems, while being far easier to scale up. With tunable spin properties and mass production potential, they could transform quantum computing and sensing.

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.