Using LM358, the first op amp is used as a follower circuit, and the second op amp is used as a simple differential circuit to power the microcontroller ADC. It uses a 3.3V power supply. The first op ...
Hello everyone, I use a single lithium iron phosphate battery to power the system, the input voltage range is 2.0-3.6v, the output is fixed at 3.0v, and the output current is less than 1A. Can you rec...
As mentioned before , the official wiki is here:
http://processors.wiki.ti.com/index.php/MSP430_LaunchPad_(MSP-EXP430G2)
I downloaded the new version of "MSP-EXP430G2 LaunchPad Experimental Board User...
[i=s]This post was last edited by jj1989 on 2018-12-30 14:29[/i] [size=4] [md]Seeing everyone unboxing their own **Rapid IoT Prototyping Kit SLN-RPK-NODE**, I couldn't wait, but there was no news of d...
System clock 24mhz, timer3 time base 24mztimer starts two events: CC1 comparison event; update eventThe interrupt program is as follows,case 1void TIM3_IRQHandler(void){if (TIM_GetITStatus(TIM3, TIM_I...
The most significant event in the technology circle during this period is undoubtedly the news that ZTE was banned by the United States. Once the news came out, it shocked the entire Chinese techno...[Details]
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
In the past few days, the Chinese display panel giant
BOE
has been flooded with articles supported by Liu Shuwei. Let's follow the embedded editor to learn about the relevant content.
...[Details]
The status of interrupts in developing embedded systems is absolutely unquestionable. In the era of C51 microcontrollers, there were only 5 interrupts, including 2 external interrupts, 2 timer/counte...[Details]
Unique device identifiers are suitable for: ● Used as a serial number (e.g. USB string serial number or other terminal applications) ● Use the unique ID as a security key when used in conjunction wit...[Details]
The update interrupt initialization configuration of the stm32 advanced timer TIM1 is not much different from that of the ordinary timer. What needs to be paid attention to is the configuration of TI...[Details]
In the previous article, I wrote a simple GPIO running light test, which looked a bit monotonous. I was used to serial port debugging. If there was no serial port on the board, I had to find another ...[Details]
Because the STM32 HAL library only has millisecond-level delay for HAl_Delay(), in order to achieve accurate microsecond-level delay, Systick has to be modified. However, since it is used internally ...[Details]
The goal of this article is to build a TCP client based on the previous project that can ping the PC, and can actively send data to the PC, and can also send and receive data with the PC, and display...[Details]
1. Basic Concepts of LCD/LCM The structure of Liquid Crystal Display (LCD) is to place liquid crystals between two parallel pieces of glass. There are many vertical and horizontal fine wires between...[Details]
In 1952, Bell Labs built a 6-foot-tall automatic number recognition machine called "Audrey", which could recognize the pronunciation of the numbers 0 to 9 with an accuracy of more than 90%. And its...[Details]
From last year to now, competition in the photovoltaic inverter industry has become increasingly fierce. In addition to the introduction of new products, various marketing and promotion methods hav...[Details]
This routine is also a classic routine on the development board. I modified the framework of the program to make it more suitable for future calls. The specific 4*4 keyboard scanning principle is rel...[Details]
The article is written for LPC2148, but it is also applicable to Samsung's 44B0 chip. You only need to select S3C44B0 as the corresponding CPU when selecting it. JLINK debugging experience un...[Details]