From: https://gitee.com/makerdiary/python-keyboardA USB and Bluetooth dual-mode keyboard that supports Python, using CircuitPython.Main program :
import time
from board import *
import digitalio
impor...
[color=#222222][size=13.63636302947998px] I bought a brand new Galileo development board some time ago, but since I don’t have time to develop projects, I’m selling it at a special price now. It’s bra...
I cross-compiled a Linux kernel according to the online tutorial, but it didn't run on arm2440 after being downloaded. The displayed output information is: Read chip id = ec76 Nand flash status = c0, ...
[i=s]This post was last edited by paulhyde on 2014-9-15 03:44[/i] Sometimes when you need a subroutine that requires precise delay, it is difficult to control it using C language. In this case, you ca...
Because I want to write a program about SATA I/O, I have been browsing www.t13.org these days. However, after reading ATA-1, I did not find the correspondence between command registers and ports (1f0-...
This is the function for initializing uart in the whole program. After changing FR5969 to F5529 in IAR, there will be three errors: 1: P2SEL1 |= BIT0 | BIT1; 2: P2SEL0 &= ~(BIT | BIT1); 3: UCAOMCTLW= ...
With the rapid development of science and technology, especially the widespread application of digital technology and various ultra-large-scale integrated circuits, electronic equipment, especially...[Details]
Sailing is gaining more and more attention. How to use modern technology to assist training and improve competition results is particularly important. Considering the real-time data collection in t...[Details]
1 Introduction
The high temperature tester is mainly used for temperature tracking measurement and data acquisition during the heating process. By systematically analyzing the test data, the...[Details]
This article discusses how to wake up a touch-sensitive device such as a tablet without touching the device, using basic gesture recognition and novel proximity sensors. The article discusses the p...[Details]
No matter which processor you are learning, the first thing you need to understand is the registers and working mode of the processor.
ARM has 37 registers, including 31 general registers and ...[Details]
When choosing a laptop battery, you should consider several factors, such as power, appearance, and quality.
Regarding power, we often see that a manufacturer uses values such as the number ...[Details]
Images in science fiction movies often break through the limits of reality, such as in the movie "Minority Report." Tom Cruise uses a multi-touch screen to browse information. Capacitive sensing te...[Details]
A standard cell
is an electrochemical
cell
used as a voltage reference standard in many electrical standards laboratories
. If properly maintained, standard cells are very stable. The ...[Details]
1 Introduction
Intelligent control instruments are one of the most commonly used controllers in industrial control. They are mainly aimed at a specific parameter (such as pressure, tempera...[Details]
Xiaomi, a well-known Internet phone in mainland China, won a million-unit order contract from China Unicom on November 20 last year, which made Xiaomi famous in mainland China. In April this year...[Details]
Smart lighting control systems provide high controllability for various buildings and further enhance the level of green energy. They are the core products of energy conservation and digital techn...[Details]
With the continuous consumption of earth's energy and the scarcity of resources, the harm of greenhouse effect to human beings, and the serious pollution of the atmosphere to the earth, the intern...[Details]
The traditional display screen using 51 single-chip microcomputer to control LED dot matrix has relatively simple functions. If it is to achieve diversified functions, it often takes a lot of time ...[Details]
1 Introduction
There have been many studies on the detection and protection of power grid short circuit and line fault. The short circuit, overload and overvoltage protectors on the market have ...[Details]
Single-chip microcomputers are widely used because of their small size, powerful functions and low price. This article introduces the method of designing a micro electronic piano using the AT89C51 sin...[Details]