Analog and digital electronics are the foundation of electronics. How can we learn them well? It is still difficult to master the knowledge in books alone. Are there any other methods or ways to learn...
Today is a good day. It's my turn to be on duty. Wow.
Blessings to the netizens who browsed the forum today: Happy Mid-Autumn Festival, and good health to your family~
At the same time, I wish teacher...
[i=s]This post was last edited by paulhyde on 2014-9-15 04:02[/i]Only 2 chapters in hand!1. Microcontroller circuit module production2. Production of microcontroller peripheral circuit modulesChapters...
I saw this today when I was reading the information. I really don’t know how to read it. I would like to ask experienced experts to give me some advice....
DIY pedal controller based on Herculese (Part 2): The first draft of the schematic diagram is completed. See the attachment for details. [[i] This post was last edited by tziang on 2013-6-21 15:45 [/i...
What compiler and debugger do you use on your computer? ads1.2? Inbete's IDE? I just bought an abcarm s3c2410 board, but it doesn't come with a compiler. What's the best one? I've only used Inbete bef...
Since the second half of 2017,
the market share of
quantum dot
displays has dropped significantly, with global sales falling from 3.42 million in 2016 to 2 million in 2017, a 42% decrease; d...[Details]
In most countries, the military is a fairly large group, and the health of soldiers is particularly important to the combat effectiveness of the army. The US Department of Defense's Advanced Resear...[Details]
Unlike three years ago, today's
artificial intelligence
is no longer just a floating concept, and the venture capital circle has begun to explore the various possibilities of this technolog...[Details]
The ARM11 (S3C6410) processor is selected as the hardware platform, the embedded Linux operating system is used as the software platform, the background difference method and the frame difference...[Details]
In recent years, in order to meet the needs of social development, more and more companies have entered the fields of smart phones, artificial intelligence,
VR
, AR, etc. After seeing the d...[Details]
What are your expectations and ideas
for
the future of
Xiaomi Mi Band
?
Xiaomi Mi Band’s
official Weibo shared many netizens’ thoughts on
the future direction and functions
of Xiao...[Details]
Since the 20th century, our data
storage
has evolved from media such as magnetic tapes, floppy disks and CDs to sophisticated semiconductor
storage
chips that can store data in coun...[Details]
On May 8,
Google
I/O 2018 Developer Conference was held as scheduled in Mountain View, California. In the second year of the full promotion of the "AI first" strategy, artificial intelligen...[Details]
According to the description provided in the official manual of ST, it is not difficult to see that the ADC analog watchdog is actually that the user can set an upper and lower limit of the AD value...[Details]
The role of the watchdog: Since the operation of the microcontroller is often interfered by the external electromagnetic field, the program may run away and fall into an infinite loop. The normal ope...[Details]
STM32 has 2 watchdogs: independent watchdog and window watchdog. Independent watchdog IWDG: A system fault detector that is independent of the system and is not affected by the system because it has ...[Details]
The calculation formula of the watchdog feeding time (watchdog overflow time) is: Tout=((4*2^prer)*rlr)/40 Tout is the watchdog overflow time (in ms), prer is the watchdog clock prescaler value (...[Details]
MCU Programming: Find the average value of 8 unsigned numbers. There are 8 unsigned numbers stored in 8 units of the internal RAM starting at 20H. It is required to save their average value in R2. ;-...[Details]