[size=4]1) Install Cygwin[/size] [size=4] [/size] [size=4]At the beginning, I selected a part of the installation, but there was no make program. Reinstall all, OK [/size] [size=4]Add Cygwin/bin to th...
After getting the pico, I used mpy to turn on the light, then used the 133M main frequency to turn on the breathing light, and then quietly put it in the box to let it collect dust....
The gateway receives the data packet sent by the host computer through the serial port. The gateway wants to send this data packet to the routing sub-node, but it can't send it. When capturing the pac...
[color=#000000][font=宋体]In the following design questions, the main CPU chip uses ATMega128L-8AU[/font][font=宋体], and the power supply is 12V DC[/font][font=宋体]. 1. The working power supply of ATMega1...
The FIR filter based on MATLAB SYSTEM GENERATOR was finally tuned, and the model is as follows:The parameters are as follows:The output waveform is shown in the figure below:
In the figure above, the ...
Isolated 3.3-V to 5-V converters are often used in long-distance data transmission networks, where the bus node controller operates from a 3.3-V power supply to save power, while the bus voltage is 5V...
Event: The company simultaneously released its 2017 annual report and the first quarter report of 2018. In 2017, the company achieved revenue of 8.886 billion yuan, a year-on-year increase of 48.01...[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]
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]
The pins of stm32 have two uses: GPIO (general purpose io) and AFIO (alternate function io) For some pins (depending on the chip), neither of these two uses exists. For example, in 64-pin products, O...[Details]
I have encountered many problems when tinkering with LD driver recently. I will record them one by one below. Otherwise, who will remember who in five hundred years? 1. Configuration issues of multi-...[Details]
The circuit shown in the figure requires that the light is off when the machine is turned on. Press the button once, and the light D1 will turn on and automatically turn off after a delay of 10 secon...[Details]
Unfortunately, my serial port has some problems and I can't print information. I can only debug to view variables and see the values. Fortunately, there is not much AD conversion code, and I can use ...[Details]
In 2014, the production and sales of new energy vehicles in China exceeded 80,000 units, and the development trend is encouraging. In order to enable new energy enthusiasts and junior R&D personnel t...[Details]
Each I/O port of the AVR microcontroller corresponds to three registers: DDRx, PORTx and PINx, where DDRx is the data direction, i.e. input or output; PORTx is the state of the internal pull-up r...[Details]
MSP430 ADC10 single channel multiple conversions #include "msp430x22x4.h" #define uchar unsigned char #define uint unsigned int #define LCDen 0X80; //The upper three bits of P3 are used as cont...[Details]
Lithium battery has changed the global industrial layout. With the development of new energy vehicles in China, the development speed of China's lithium battery industry is also amazing. So, what a...[Details]
Σ-ΔA/D technology has the characteristics of high resolution, high linearity and low cost. Based on TI's MSP430F1121 microcontroller, this paper introduces a high-precision A/D implementation scheme ...[Details]