I am a newbie. Recently, my boss asked me to work on WinCE. I bought a FriendlyArm nano2410 board with 32M DRAM and 64M flash. I plan to do some WinCE development. However, nano2410 only has NK and eb...
I bought a smart bracelet for more than 30 yuan. It has functions such as timing, step counting, sleep measurement, blood pressure and heart rate measurement, and mobile phone message or call reminder...
[color=#444444][font=Tahoma,]I was drawing a PCB. At first I used AD9. I found that when I was routing, normally the wires would follow the mouse. [/font][/color][color=rgb(68, 68, 68)][font=Tahoma,]b...
Is there only one power network in the power layer? Assuming there are 5V, +15V, -8V power supplies in the circuit, how to distribute these power supplies in the power layer? Isn't the power layer usu...
AD's PCB board has multiple layers. If I want to print it out layer by layer, I need to add or delete certain layers in PAGE SETUP. Are there other quick methods? Thank you....
Two clocks are used in the program.MCLK is set to 8MHZ. The simulation schematic is as follows (the proteus simulation project file can be downloaded in the attachment of this post).The timer A0 clock...
When the domestic discussion about "ZTE being banned" was hot, Alibaba officially announced the acquisition of chip supplier
Zhongtianwei
, but the investment amount was not disclosed. At t...[Details]
background After the hardware engineer completed the PCB and schematic design, the routine was modified according to the tutorial of Zhengdian Atom to verify the correctness of the hardware. STM32F...[Details]
Recently, the "Smart Photovoltaic Industry Development Action Plan (2018-2020)" jointly issued by six departments has put this concept on the forefront. Photovoltaic smart solutions will become the ne...[Details]
At the beginning of the new year of 2018, after the release of the national photovoltaic policy, we found that the state’s support for village-level poverty alleviation power stations has not weake...[Details]
*This article is based on the author's report at the "Embedded System Association Theme Discussion (Total 22nd) - Current Situation and Development Prospects of Internet of Things Operating Systems...[Details]
In January, Android 7.0 Marshmallow surpassed Lollipop three years ago to become the second most used Android version in the world. According to
the latest data from
Google
, a snapshot of d...[Details]
As cryptocurrency continues to gain popularity, a technology hidden behind it has attracted more attention from the world, that is the now hotly debated
blockchain
. Let's follow the embedd...[Details]
Mobile communication resale business means that enterprises can contract part of the communication network usage rights from basic telecommunications operators, repackage them into their own brands...[Details]
Introduction: As a power electronic device, the photovoltaic inverter mainly converts the direct current generated by the photovoltaic module into alternating current. Because there are thousands o...[Details]
1) ADC multi-channel acquisition: (Multi-channel acquisition must use scanning mode. In scanning mode, the channels of the rule group share a register, so DMA transmission must be used; to prevent da...[Details]
1. What is PWM What is PWM? Professionally speaking, it is pulse width modulation. In layman's terms, it is the continuous output of high and low levels. For example, the microcontroller outputs...[Details]
The frequency calculation formula of the PWM wave generated by the output comparison mode of the timer is: 72M/((2*(arr+1))*(psc+1) ) For example, if you set: PWM_Init(1000-1,72-1); (PWM_Init(arr,psc...[Details]
Manually assemble the following program machine code and analyze the execution function of the program segment. CLR A MOV R2, A MOV R7, #4 LOOP: CLR C MOV A, R0 RLC...[Details]
It is required to use timer/counter 1 for timing, with a timing of 1 second; timer/counter 0 for counter, and the external pulse to be counted is connected from P3.4 (T0). The microcontroller will co...[Details]