Common Proteus Component Libraries

Common Proteus Component Libraries

AND Gate ANTENNA Antenna BATTERY DC Power Supply BELL Bell, Clock BVC Coaxial Cable Connector BRIDGE 1 Rectifier Bridge (Diode) BRIDGE 2 Rectifier Bridge (IC) BUFFER Buffer BUZZER Buzzer CAP Capacitor CAPACITOR Capacitor CAPACITOR POL Polarized Capacitor CAPVAR Variable Capacitor CIRCUIT BREAKER Fuse COAX Coaxial Cable CON Connector CRYSTAL Crystal Oscillator DB Parallel Port DIODE … Read more

Step-by-Step Guide to DIY Remote-Controlled Car Simulation with Proteus

Step-by-Step Guide to DIY Remote-Controlled Car Simulation with Proteus

This example will explain how to DIY a remote-controlled car. The remote-controlled car can execute related actions based on commands from the remote control. The hardware system of the remote-controlled car mainly includes the main microcontroller minimum system circuit, indicator light circuit, motor drive circuit, power circuit, remote control mode display circuit, independent key circuit, … Read more

Overview of 9 Popular Oscilloscopes Used by Foreign Engineers

Overview of 9 Popular Oscilloscopes Used by Foreign Engineers

A New Round of Teardown ActivitiesStarts in August, including drones, handheld oscilloscopes、computers、robot vacuums、smart watches、solid state drives、portable speakers, with many prizes and benefits, welcome to participate! As electronic engineers, we are quite fortunate compared to other engineering disciplines. Electronic products are not only rapidly developing and expanding their uses and functions, but our testing equipment provides … Read more

PCB Design Recommendations for EMMC Module Circuits

PCB Design Recommendations for EMMC Module Circuits

Introduction to EMMC Circuits EMMC (Embedded Multi Media Card) is a standard specification for embedded storage primarily aimed at products like mobile phones or tablets, established by the MMC Association. EMMC integrates a controller within the package, providing a standard interface and managing flash memory.The schematic for the 8-bit data signal is shown in Figure … Read more

Low Power Circuit Design Scheme for Microcontrollers

Low Power Circuit Design Scheme for Microcontrollers

Today we analyze a classic microcontroller power supply circuit. The circuit schematic is shown below: ▲ Simplified Switch Circuit Before powering the circuit, the switch “TEST” is open, and the microcontroller is not powered through VCC. At this time, the base of T1 is grounded through R9 (100k), and is in the cutoff state. The … Read more

Essential Technologies for Low-Power Chip Design

Essential Technologies for Low-Power Chip Design

With the development of the times, people have gradually started to design various types of chips, one of which is the popular low-power chip design. These chips not only help extend the battery life of devices but also reduce the likelihood of overheating and improve system stability. If you want to design low-power chips, then … Read more

Exploring OriginBot Robot: Controller Circuit Analysis

Exploring OriginBot Robot: Controller Circuit Analysis

0x00 Official Repository originbot: OriginBot robot end function package repository; originbot_desktop: OriginBot desktop function package repository; originbot_controller: OriginBot controller source code repository; In this section, we will analyze the circuit principles and communication protocols of the lower machine controller; 0x01 Controller Repository Content D:.├─firmware├─images├─material│ ├─Data Manual│ ├─Electrical Diagrams│ └─Communication Protocol├─source│ └─originbot_controller_project│ ├─DebugConfig│ ├─List│ ├─Obj│ ├─RTE│ … Read more

Experience of Building a Programmable Computer

Experience of Building a Programmable Computer

Hello everyone, I am Tao Ge. Having been in contact with computers for many years, I often feel a sense of confusion. Today, let’s work together to build a computer to deepen our understanding and experience. It must be stated that computers can be complex or simple, but their structures and principles are fundamentally similar. … Read more

315M Transmission Circuit Principles and Usage of 315M Wireless Module

315M Transmission Circuit Principles and Usage of 315M Wireless Module

315M Transmission Circuit Principles In a static state, 12V provides voltage to the collector of Q2 through L1, R1, and the base-emitter of Q1. When data arrives, Q2 turns on, causing the emitter of Q1 to be at 0 potential, which means Q1 is initially off. When the emitter of Q1 is at 0 potential, … Read more

DAC0832 Unipolar and Bipolar Voltage Output Interface Circuit

DAC0832 Unipolar and Bipolar Voltage Output Interface Circuit

The DAC0832 is an 8-bit resolution D/A converter integrated chip. It is fully compatible with microprocessors. This D/A chip is widely used in microcontroller application systems due to its low cost, simple interface, and easy conversion control. The D/A converter consists of an 8-bit input latch, an 8-bit DAC register, an 8-bit D/A conversion circuit, … Read more