[i=s]This post was last edited by shenlan1986 on 2016-11-18 21:46[/i] [p=30, 2, left]Through the previous evaluation, we found that the Raspberry Pi 3 is very powerful. It can run Raspbian, Windows Io...
[i=s]This post was last edited by Duanqiao@残雪 on 2015-6-7 22:05[/i] [color=#000][backcolor=white]I used DSP28335ADC to sample sine waves. The peak value collected was 3V and the sampling frequency was...
For example, my computer is connected to a photoelectric switch, and I want to use a PC program to know the voltage level (or on/off) of the photoelectric switch circuit. How can I connect it? I have ...
Application architectureSimple front-end and back-end sequential execution program: the method used by most people, no need to consider the specific architecture of the program, just write the applica...
I use CCS5.4 and follow the method in [url]https://bbs.eeworld.com.cn/forum.php?mod=viewthread&tid=314284&highlight=MSP430%2BFLASH[/url] to operate FLASH, but this warningappears. How to fix this? Do ...
[size=4] [img]static/image/hrline/2.gif[/img][/size] [size=4] [/size] [size=4]Notice: [/size] [size=4]In the process of so many periods of the event, we found that many of the rules of the event itsel...
In the past few days, the news that ZTE was "banned" by the US Department of Commerce has triggered widespread reflection and concern in various domestic industries about the lack of independent co...[Details]
International Solar Photovoltaic Network News: Chinese inverter company Sungrow announced that it will build a 3GW photovoltaic inverter manufacturing plant in Bangalore, the capital of Karnataka, ...[Details]
1. Principle 1. Infrared emission protocol The infrared transmission protocol has been written in the previous article , so I will not repeat it here. 2. Timer counting and input capture A timer...[Details]
After searching a lot of information, I finally understood the time base timer. I did not use any library functions but operated the registers directly. The following introduces the systick in STM32...[Details]
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
Artificial intelligence
There is no inherent bias in AI. It does not "think" something is true or false for reasons that cannot be explained by logic. Unfortunately, human bias exists in mach...[Details]
This paper proposes a design scheme for an embedded CNC system based on ARM and FPGA. The software and hardware design of the ARM system, the implementation method of hardware fine interpolation ...[Details]
In 2018, the National Development and Reform Commission issued a new photovoltaic subsidy policy. The benchmark on-grid electricity price was significantly reduced, the return on investment decreased,...[Details]
In order to strengthen the traceability management of recycling and utilization of power batteries for new energy vehicles, and to standardize and guide all relevant parties to fulfill their tracea...[Details]
1. Heart rate measurement principle 1. What is a heart rate module? The heart rate module is professionally used to monitor the heart rate of the wrist, fingers, forehead, earlobe, chest and other ...[Details]
STM32 has two watchdogs: independent watchdog and window watchdog. This article mainly introduces the use of independent watchdog. Independent watchdog (IDWG): driven by an independent 40KHZ low-sp...[Details]
Today I am using the AD function of the stm8s microcontroller. There are ten channels from AN0 to AN9 on the microcontroller. I want to use only three of them, AN5 to AN7. //ADC initialization void A...[Details]
ADC: 1. The ADC module inside STM32 has three ADC1, ADC2, and ADC3, which are independent of each other, so synchronous sampling can be performed. 2ADC input clock must not exceed 14MHz, it is genera...[Details]
T1 or T2 are two timers/counters of MCS-51 microcontroller. The first method can use two timers/counters to generate rectangular waves. In order to save interface resources, the second method is used...[Details]
Design a program for the 51 single-chip microcomputer. It is known that the crystal oscillator frequency of the 89C51 single-chip microcomputer is 12MHz, and it is required to use T1 timing to output...[Details]