What happened: I needed a formaldehyde sensor for a gadget. I saw a company on Taobao that made formaldehyde sensors. They seemed quite professional and sold formaldehyde sensor interface boards. So I...
[i=s]This post was last edited by paulhyde on 2014-9-15 09:34[/i] With the rapid development of computer technology, embedded systems will play an increasingly important role in people's production an...
1. Resistivity --- Also called resistivity or specific resistance. It is a physical quantity that measures the conductivity of a material. It is represented by the letter ρ and its unit is ohm*mm2/m. ...
The lan91c113 network card is a 16-bit bus network card. Its throughput is only 6Mbpks in wince test, which seems too low. The speed of downloading the image in eboot is about 500kb/s (4.5Mbps). What ...
Because MIC design and fabrication are so interdependent, it is important to understand the overall thin-film process for successful circuit production. For example, the layout process depends on the ...
Today, I was adjusting the serial port and looked at the registers related to the serial port in the manual. There were so many of them. I was thinking: Why is a serial port so complicated? I looked a...
CMSIS Driver has similar API functions and similar calling methods. It is a further encapsulation based on the ST HAL library. It is much more convenient and simpler to use and configure than the ST ...[Details]
When Amazon launched its first
cloud computing
service, the outside world was not optimistic about this direction, as it had high investment, low profits and many uncertainties. Let's follo...[Details]
Friends who work in the photovoltaic industry, do you still remember the hard work on June 30 last year? How many people worked late into the night for months in a row just to connect to the grid a...[Details]
Development Background: 1. Main chip - STM32F207VCT6; 2. TCP/IP protocol stack - LWIP, transplanted based on ST routines; 3. Operating system - none (bare metal); Anomalies: 1. Power on the device wi...[Details]
This is my first time writing an STM32 program. I have many questions to ask. I want to convert the data of the SO of MAX6675 into the actual temperature and read it out using the serial port tool. I...[Details]
With the implementation of the first version of the NR sub-6GHz draft of 3GPP in December 2017, and the subsequent Phase 2 drafts, semiconductor manufacturers and terminal manufacturers began to ...[Details]
At present, in the world,
the construction of
smart cities
is in the process of gradually landing from concept, and technology giants and investment giants are important participants in this...[Details]
In recent years, in addition to Huawei Kirin
chips
in the mobile phone industry
, Xiaomi's own processor Pengpai S1, AI
chip
start-ups such as Cambrian, Horizon, and Deephi Technolo...[Details]
Notes on inverter installation and maintenance:
1. Before installation, you should first check whether the inverter is damaged during transportation.
2. When selecting an installa...[Details]
In mid-to-late 2016, a girl from Hubei came to Beijing alone, full of curiosity about
cloud computing
. The girl left the deepest impression on me was her lovely smile. She told me that if ...[Details]
The pins of stm32 have two uses: GPIO (general purpose io) and AFIO (alternate function io) For some pins (depending on the chip), neither of these two uses exists. For example, in 64-pin products, O...[Details]
I have encountered many problems when tinkering with LD driver recently. I will record them one by one below. Otherwise, who will remember who in five hundred years? 1. Configuration issues of multi-...[Details]
How to convert the pin voltage value into V using the built-in ADC of STM32? V(ADC) = Value(ADC) * V(ref)/4096 (The ADC of STM32 is 12 bits, so the maximum value of the AD word is 4096)
Where V(ADC...[Details]