by fivezhou

2009-2-18 8:1
Recent updates on Zhou's Development Network: • Driving principle of LED dot matrix module • Driving principle of 8x8 LED dot matrix • Experiment with LE......
2009-2-17 22:35
1 Introduction Digital thermometers have a wide range of application prospects. Figure 1 shows the application of this thermometer in computer case temperatur......
2009-2-17 21:12
For various reasons, pen computing devices in the early 1990s didn't develop well before they started to decline. Just as people were about to give up on the s......
2009-2-17 21:9
The role of the `volatile` keyword in C: The `volatile` keyword informs the compiler that the variable defined after it may change at any time. Therefore, in ......
2009-2-17 21:8
I'm currently a sophomore, and my major in university is Electronic Information Engineering. I chose this major because I thought it might be easier to find a ......
2009-2-17 21:6
English Translation: Konka Set-top Box Remote Control Receiver Design /***************************************************************************************......
2009-2-17 21:1
### I. What is Serial Communication? Serial communication refers to the serial transmission of data between a computer host and peripherals, as well as betwee......
2009-2-15 11:12
Symbian is an operating system developed collaboratively by various mobile phone manufacturers, led by Nokia. It is primarily used for high-end smartphones. Th......
2009-2-15 9:14
1. Install Visual Studio 2005 first; I have the Professional Edition. It's best not to do a DEFAULT installation but instead customize the components (CUSTOM).......
2009-2-15 9:8
**ARM+LINUX Route: Focus on Embedded Linux Operating System and Application Software Development** **Objectives:** 1. Master the structure and principles of m......
2009-2-15 9:2
Beginner-friendly for writing Linux drivers /* 1. Compilation Create a Makefile as follows: obj-m := hello.o 2. Execute the following command: ......