[i=s]This post was last edited by Jacktang on 2019-10-16 15:24[/i]Get the new board and unbox it firstLearn about the configuration
Seeed's ReSpeaker Core v2.0 is designed for voice interface applicat...
[i=s]This post was last edited by yhyworld on 2020-1-5 09:29[/i]As shown below, this is ST's 64 Kbit EEPROM: M24C64-W, which has four million write cycles.Now, only 40Kbit is used, and 24Kbit is unuse...
After getting the board, I couldn’t wait to go to the official website to look for development information. The official website provides embedded, Arduino, and Python driver codes:I originally planne...
This article and design code were written by FPGA enthusiast Xiao Meige. Without the author's permission, this article is only allowed to be copied and reproduced on online forums, and the original au...
1. Introduction
With the development of science and technology, single-chip microcomputer systems have been widely used in various aspects such as production, life, and work. However, in the d...[Details]
"We have always said that STM32 has a very complex clock system. However, in the Atom or Wildfire routines, as long as the clock is involved, we can only see similar library function calls, such as R...[Details]
In order to improve the automation level and safety of live-line working, reduce the labor intensity of operators and the personal threat of strong electromagnetic fields to operators, many countri...[Details]
Have you ever encountered the need to connect multiple power devices to a central monitoring system without sufficient programming knowledge? Today, we will demonstrate how to use the Profinet to M...[Details]
The 300MW photovoltaic new energy + energy storage project in Quwo County is the largest single photovoltaic power generation project approved by the Shanxi Provincial Government. It is listed as a ke...[Details]
On April 13, Nanjing University of Science and Technology Optoelectronics stated in an institutional survey that the ArF photoresist developed by the company is mainly positioned in the process appli...[Details]
In single-chip microcomputer application systems, many complex mathematical calculations are often used, such as calculating sin(x), cos(x), effective value calculation, nonlinear interpolation, ...[Details]
The following is the 8051 microcontroller assembly language code to transfer the 15B data starting from the on-chip RAM30H unit to the off-chip RAM3000H unit:
STRAT:MOV R0,#30H
MOV R7,#0FH
MOV DP...[Details]
In the past , in order to fully profit from the white light LED beam, LED manufacturers have developed large-size LED chips in an attempt to achieve their desired goals. However, in fact, when th...[Details]
Example program for reading and writing 24LCxx series EEPROM ;******************************************************** ;* * ;* ? P IC 16F877A ?I2C Master 家Α???﹃?Α EEPROM ?絛ㄒ祘Α...[Details]
In the field of data analysis and machine learning, we often need to deal with non-uniform data. Non-uniform data refers to data sets with unbalanced distribution or uneven number of samples. In or...[Details]
11.9
Mixed C and Assembly Programming
There are two reasons why it is necessary to use assembly statements when developing microcontroller applications using C language:
Some special in...[Details]
Chinese name: Eye English name: eye diagram;eye pattern definition: The digital communication symbols displayed on the oscilloscope screen are formed by the overlapping of many waveform par...[Details]
1. Overview of Electric Vehicle Drive Motor Controller
The motor controller is a device that controls the energy transmission between the power supply and the drive motor. It consists of a con...[Details]
The PT100 temperature sensor is a temperature measurement device widely used in the industrial field. Its working principle is based on the characteristics of platinum resistance changing with temp...[Details]