先看看基本用法:[code]from pyb import I2Ci2c = I2C(1)# create on bus 1
i2c = I2C(1, I2C.MASTER)# create and init as a master
i2c.init(I2C.MASTER, baudrate=20000) # init as a master
i2c.init(I2C.SLAVE, addr=0x...
I am a novice and need help. I want to write a program to control the motor with PWM using a 51 single-chip microcomputer. I need keyboard control and LCD1602 display. I hope you can give me some guid...
Yesterday there were too many people out playing, so I wanted to take a break in the office today. Not long after I arrived, I received a package...On the far left is a small cup I bought last year, a...
[index] [#488143,2005433] [MicroPython] Analysis and transplantation of MicroPython implementation [1 Getting started] [#488408,2006719] [MicroPython] Analysis and transplantation of MicroPython imple...
Today's computer peripherals are pursuing high speed and high versatility. In order to meet user needs, seven companies led by Intel launched the USB (Universal Serial Bus) bus protocol in 1994, wh...[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]
The solidification and modularization of intelligent video analysis algorithms are the current trends in the application of intelligent video analysis technology. It perfectly combines intelligent ...[Details]
1 Embedded Systems
Embedded System refers to a collection of computer hardware and software with specific functions or purposes, which is divided into embedded software system and embe...[Details]
I. Introduction
The use of electronics in cars dates back to the early 20th century when electric starters replaced hand cranks. Automotive electronics became popular in the 1960s with the...[Details]
At present, single-chip microcomputers have been widely used in home appliances, medical treatment, instrumentation, industrial automation, aerospace and other fields. The more popular types of sin...[Details]
PID is proportional differential adjustment. You can refer to the detailed introduction in the automatic control course for details! The positive action and the negative action in temperature contr...[Details]
Hollysys' LM series PLC products fully consider the difficulties in integrating machines, equipment and subsystems in large control systems, and provide a variety of open communication protocols and i...[Details]
1 Introduction
With the continuous development of electronic technology, automotive electronic technology has also developed rapidly. The number of various electronic control units on automobi...[Details]
Central topic:
Basic concepts of GSM mobile phones.
Considerations in design and debugging of mobile phone power amplifiers. Considerations in mass production testing of mobile ...[Details]
The system is a wireless email terminal based on WLAN (Wireless Loeal Area Network). Users can easily input email content on the touch screen with a stylus, and send and receive emails throug...[Details]
Tags: PMP Digital Signal Processing
Many observers and analysts agree that there will be only two hot technology topics in the field of electronic engineering and applications this year: o...[Details]
With the development of military equipment, its functions are becoming more and more powerful, the equipment is becoming more and more complex, and the requirements for test systems are becoming highe...[Details]
Angle sensors are often used in measurement and control systems to collect various angle parameters or measure the speed of rotating mechanisms. At present, some angle sensors with mature technolog...[Details]
Dual µC Application Basics
When using a single µC, the control direction select pin (CDS) on both ends of the serializer/deserializer is usually set low if the µC is on the serializer side, an...[Details]