[size=4][color=#000000][b]It is said that the birth of NXP LPC5500 series MCU means a new era for both engineers and NXP MCU team. It is a blockbuster product in the MCU industry in 2019. [/b] It uses...
The upcoming nrf52840 development board is compatible with Arduino, with QSPI flash and BTLE on board. It has a native USB interface and supports CircuitPython and Arduino development.[url=https://blo...
[i=s]This post was last edited by maychang on 2019-6-1 12:33[/i] [color=#666666][font="][size=14px]During the day, the light panels on the solar street lights will absorb sunlight as stored energy und...
To start embedded development, we need two main things, namely, a development board and an IDE (Integrated Development Environment). A microcontroller development board is a printed circuit board (PCB...
Volkswagen said it has opened a power battery test production line at its Center of Excellence in Salzgitter, Germany, with about 300 experts involved in the development, which is seen as another mil...[Details]
SEMI said in its 200mm Fab Outlook Report that global semiconductor manufacturers are expected to increase 8-inch fab capacity by 1.2 million wafers, or 21%, to a record high of 6.9 million wafers pe...[Details]
AVR MCU Decryption Studio is a professional ATMEL chip decryption research institute, which has successfully cracked many chip models in the fields of ATting series MCU decryption, AT90 series IC dec...[Details]
Experiment 4: Timer overflow rollover function The so-called timer overflow flip is to flip the output leg PTx level of a channel when TCNT overflows. This function is very practical and can realize ...[Details]
Today, when I was writing an ARM assembly code, I wanted to display string information in the program, but it didn't work. I thought it was because of the implementation of printf in the C library. I ...[Details]
1. The basic format of PIC microcontroller program First introduce two pseudo instructions: EQU - label assignment pseudo-instruction ORG ——Address definition directive After RESET, the instruction c...[Details]
1. Pin identification of junction field effect transistor: The gate of the field effect tube is equivalent to the base of the transistor, and the source and drain correspond to the emitter and co...[Details]
With the development of power electronics technology, power supply devices have appeared in various fields of production and life. The stability of voltage and current, voltage regulation, load reg...[Details]
Measuring Dynamic Voltage and Current with a DC Power Analyzer What is a digitizer? A digitizer is different from what we usually call an A/D converter. The A/D converter is only part of the digiti...[Details]
1 Introduction
Mass spectrometers and other instrument systems often require voltages above kilovolts. Radio frequency signals with frequencies from several hundred kilohertz to several meg...[Details]
We know that the root of intelligent devices lies in the development and application of embedded systems (embedded system development process). With the continuous development of electronic technol...[Details]
1 Introduction
The new generation of display devices, organic light emitting diodes (OLED), are 1/3 the thickness of LCDs, with a response speed 1000 times that of LCD components, good low temp...[Details]
1 Introduction
AVR embedded microcontrollers have rich hardware and software resources. The serial I2C interface can meet the requirements of many applications. Two AVR microcontroller...[Details]
Earlier we have learned about the query method of serial communication. Now let's introduce the interrupt method. Step 1: Initialize GPIO GPIO_InitTypeDef GPIO_InitStructure; /* Configure USART1...[Details]