Handheld Mini Oscilloscope Tutorial

Handheld Mini Oscilloscope Tutorial

“ Introduction: This article introduces CreativeLau’s post on Instructables Circuits[1], detailing the design and production of a handheld mini oscilloscope based on the STC microcontroller. It can measure voltage, signal waveforms, and can also generate common voltage waveforms for circuit testing. Keywords:STC,DSO,Handheld Mini Oscilloscope     In Make Your Own Oscilloscope(Mini DSO) With STC MCU Easily, … Read more

Steps to Add STC MCU Models in Keil

Steps to Add STC MCU Models in Keil

Are you feeling frustrated when creating projects in Keil because it doesn’t have STC models? Don’t worry… come, follow me to do it. 1. Open the download software in this file (stc-isp-15xx-v6.18-Beta2). 2. Click ① to find the associated settings for Keil ②. 3. Click on the Keil settings as shown in the above image, … Read more

Concepts, Production, and Applications of DAC and TCG Curves

Concepts, Production, and Applications of DAC and TCG Curves

Concepts, Production, and Applications of DAC and TCG Curves Concepts, Production, and Applications of DAC and TCG Curves 1 DAC/TCG Options 1.1 Concepts of DAC and TCG Curves 1.1.1 Definition and Function of DAC Curve Definition of DAC: DAC is a distance-amplitude curve. For the same equivalent defect, as the depth increases, the echo amplitude … Read more

Compact and Elegant Microcontroller: Ai8H2K12U

Compact and Elegant Microcontroller: Ai8H2K12U

1. Introduction Recently, I received the AI8H2K12U microcontroller sent by STC company. According to its datasheet, this microcontroller has built-in USB to serial port firmware, and it does not require USB driver installation. Furthermore, it can be paired with an external power control circuit and can work with STC’s ISP software to form the programming … Read more

Popular Microcontrollers of the Past

Popular Microcontrollers of the Past

01 Speaking of microcontrollers, we cannot avoid the 51 series. I remember the first microcontroller I encountered in college was the AT89C51. I believe many people started learning about microcontrollers from here, right? Of course, the AT89C51 is rarely used now. However, another brand of the 51 microcontroller is still very popular, which is the … Read more

How to Choose the Right Microcontroller: A Beginner’s Guide

How to Choose the Right Microcontroller: A Beginner's Guide

In electronic technology, the microcontroller unit (MCU) is undoubtedly the core “brain” embedded in various smart devices, making it extremely important and highly sought after in the market. Driven by high demand, many people choose to become microcontroller engineers. So, how should a beginner in electronics choose a microcontroller after learning and becoming proficient? 1. … Read more

FastCGI: Making C Language Shine in Web Development

FastCGI: Making C Language Shine in Web Development

Hello everyone! Today I want to share a particularly interesting topic – FastCGI. Are you still worried that C language cannot develop web applications? With FastCGI, C language can easily handle web development! Let’s explore this powerful interface protocol together. What is FastCGI? FastCGI is an upgraded version of CGI (Common Gateway Interface), allowing C … Read more