The project is in urgent need of a small batch processing program. I would appreciate the help of experts in this area. Background: There are many subdirectories (about 300 or so) under the directory ...
I am developing a keyboard. I use a 51 single-chip microcomputer to control the camera and the pan/tilt. There are some buttons and a joystick on it. The function buttons have functions such as numeri...
Image rotation is a widely used digital image processing technology. With the continuous improvement of the application level, the demand for realizing high-resolution large image rotation in embedded...
I received the certificate and prizes from the SensoeTile event. I am very grateful to ST and EEWORLD for not only providing learning opportunities, but also giving out so many prizes.The only unhappy...
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[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]
The photovoltaic inverter is the core equipment of the photovoltaic system. Its main function is to convert the direct current generated by the photovoltaic modules into alternating current that meets...[Details]
The implementation of CAN driver under embedded operating system Android requires not only adding CAN driver device in Linux kernel, but also implementing the call of Android HAL layer. Taking S5...[Details]
Using AT89S51 microcontroller, modify the original one to turn the LED on for 4s and off for 2s. Thank you. Use a timer. (The program is written in the answer, omitted here - just a note) The origi...[Details]
It is required to use MCS-51 microcontroller to sort data. 1. Sort the 8 data in ascending order; 2. The data to be sorted is stored in the internal data memory address units 30H-37H, which are 34H, ...[Details]
//Environment: winavr+avr studio char temp=0; ISR(TIMER1_COMPA_vect )//interrupt function { // user code here temp++; if (temp==10) temp=0; PORTA=temp; DDRA=0xff; } void ...[Details]
Mobile phone battery charger program made by STC12C2052AD microcontroller #include stc12c2052ad.h #include intrins.h #define uchar unsigned char #define uint unsigned int sbit REF =P1^0; sbi...[Details]
On January 29, according to Forbes magazine, many
storage
technologies and markets have been in the making for the past few years and will fully explode in 2018, which will have a huge impa...[Details]
Introduction: Tektronix's precise testing ensures the commercial security of mobile phone 3D face recognition technology and illuminates future technology.
The new flagship iPhone X, whi...[Details]