[align=left] [/align][align=left]Since I got the SensorTag sensor component, I submitted my own solution: Bluetooth Life Wizard. [/align][align=left]At the beginning, the progress was very smooth. I l...
Intel StrataFlash memory technology represents a significant cost breakthrough for flash memory by storing two bits of data in a single flash transistor. Flash memory has been widely used in PCs, mobi...
At DFrobot's autumn conference , a new device was released, the SCI acquisition module, which can be used to collect data from a variety of sensors produced by DFRobot without any programming.
Officia...
I want to add a software trap to my program. The program #pragma vector=TIMERA0_VECTOR __interrupt void Timer_A(void) { asm("NOP"); asm("NOP"); asm("JMP 0XB000"); } starts at flash address B000. The c...
Please tell me, the above paragraph is translated as: connected to a large area of copper foil. If the large area of copper foil dissipates heat too quickly during welding, it cannot act on the throug...
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[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]
introduction In the general project development process, two or more microcontrollers are often required to communicate to complete data transmission. For example, a quadcopter wirelessly transmits d...[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]
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]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[Details]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[Details]
Household photovoltaic power stations mainly utilize idle resources on existing household buildings, such as roofs, wall facades, balconies, courtyards, etc., to install and use distributed photovo...[Details]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
I used the bit definition in my 51 program: bit flag. After defining it this way, I ran the program and downloaded it to the circuit board. I found that the flag was not the value I set, which led to...[Details]
The Vatican Secret Archives is one of the world's greatest historical collections, but many of its documents have never been transcribed. Recently, a project called Codice Ratio used a
combination...[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]