We have previously introduced the PWM and external interrupt simulation timers of the wiringPi library. In fact, Python's GPIO library also has PWM and external interrupt functions. You can try using ...
I was very lucky to receive the development board from Pingtou Ge. After getting the board, I found that both the workmanship and online resources were excellent. But I am ashamed that due to time con...
This is a good suggestion, I have thought about it. But the FPGA of Actel is actually CPLD, I can't handle the programmer, so it's useless to open source it. If any brother or sister can handle this p...
I just graduated this year, and I studied embedded systems. I have been learning ARM and DSP by myself until my senior year, and I don’t know much! Now I work in a consumer electronics company, mainly...
Since the resistance reducing agent corrodes the grounding body too seriously, it has caused great losses to the country. It has been banned in many places, and many experts have called for the ban of...
The STM8 platform is based on a high-performance 8-bit core and a set of state-of-the-art peripherals, using ST's unique 130nm embedded non-volatile memory manufacturing process. Is it related to the ...
1. Principle 1. Infrared emission protocol There are many infrared communication protocols. This experiment uses the NEC protocol. This protocol uses PWM modulation and uses pulse width to represen...[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]
Today, under the guidance of a low-level expert, I learned how to configure the PWM module! Woof! First open the file configured last time, as follows: Then, we need to use TIM1 to set PWM: Then,...[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]
ZTE was punished, and Hou Weigui, who had already retired, had to come out of retirement again and run around to mediate. Let's follow the embedded editor to learn about the relevant content.
...[Details]
Superconductors have physical properties such as zero resistance effect, Meissner effect and Josephson effect, which make them have broad application prospects and unparalleled advantages in many b...[Details]
Recently, the National Development and Reform Commission announced that all foreign equity restrictions in the automobile industry will be lifted in the next five years. At the same time, as subsid...[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]
"Now I can't even afford a
memory
stick
to equip my computer
." The price of
memory
sticks has risen rapidly recently. Take 8GB Kingston
memory sticks
as an example. Compared...[Details]
Starting this month, 39 electric vehicle charging stations in Urumqi have begun to be upgraded to the new national standard, and it is planned to be completed by the end of the year.
On the 21...[Details]
MSP 430 MCU key program #include msp430x14x.h #include "key.h" void Init_Port(void) { //Set all pins of P1 port to input mode during initialization P1DIR = 0; //Set all pins of ...[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]