I wrote an automatic dialer in C# under XP, which used the rasapi32.dll dynamic link library as follows: [DllImport("Rasapi32.dll", EntryPoint = "RasEnumConnectionsA", SetLastError = true)] internal s...
I found some problems with this 432 board after using it for a few days, so I came here to complain. First of all, there are obvious typos in the comments of the official routines. I encountered an IO...
Recently, the world's three largest security companies discussed how to establish a safe and stable IP-based urban monitoring solution. GERRY PITTMAN, manager of the international security technology ...
Source : https://www.hackster.io/john-bradnam/neopixel-christmas-tree-a1fc34
The colorful Christmas tree with more than 50 styles can be controlled through a web browser.Material :Espressif ESP8266 ES...
[i=s] This post was last edited by a media student on 2018-10-8 22:29 [/i] [align=center][size=4][color=#800080][b] [GD32F350 Urban Youth Family Security Guard] Post 7 I2C Driver OV5640 [/b][/color][/...
The most significant event in the technology circle during this period is undoubtedly the news that ZTE was banned by the United States. Once the news came out, it shocked the entire Chinese techno...[Details]
For 80,000
ZTE
(000063.SZ) employees and more Chinese ICT (information and communication technology) industry practitioners, the news from across the ocean on the evening of April 16 kept t...[Details]
1. Principle 1. Infrared emission protocol The infrared transmission protocol has been written in the previous article , so I will not repeat it here. 2. Timer counting and input capture A timer...[Details]
In the actual project development process, we often need to get the running time of a section of code. The usual method is to use an oscilloscope to measure it. This blog post will use SysTick to acc...[Details]
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[Details]
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]
Timing and protocol are two key points in digital system debugging, and they are also where logic analyzers can play their most valuable role. How can we use a logic analyzer to quickly complete wiri...[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]
STM32 has two watchdogs: independent watchdog and window watchdog. This article mainly introduces the use of independent watchdog. Independent watchdog (IDWG): driven by an independent 40KHZ low-sp...[Details]
The photovoltaic industry has become a new business card for China to the world. It not only represents China's leading technology, but also constantly breaks various records with its development spee...[Details]
/* Unfortunately, it cannot generate a standard 38kHz frequency square wave, there is a little error*/ #include reg51.h #define uchar unsigned char #define uint unsigned int sbit Waveout=P1^0; //P...[Details]
As shown in the figure, the circuit is required to count and display the number of times the button is pressed. When the button is pressed once, the count value increases by 1 (it is required to accu...[Details]
Design a program for the 51 single-chip microcomputer. It is known that the crystal oscillator frequency of the 89C51 single-chip microcomputer is 12MHz, and it is required to use T1 timing to output...[Details]
LiDAR is a comprehensive light detection and measurement system. Compared with ordinary radar, LiDAR can provide high-resolution radiation intensity geometric images, distance images, and speed im...[Details]